Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,18 +42,18 @@ You can load this dataset by doing the following:
|
|
42 |
```py
|
43 |
from datasets import load_dataset
|
44 |
|
45 |
-
ds = load_dataset("Exqrch/IndoToxic2024
|
46 |
```
|
47 |
|
48 |
If you want to load the annotator information, do the following instead:
|
49 |
```py
|
50 |
from datasets import load_dataset
|
51 |
|
52 |
-
ds = load_dataset("Exqrch/IndoToxic2024
|
53 |
```
|
54 |
-
#
|
55 |
-
The table below is an excerpt from the paper, listing the baseline performance of each task:
|
56 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/61e997f66735d3a73e291055/Z-88FC_nxAYgLUUWhwfmQ.png)
|
57 |
|
58 |
If you use this dataset, please cite:
|
59 |
```
|
|
|
42 |
```py
|
43 |
from datasets import load_dataset
|
44 |
|
45 |
+
ds = load_dataset("Exqrch/IndoToxic2024", "main")
|
46 |
```
|
47 |
|
48 |
If you want to load the annotator information, do the following instead:
|
49 |
```py
|
50 |
from datasets import load_dataset
|
51 |
|
52 |
+
ds = load_dataset("Exqrch/IndoToxic2024", "annotator")
|
53 |
```
|
54 |
+
# PENDING Baseline Performance
|
55 |
+
<!-- The table below is an excerpt from the paper, listing the baseline performance of each task:
|
56 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/61e997f66735d3a73e291055/Z-88FC_nxAYgLUUWhwfmQ.png) -->
|
57 |
|
58 |
If you use this dataset, please cite:
|
59 |
```
|