Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
< 1K
License:
MoElkholyLo commited on
Commit
343c049
·
verified ·
1 Parent(s): 3d656cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,10 +10,14 @@ dataset_info:
10
  features:
11
  - name: doc_id
12
  dtype: string
13
- - name: text
14
  list: string
15
  - name: labels
16
  list: int64
 
 
 
 
17
  splits:
18
  - name: test
19
  num_bytes: 3017362
 
10
  features:
11
  - name: doc_id
12
  dtype: string
13
+ - name: tokens
14
  list: string
15
  - name: labels
16
  list: int64
17
+ - name: text
18
+ dtype: string
19
+ - name: label_str
20
+ dtype: string
21
  splits:
22
  - name: test
23
  num_bytes: 3017362