Alienmaster commited on
Commit
af6f5d1
2 Parent(s): 5944b02 9d70c45

Merge branch 'main' of https://huggingface.co/datasets/uhhlt/amharichatespeechranlp into main

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -7,7 +7,17 @@ tags:
7
  size_categories:
8
  - 10K<n<100K
9
  task_categories:
10
- - text-classification
 
 
 
 
 
 
 
 
 
 
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