vrashad commited on
Commit
6b98517
·
verified ·
1 Parent(s): 1785083

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: az_text
11
+ dtype: string
12
+ - name: en_text
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 380496943
17
+ num_examples: 1126284
18
+ download_size: 229916768
19
+ dataset_size: 380496943
20
  ---