anubhavmaity
commited on
Commit
·
16d4d2e
1
Parent(s):
5190935
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
annotations_creators:
|
2 |
- other
|
3 |
language:
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: url
|
5 |
+
dtype: string
|
6 |
+
- name: repository_url
|
7 |
+
dtype: string
|
8 |
+
- name: labels_url
|
9 |
+
dtype: string
|
10 |
+
- name: comments_url
|
11 |
+
dtype: string
|
12 |
+
- name: events_url
|
13 |
+
dtype: string
|
14 |
+
- name: html_url
|
15 |
+
dtype: string
|
16 |
+
- name: id
|
17 |
+
dtype: int64
|
18 |
+
- name: node_id
|
19 |
+
dtype: string
|
20 |
+
- name: number
|
21 |
+
dtype: int64
|
22 |
+
- name: title
|
23 |
+
dtype: string
|
24 |
+
- name: user
|
25 |
+
dtype: string
|
26 |
+
- name: labels
|
27 |
+
dtype: string
|
28 |
+
- name: state
|
29 |
+
dtype: string
|
30 |
+
- name: locked
|
31 |
+
dtype: bool
|
32 |
+
- name: assignee
|
33 |
+
dtype: string
|
34 |
+
- name: assignees
|
35 |
+
dtype: string
|
36 |
+
- name: milestone
|
37 |
+
dtype: string
|
38 |
+
- name: comments
|
39 |
+
dtype: string
|
40 |
+
- name: created_at
|
41 |
+
dtype: string
|
42 |
+
- name: updated_at
|
43 |
+
dtype: string
|
44 |
+
- name: closed_at
|
45 |
+
dtype: string
|
46 |
+
- name: author_association
|
47 |
+
dtype: string
|
48 |
+
- name: active_lock_reason
|
49 |
+
dtype: float64
|
50 |
+
- name: body
|
51 |
+
dtype: string
|
52 |
+
- name: reactions
|
53 |
+
dtype: string
|
54 |
+
- name: timeline_url
|
55 |
+
dtype: string
|
56 |
+
- name: performed_via_github_app
|
57 |
+
dtype: float64
|
58 |
+
- name: state_reason
|
59 |
+
dtype: string
|
60 |
+
- name: draft
|
61 |
+
dtype: float64
|
62 |
+
- name: pull_request
|
63 |
+
dtype: string
|
64 |
+
- name: is_pull_request
|
65 |
+
dtype: bool
|
66 |
+
splits:
|
67 |
+
- name: train
|
68 |
+
num_bytes: 35370223
|
69 |
+
num_examples: 6279
|
70 |
+
download_size: 9128830
|
71 |
+
dataset_size: 35370223
|
72 |
+
configs:
|
73 |
+
- config_name: default
|
74 |
+
data_files:
|
75 |
+
- split: train
|
76 |
+
path: data/train-*
|
77 |
+
---
|
78 |
annotations_creators:
|
79 |
- other
|
80 |
language:
|