shahinwahab commited on
Commit
c417d1d
·
verified ·
1 Parent(s): 2ef049d

Upload dataset_dict.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_dict.json +31 -0
dataset_dict.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "splits": [
3
+ "train"
4
+ ],
5
+ "features": {
6
+ "text": {
7
+ "dtype": "string"
8
+ },
9
+ "source": {
10
+ "dtype": "string"
11
+ },
12
+ "source_type": {
13
+ "dtype": "string"
14
+ },
15
+ "language": {
16
+ "dtype": "string"
17
+ },
18
+ "quality_score": {
19
+ "dtype": "int32"
20
+ },
21
+ "word_count": {
22
+ "dtype": "int32"
23
+ },
24
+ "token_count": {
25
+ "dtype": "int32"
26
+ },
27
+ "url": {
28
+ "dtype": "string"
29
+ }
30
+ }
31
+ }