Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ For this dataset only the Croatian data was used. Training segment has been spli
|
|
22 |
|
23 |
```python
|
24 |
import datasets
|
25 |
-
ds = datasets.load_dataset("
|
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("
|
42 |
```
|
43 |
|
44 |
In this case the encoding used is:
|
|
|
22 |
|
23 |
```python
|
24 |
import datasets
|
25 |
+
ds = datasets.load_dataset("classla/FRENK-hate-hr","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-hr","multiclass").
|
42 |
```
|
43 |
|
44 |
In this case the encoding used is:
|