Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Turkish
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,17 @@ To ensure the dataset's completeness, we utilized multiple transformer models to
|
|
22 |
|
23 |
The dataset is provided in CSV format, for more details on the merged datasets used, please refer to the reference section.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Dataset Structure
|
26 |
|
27 |
| Dataset Information | |
|
|
|
22 |
|
23 |
The dataset is provided in CSV format, for more details on the merged datasets used, please refer to the reference section.
|
24 |
|
25 |
+
## Loading Dataset
|
26 |
+
|
27 |
+
To use dataset by using Huggingface dataset use snippet below:
|
28 |
+
|
29 |
+
```python
|
30 |
+
from datasets import load_dataset
|
31 |
+
|
32 |
+
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
33 |
+
dataset = load_dataset("Overfit-GM/turkish-toxic-language")
|
34 |
+
```
|
35 |
+
|
36 |
## Dataset Structure
|
37 |
|
38 |
| Dataset Information | |
|