tiagoblima commited on
Commit
44c0cbf
·
1 Parent(s): 4f287fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: lang
8
+ dtype: string
9
+ - name: text_id
10
+ dtype: int64
11
+ splits:
12
+ - name: train
13
+ num_bytes: 13629622
14
+ num_examples: 1025
15
+ - name: validation
16
+ num_bytes: 113301
17
+ num_examples: 887
18
+ - name: test
19
+ num_bytes: 185207
20
+ num_examples: 1570
21
+ download_size: 8195667
22
+ dataset_size: 13928130
23
  ---