drelhaj commited on
Commit
d515e69
·
verified ·
1 Parent(s): 9b433e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
2
  dataset_name: "KALIMAT"
3
- dataset_summary: "Kalimat - a multipurpose Arabic Corpus containing 18k+ news articles across multiple categories, provided in CSV, JSONL, and zipped TXT formats."
4
  language:
5
  - ar
6
  license: "cc-by-4.0"
7
  task_categories:
8
- - text-classification
9
  - text-generation
10
- - language-modeling
11
  pretty_name: "Kalimat - a multipurpose Arabic Corpus"
12
  size_categories:
13
  - 10K<n<100K
@@ -17,10 +16,14 @@ tags:
17
  - corpus
18
  - nlp
19
  - low-resource
 
20
  configs:
21
- - config_name: default
22
  data_files:
23
  - kalimat.csv
 
 
 
24
  - kalimat.jsonl
25
  ---
26
 
 
1
  ---
2
  dataset_name: "KALIMAT"
3
+ dataset_summary: "Kalimat - a multipurpose Arabic Corpus containing 18k+ news articles across multiple categories, provided in CSV and JSONL formats."
4
  language:
5
  - ar
6
  license: "cc-by-4.0"
7
  task_categories:
 
8
  - text-generation
9
+ - text-classification
10
  pretty_name: "Kalimat - a multipurpose Arabic Corpus"
11
  size_categories:
12
  - 10K<n<100K
 
16
  - corpus
17
  - nlp
18
  - low-resource
19
+
20
  configs:
21
+ - config_name: csv
22
  data_files:
23
  - kalimat.csv
24
+
25
+ - config_name: jsonl
26
+ data_files:
27
  - kalimat.jsonl
28
  ---
29