Brandon-h commited on
Commit
5ad0a0c
1 Parent(s): 99ce54e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ license: apache-2.0
5
 
6
  This dataset contains elements from the [offendES](https://huggingface.co/datasets/fmplaza/offendes) dataset and translations from the [sexismreddit](https://huggingface.co/datasets/natural-lang-processing/sexismreddit ) dataset from english to spanish. The aim of this dataset is to provide training data for models capable to identify harming text towards kids.
7
 
8
- The id2label vector for this dataset is as follows:
9
 
10
  ```id2label = {0:"OFP", 1:"OFG", 2:"NO",3:"NOE", 4:"GP"}```
11
 
 
5
 
6
  This dataset contains elements from the [offendES](https://huggingface.co/datasets/fmplaza/offendes) dataset and translations from the [sexismreddit](https://huggingface.co/datasets/natural-lang-processing/sexismreddit ) dataset from english to spanish. The aim of this dataset is to provide training data for models capable to identify harming text towards kids.
7
 
8
+ The id2label dictionary for this dataset is as follows:
9
 
10
  ```id2label = {0:"OFP", 1:"OFG", 2:"NO",3:"NOE", 4:"GP"}```
11