Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Amharic
Size:
10K - 100K
Tags:
am
Commit
•
9d70c45
1
Parent(s):
4c28770
Update README.md (#2)
Browse files- Update README.md (8fbd3ca1a22c9a03be94fe08060f377d1beb77fb)
Co-authored-by: Robert Geislinger <Alienmaster@users.noreply.huggingface.co>
README.md
CHANGED
@@ -7,7 +7,17 @@ tags:
|
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
task_categories:
|
10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Introduction
|
|
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
task_categories:
|
10 |
+
- text-classification
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
column_names: ["label", "text"]
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: "train.tsv"
|
17 |
+
- split: test
|
18 |
+
path: "test.tsv"
|
19 |
+
- split: dev
|
20 |
+
path: "dev.tsv"
|
21 |
---
|
22 |
|
23 |
# Introduction
|