Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
topic-classification
Languages:
German
Size:
1K - 10K
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -50,6 +50,8 @@ configs:
|
|
| 50 |
path: "data/validation.csv"
|
| 51 |
- split: test
|
| 52 |
path: "data/test.csv"
|
|
|
|
|
|
|
| 53 |
- config_name: binary
|
| 54 |
data_files:
|
| 55 |
- split: train
|
|
@@ -58,4 +60,6 @@ configs:
|
|
| 58 |
path: "binary/validation.csv"
|
| 59 |
- split: test
|
| 60 |
path: "binary/test.csv"
|
| 61 |
-
|
|
|
|
|
|
|
|
|
| 50 |
path: "data/validation.csv"
|
| 51 |
- split: test
|
| 52 |
path: "data/test.csv"
|
| 53 |
+
sep: ";"
|
| 54 |
+
quotechar: "'"
|
| 55 |
- config_name: binary
|
| 56 |
data_files:
|
| 57 |
- split: train
|
|
|
|
| 60 |
path: "binary/validation.csv"
|
| 61 |
- split: test
|
| 62 |
path: "binary/test.csv"
|
| 63 |
+
sep: ";"
|
| 64 |
+
quotechar: "'"
|
| 65 |
+
---
|