File size: 1,508 Bytes
ea90083
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: size
    dtype: int64
  - name: forksCount
    dtype: int64
  - name: stargazersCount
    dtype: int64
  - name: pushedAt
    dtype: string
  - name: hasProjects
    dtype: bool
  - name: isPrivate
    dtype: bool
  - name: hasIssues
    dtype: bool
  - name: hasWiki
    dtype: bool
  - name: description
    dtype: string
  - name: license
    struct:
    - name: key
      dtype: string
    - name: name
      dtype: string
    - name: url
      dtype: string
  - name: owner
    struct:
    - name: id
      dtype: string
    - name: is_bot
      dtype: bool
    - name: login
      dtype: string
    - name: type
      dtype: string
    - name: url
      dtype: string
  - name: visibility
    dtype: string
  - name: isFork
    dtype: bool
  - name: updatedAt
    dtype: string
  - name: hasPages
    dtype: bool
  - name: watchersCount
    dtype: int64
  - name: homepage
    dtype: string
  - name: language
    dtype: string
  - name: url
    dtype: string
  - name: isDisabled
    dtype: bool
  - name: fullName
    dtype: string
  - name: isArchived
    dtype: bool
  - name: createdAt
    dtype: string
  - name: name
    dtype: string
  - name: openIssuesCount
    dtype: int64
  - name: hasDownloads
    dtype: bool
  splits:
  - name: train
    num_bytes: 265122
    num_examples: 605
  download_size: 120691
  dataset_size: 265122
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---