Upload dataset
Browse files- README.md +91 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,94 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: url
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: html_url
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: issue_url
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: node_id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: user_login
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: user_id
|
| 23 |
+
dtype: int64
|
| 24 |
+
- name: user_node_id
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: user_avatar_url
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: user_gravatar_id
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: user_url
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: user_html_url
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: user_followers_url
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: user_following_url
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: user_gists_url
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: user_starred_url
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: user_subscriptions_url
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: user_organizations_url
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: user_repos_url
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: user_events_url
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: user_received_events_url
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: user_type
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: user_user_view_type
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: user_site_admin
|
| 57 |
+
dtype: bool
|
| 58 |
+
- name: created_at
|
| 59 |
+
dtype: timestamp[s]
|
| 60 |
+
- name: updated_at
|
| 61 |
+
dtype: timestamp[s]
|
| 62 |
+
- name: body
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: author_association
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: reactions_url
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: reactions_total_count
|
| 69 |
+
dtype: int64
|
| 70 |
+
- name: reactions_+1
|
| 71 |
+
dtype: int64
|
| 72 |
+
- name: reactions_-1
|
| 73 |
+
dtype: int64
|
| 74 |
+
- name: reactions_laugh
|
| 75 |
+
dtype: int64
|
| 76 |
+
- name: reactions_hooray
|
| 77 |
+
dtype: int64
|
| 78 |
+
- name: reactions_confused
|
| 79 |
+
dtype: int64
|
| 80 |
+
- name: reactions_heart
|
| 81 |
+
dtype: int64
|
| 82 |
+
- name: reactions_rocket
|
| 83 |
+
dtype: int64
|
| 84 |
+
- name: reactions_eyes
|
| 85 |
+
dtype: int64
|
| 86 |
+
- name: performed_via_github_app
|
| 87 |
+
dtype: 'null'
|
| 88 |
+
splits:
|
| 89 |
+
- name: train
|
| 90 |
+
num_bytes: 4551980
|
| 91 |
+
num_examples: 3000
|
| 92 |
+
download_size: 899399
|
| 93 |
+
dataset_size: 4551980
|
| 94 |
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0abbcd3e8bf1111805fe163ace5448a4b2b092bbf76b5a9cbadde4d68b515737
|
| 3 |
+
size 899399
|