Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
hate-speech-detection
Languages:
Romanian
Size:
1K - 10K
Tags:
hate-speech-detection
License:
Update README.md
Browse files
README.md
CHANGED
@@ -95,6 +95,8 @@ An example of 'train' looks as follows.
|
|
95 |
- `offensive_substrings`: a list of offensive substrings. Can contain duplicates if some offensive substring appears twice
|
96 |
- `offensive_sequences`: a list of tuples with (start, end) position of the offensive sequences
|
97 |
|
|
|
|
|
98 |
### Data Splits
|
99 |
|
100 |
| name |train|validate|test|
|
|
|
95 |
- `offensive_substrings`: a list of offensive substrings. Can contain duplicates if some offensive substring appears twice
|
96 |
- `offensive_sequences`: a list of tuples with (start, end) position of the offensive sequences
|
97 |
|
98 |
+
*Attention*: the sequences are computed for \n line sepparator! Git might convert the csv to \r\n.
|
99 |
+
|
100 |
### Data Splits
|
101 |
|
102 |
| name |train|validate|test|
|