Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
73c5668
1 Parent(s): ee0f68a

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -19,6 +19,29 @@ task_ids:
19
  - multi-class-classification
20
  paperswithcode_id: labr
21
  pretty_name: LABR
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for LABR
 
19
  - multi-class-classification
20
  paperswithcode_id: labr
21
  pretty_name: LABR
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: '1'
31
+ 1: '2'
32
+ 2: '3'
33
+ 3: '4'
34
+ 4: '5'
35
+ config_name: plain_text
36
+ splits:
37
+ - name: test
38
+ num_bytes: 1703399
39
+ num_examples: 2935
40
+ - name: train
41
+ num_bytes: 7051103
42
+ num_examples: 11760
43
+ download_size: 39953712
44
+ dataset_size: 8754502
45
  ---
46
 
47
  # Dataset Card for LABR