Exqrch commited on
Commit
be42537
·
verified ·
1 Parent(s): cf81961

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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-v2", "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-v2", "annotator")
53
  ```
54
- # OUTDATED, A new one will be provided soon
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
  ```