Upload dataset
Browse files
README.md
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: langdev.stackexchange.com
|
4 |
+
features:
|
5 |
+
- name: AnswerCount
|
6 |
+
dtype: int64
|
7 |
+
- name: Body
|
8 |
+
dtype: string
|
9 |
+
- name: CommentCount
|
10 |
+
dtype: int64
|
11 |
+
- name: ContentLicense
|
12 |
+
dtype: string
|
13 |
+
- name: CreationDate
|
14 |
+
dtype: string
|
15 |
+
- name: Id
|
16 |
+
dtype: int64
|
17 |
+
- name: LastActivityDate
|
18 |
+
dtype: string
|
19 |
+
- name: OwnerUserId
|
20 |
+
dtype: int64
|
21 |
+
- name: PostTypeId
|
22 |
+
dtype: int64
|
23 |
+
- name: Score
|
24 |
+
dtype: int64
|
25 |
+
- name: Tags
|
26 |
+
dtype: string
|
27 |
+
- name: Title
|
28 |
+
dtype: string
|
29 |
+
- name: ViewCount
|
30 |
+
dtype: int64
|
31 |
+
- name: UserDisplayName
|
32 |
+
dtype: string
|
33 |
+
- name: Comments
|
34 |
+
list:
|
35 |
+
- name: ContentLicense
|
36 |
+
dtype: string
|
37 |
+
- name: CreationDate
|
38 |
+
dtype: string
|
39 |
+
- name: Id
|
40 |
+
dtype: int64
|
41 |
+
- name: PostId
|
42 |
+
dtype: int64
|
43 |
+
- name: Score
|
44 |
+
dtype: int64
|
45 |
+
- name: Text
|
46 |
+
dtype: string
|
47 |
+
- name: UserId
|
48 |
+
dtype: int64
|
49 |
+
- name: UserDisplayName
|
50 |
+
dtype: string
|
51 |
+
- name: Answers
|
52 |
+
list:
|
53 |
+
- name: Id
|
54 |
+
dtype: int64
|
55 |
+
- name: Body
|
56 |
+
dtype: string
|
57 |
+
- name: CommentCount
|
58 |
+
dtype: int64
|
59 |
+
- name: ContentLicense
|
60 |
+
dtype: string
|
61 |
+
- name: CreationDate
|
62 |
+
dtype: string
|
63 |
+
- name: LastActivityDate
|
64 |
+
dtype: string
|
65 |
+
- name: LastEditDate
|
66 |
+
dtype: string
|
67 |
+
- name: LastEditorUserId
|
68 |
+
dtype: int64
|
69 |
+
- name: OwnerUserId
|
70 |
+
dtype: int64
|
71 |
+
- name: UserDisplayName
|
72 |
+
dtype: string
|
73 |
+
- name: ParentId
|
74 |
+
dtype: int64
|
75 |
+
- name: PostTypeId
|
76 |
+
dtype: int64
|
77 |
+
- name: Score
|
78 |
+
dtype: int64
|
79 |
+
- name: IsAccepted
|
80 |
+
dtype: bool
|
81 |
+
- name: Comments
|
82 |
+
list:
|
83 |
+
- name: ContentLicense
|
84 |
+
dtype: string
|
85 |
+
- name: CreationDate
|
86 |
+
dtype: string
|
87 |
+
- name: Id
|
88 |
+
dtype: int64
|
89 |
+
- name: PostId
|
90 |
+
dtype: int64
|
91 |
+
- name: Score
|
92 |
+
dtype: int64
|
93 |
+
- name: Text
|
94 |
+
dtype: string
|
95 |
+
- name: UserId
|
96 |
+
dtype: int64
|
97 |
+
- name: UserDisplayName
|
98 |
+
dtype: string
|
99 |
+
- name: LastEditDate
|
100 |
+
dtype: string
|
101 |
+
- name: LastEditorUserId
|
102 |
+
dtype: int64
|
103 |
+
- name: AcceptedAnswerId
|
104 |
+
dtype: int64
|
105 |
+
- name: ClosedDate
|
106 |
+
dtype: string
|
107 |
+
- name: OwnerDisplayName
|
108 |
+
dtype: string
|
109 |
+
- name: ThreadText
|
110 |
+
dtype: string
|
111 |
+
splits:
|
112 |
+
- name: train
|
113 |
+
num_bytes: 18915455
|
114 |
+
num_examples: 838
|
115 |
+
download_size: 10049266
|
116 |
+
dataset_size: 18915455
|
117 |
+
configs:
|
118 |
+
- config_name: langdev.stackexchange.com
|
119 |
+
data_files:
|
120 |
+
- split: train
|
121 |
+
path: langdev.stackexchange.com/train-*
|
122 |
+
---
|
langdev.stackexchange.com/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ebd162758c79a7536a12522b7ad88b790475b73161b8b825e5557143069bcd2
|
3 |
+
size 10049266
|