tianyang commited on
Commit
2a371e1
1 Parent(s): 75e481b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_name
5
+ dtype: string
6
+ - name: language
7
+ dtype: string
8
+ - name: created_at
9
+ dtype: timestamp[ns]
10
+ - name: license
11
+ dtype: string
12
+ - name: description
13
+ dtype: string
14
+ - name: stars
15
+ dtype: int64
16
+ - name: forks
17
+ dtype: int64
18
+ - name: url
19
+ dtype: string
20
+ - name: repo_code
21
+ list:
22
+ - name: code
23
+ dtype: string
24
+ - name: path
25
+ dtype: string
26
+ - name: repo_name
27
+ dtype: string
28
+ - name: size
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 219555370
33
+ num_examples: 1474
34
+ download_size: 71458940
35
+ dataset_size: 219555370
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ ---
42
+ # Dataset Card for "repo_dedup_sep2023"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)