vinsblack commited on
Commit
a5192e5
·
verified ·
1 Parent(s): b079c7a

Delete train/train/dataset_info.json

Browse files
Files changed (1) hide show
  1. train/train/dataset_info.json +0 -60
train/train/dataset_info.json DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "content": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "repository": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "path": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "language": {
18
- "dtype": "string",
19
- "_type": "Value"
20
- },
21
- "size_bytes": {
22
- "dtype": "int64",
23
- "_type": "Value"
24
- },
25
- "license": {
26
- "dtype": "string",
27
- "_type": "Value"
28
- },
29
- "quality_score": {
30
- "dtype": "float64",
31
- "_type": "Value"
32
- },
33
- "created_date": {
34
- "dtype": "string",
35
- "_type": "Value"
36
- },
37
- "last_modified": {
38
- "dtype": "string",
39
- "_type": "Value"
40
- },
41
- "stars": {
42
- "dtype": "int64",
43
- "_type": "Value"
44
- },
45
- "is_test": {
46
- "dtype": "bool",
47
- "_type": "Value"
48
- },
49
- "complexity": {
50
- "dtype": "string",
51
- "_type": "Value"
52
- },
53
- "documentation_ratio": {
54
- "dtype": "float64",
55
- "_type": "Value"
56
- }
57
- },
58
- "homepage": "",
59
- "license": ""
60
- }