hsultanbey commited on
Commit
f5bb36b
1 Parent(s): 64a5acf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_name
5
+ dtype: string
6
+ - name: path
7
+ dtype: string
8
+ - name: copies
9
+ dtype: string
10
+ - name: size
11
+ dtype: string
12
+ - name: content
13
+ dtype: string
14
+ - name: license
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 391670994.5114715
19
+ num_examples: 30000
20
+ - name: test
21
+ num_bytes: 39167099.451147154
22
+ num_examples: 3000
23
+ - name: valid
24
+ num_bytes: 6658657.886815172
25
+ num_examples: 500
26
+ download_size: 166045185
27
+ dataset_size: 437496751.84943384
28
+ ---
29
+ # Dataset Card for "forall"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)