jenyag commited on
Commit
a2c7f4a
1 Parent(s): 0fac4ca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_id
5
+ dtype: int64
6
+ - name: repo_name
7
+ dtype: string
8
+ - name: completion_lines
9
+ struct:
10
+ - name: commited
11
+ sequence: int64
12
+ - name: common
13
+ sequence: int64
14
+ - name: infile
15
+ sequence: int64
16
+ - name: inproject
17
+ sequence: int64
18
+ - name: non_informative
19
+ sequence: int64
20
+ - name: random
21
+ sequence: int64
22
+ - name: context_dict
23
+ dtype: 'null'
24
+ - name: completion_dict
25
+ dtype: 'null'
26
+ - name: context
27
+ dtype: string
28
+ - name: completion
29
+ dtype: string
30
+ - name: context_len
31
+ dtype: 'null'
32
+ - name: model_input
33
+ dtype: 'null'
34
+ splits:
35
+ - name: test
36
+ num_bytes: 510122264
37
+ num_examples: 224
38
+ download_size: 225374155
39
+ dataset_size: 510122264
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: test
44
+ path: data/test-*
45
+ ---
46
+ # Dataset Card for "repo-codegen-py-all-context-path-distance"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)