5roop commited on
Commit
0eb3229
1 Parent(s): ce76283

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,7 +22,7 @@ For this dataset only the English data was used. Training segment has been split
22
 
23
  ```python
24
  import datasets
25
- ds = datasets.load_dataset("5roop/FRENK-hate-en","binary")
26
  ```
27
 
28
  For binary classification the following encoding is used:
@@ -38,7 +38,7 @@ The original labels are available if the dataset is loaded with the `multiclass`
38
 
39
  ```python
40
  import datasets
41
- ds = datasets.load_dataset("5roop/FRENK-hate-en","multiclass").
42
  ```
43
 
44
  In this case the encoding used is:
 
22
 
23
  ```python
24
  import datasets
25
+ ds = datasets.load_dataset("classla/FRENK-hate-en","binary")
26
  ```
27
 
28
  For binary classification the following encoding is used:
 
38
 
39
  ```python
40
  import datasets
41
+ ds = datasets.load_dataset("classla/FRENK-hate-en","multiclass").
42
  ```
43
 
44
  In this case the encoding used is: