Datasets:
Commit
·
a16da51
1
Parent(s):
a397b74
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,10 @@ To load this dataset, use the following code :
|
|
| 40 |
```python
|
| 41 |
dataset = load_dataset("LabHC/moji", revision='moji_conf_08')
|
| 42 |
```
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
### Dataset with 90% threshold
|
| 46 |
|
|
|
|
| 40 |
```python
|
| 41 |
dataset = load_dataset("LabHC/moji", revision='moji_conf_08')
|
| 42 |
```
|
| 43 |
+
or by default the version is the dataset with 80% threshold
|
| 44 |
+
```python
|
| 45 |
+
dataset = load_dataset("LabHC/moji")
|
| 46 |
+
```
|
| 47 |
|
| 48 |
### Dataset with 90% threshold
|
| 49 |
|