parquet-converter commited on
Commit
3d4dfc6
·
1 Parent(s): 585ba19

Update parquet files

Browse files
test.csv → Linkseed--hacker_news_with_comments/csv-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:089d8cd4dbc48c2cb809df82b66706146a805f0cb0cf21efbc05e9b9d519d61d
3
- size 192421311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6bee301e587c2b06f2e12b1182d03750ec925406bc829140194c4f36d1b2ef
3
+ size 101151800
train.csv → Linkseed--hacker_news_with_comments/csv-train-00000-of-00003.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2dd45e0a19a68477b61007886d4c561b7a491c316bfdf8d6dc4c56b07a4e495
3
- size 1116016036
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304ef458582e27214be4170bd8e46df5d60e305705032f3684d43404c837c98d
3
+ size 228470979
Linkseed--hacker_news_with_comments/csv-train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc7ed6e9f7a2a98c1fa65a41e2ef45ec983a541b1ad8bd4408d05775151eef9
3
+ size 263683147
Linkseed--hacker_news_with_comments/csv-train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e8278e00adf84b5af13330c1492861b4497d75ddf0fcfbb800d7e0f5ecf512
3
+ size 77759407
README.md DELETED
@@ -1,138 +0,0 @@
1
- ---
2
- annotations_creators: []
3
- language:
4
- - en
5
- language_creators:
6
- - found
7
- license:
8
- - afl-3.0
9
- multilinguality:
10
- - monolingual
11
- pretty_name: 'hacker_news_with_comments '
12
- size_categories:
13
- - 1M<n<10M
14
- source_datasets: []
15
- tags:
16
- - CommentGenerate
17
- task_categories:
18
- - text-generation
19
- task_ids:
20
- - language-modeling
21
- ---
22
-
23
- # Dataset Card for [Dataset Name]
24
-
25
- ## Table of Contents
26
- - [Table of Contents](#table-of-contents)
27
- - [Dataset Description](#dataset-description)
28
- - [Dataset Summary](#dataset-summary)
29
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
- - [Languages](#languages)
31
- - [Dataset Structure](#dataset-structure)
32
- - [Data Instances](#data-instances)
33
- - [Data Fields](#data-fields)
34
- - [Data Splits](#data-splits)
35
- - [Dataset Creation](#dataset-creation)
36
- - [Curation Rationale](#curation-rationale)
37
- - [Source Data](#source-data)
38
- - [Annotations](#annotations)
39
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
- - [Considerations for Using the Data](#considerations-for-using-the-data)
41
- - [Social Impact of Dataset](#social-impact-of-dataset)
42
- - [Discussion of Biases](#discussion-of-biases)
43
- - [Other Known Limitations](#other-known-limitations)
44
- - [Additional Information](#additional-information)
45
- - [Dataset Curators](#dataset-curators)
46
- - [Licensing Information](#licensing-information)
47
- - [Citation Information](#citation-information)
48
- - [Contributions](#contributions)
49
-
50
- ## Dataset Description
51
-
52
- - **Homepage:**
53
- - **Repository:**
54
- - **Paper:**
55
- - **Leaderboard:**
56
- - **Point of Contact:**
57
-
58
- ### Dataset Summary
59
-
60
- Hacker news until 2015 with comments. Collect from Google BigQuery open dataset. We didn't do any pre-processing except remove HTML tags.
61
-
62
- ### Supported Tasks and Leaderboards
63
-
64
- Comment Generation; News analysis with comments; Other comment-based NLP tasks.
65
-
66
- ### Languages
67
-
68
- English
69
-
70
- ### Data Fields
71
-
72
- [More Information Needed]
73
-
74
- ### Data Splits
75
-
76
- [More Information Needed]
77
-
78
- ## Dataset Creation
79
-
80
- ### Curation Rationale
81
-
82
- [More Information Needed]
83
-
84
- ### Source Data
85
-
86
- #### Initial Data Collection and Normalization
87
-
88
- [More Information Needed]
89
-
90
- #### Who are the source language producers?
91
-
92
- [More Information Needed]
93
-
94
- ### Annotations
95
-
96
- #### Annotation process
97
-
98
- [More Information Needed]
99
-
100
- #### Who are the annotators?
101
-
102
- [More Information Needed]
103
-
104
- ### Personal and Sensitive Information
105
-
106
- [More Information Needed]
107
-
108
- ## Considerations for Using the Data
109
-
110
- ### Social Impact of Dataset
111
-
112
- [More Information Needed]
113
-
114
- ### Discussion of Biases
115
-
116
- [More Information Needed]
117
-
118
- ### Other Known Limitations
119
-
120
- [More Information Needed]
121
-
122
- ## Additional Information
123
-
124
- ### Dataset Curators
125
-
126
- [More Information Needed]
127
-
128
- ### Licensing Information
129
-
130
- [More Information Needed]
131
-
132
- ### Citation Information
133
-
134
- [More Information Needed]
135
-
136
- ### Contributions
137
-
138
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.