fifi777 commited on
Commit
9256bde
1 Parent(s): e557f44

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: hash
17
+ dtype: int64
18
+ - name: line_mean
19
+ dtype: float64
20
+ - name: line_max
21
+ dtype: int64
22
+ - name: alpha_frac
23
+ dtype: float64
24
+ - name: autogenerated
25
+ dtype: bool
26
+ splits:
27
+ - name: train
28
+ num_bytes: 9131521391.26331
29
+ num_examples: 682408
30
+ - name: valid
31
+ num_bytes: 186361675.7366914
32
+ num_examples: 13927
33
+ download_size: 422152149
34
+ dataset_size: 9317883067.0
35
+ ---
36
+ # Dataset Card for "gpt2_dv_finetune"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)