claudios commited on
Commit
c0d074e
·
verified ·
1 Parent(s): c3eb909

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -92
README.md DELETED
@@ -1,92 +0,0 @@
1
- ---
2
- dataset_info:
3
- - config_name: all
4
- features:
5
- - name: repository_name
6
- dtype: string
7
- - name: func_path_in_repository
8
- dtype: string
9
- - name: func_name
10
- dtype: string
11
- - name: whole_func_string
12
- dtype: string
13
- - name: language
14
- dtype: string
15
- - name: func_code_string
16
- dtype: string
17
- - name: func_code_tokens
18
- sequence: string
19
- - name: func_documentation_string
20
- dtype: string
21
- - name: func_documentation_tokens
22
- sequence: string
23
- - name: split_name
24
- dtype: string
25
- - name: func_code_url
26
- dtype: string
27
- splits:
28
- - name: train
29
- num_bytes: 5850594255
30
- num_examples: 1880853
31
- - name: test
32
- num_bytes: 308625761
33
- num_examples: 100529
34
- - name: validation
35
- num_bytes: 274563914
36
- num_examples: 89154
37
- download_size: 1972346280
38
- dataset_size: 6433783930
39
- - config_name: default
40
- features:
41
- - name: repository_name
42
- dtype: string
43
- - name: func_path_in_repository
44
- dtype: string
45
- - name: func_name
46
- dtype: string
47
- - name: whole_func_string
48
- dtype: string
49
- - name: language
50
- dtype: string
51
- - name: func_code_string
52
- dtype: string
53
- - name: func_code_tokens
54
- sequence: string
55
- - name: func_documentation_string
56
- dtype: string
57
- - name: func_documentation_tokens
58
- sequence: string
59
- - name: split_name
60
- dtype: string
61
- - name: func_code_url
62
- dtype: string
63
- splits:
64
- - name: train
65
- num_bytes: 5850594255
66
- num_examples: 1880853
67
- - name: test
68
- num_bytes: 308625761
69
- num_examples: 100529
70
- - name: validation
71
- num_bytes: 274563914
72
- num_examples: 89154
73
- download_size: 1972346280
74
- dataset_size: 6433783930
75
- configs:
76
- - config_name: all
77
- data_files:
78
- - split: train
79
- path: all/train-*
80
- - split: test
81
- path: all/test-*
82
- - split: validation
83
- path: all/validation-*
84
- - config_name: default
85
- data_files:
86
- - split: train
87
- path: data/train-*
88
- - split: test
89
- path: data/test-*
90
- - split: validation
91
- path: data/validation-*
92
- ---