parquet-converter commited on
Commit
4f493b9
1 Parent(s): e23c47a

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,28 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bin.* filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.onnx filter=lfs diff=lfs merge=lfs -text
14
- *.ot filter=lfs diff=lfs merge=lfs -text
15
- *.parquet filter=lfs diff=lfs merge=lfs -text
16
- *.pb filter=lfs diff=lfs merge=lfs -text
17
- *.pt filter=lfs diff=lfs merge=lfs -text
18
- *.pth filter=lfs diff=lfs merge=lfs -text
19
- *.rar filter=lfs diff=lfs merge=lfs -text
20
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
- *.tar.* filter=lfs diff=lfs merge=lfs -text
22
- *.tflite filter=lfs diff=lfs merge=lfs -text
23
- *.tgz filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- one-million-reddit-questions.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,136 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - lexyr
4
- language_creators:
5
- - crowdsourced
6
- language:
7
- - en
8
- license:
9
- - cc-by-4.0
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 1M<n<10M
14
- source_datasets:
15
- - original
16
- paperswithcode_id: null
17
- ---
18
-
19
- # Dataset Card for one-million-reddit-questions
20
-
21
- ## Table of Contents
22
- - [Dataset Description](#dataset-description)
23
- - [Dataset Summary](#dataset-summary)
24
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
25
- - [Languages](#languages)
26
- - [Dataset Structure](#dataset-structure)
27
- - [Data Instances](#data-instances)
28
- - [Data Fields](#data-fields)
29
- - [Data Splits](#data-splits)
30
- - [Dataset Creation](#dataset-creation)
31
- - [Curation Rationale](#curation-rationale)
32
- - [Source Data](#source-data)
33
- - [Annotations](#annotations)
34
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
35
- - [Considerations for Using the Data](#considerations-for-using-the-data)
36
- - [Social Impact of Dataset](#social-impact-of-dataset)
37
- - [Discussion of Biases](#discussion-of-biases)
38
- - [Other Known Limitations](#other-known-limitations)
39
- - [Additional Information](#additional-information)
40
- - [Dataset Curators](#dataset-curators)
41
- - [Licensing Information](#licensing-information)
42
- - [Citation Information](#citation-information)
43
- - [Contributions](#contributions)
44
-
45
- ## Dataset Description
46
-
47
- - **Homepage:** [https://socialgrep.com/datasets](https://socialgrep.com/datasets?utm_source=huggingface&utm_medium=link&utm_campaign=dataset&utm_term=onemillionquestions)
48
- - **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=dataset&utm_term=onemillionquestions)
49
-
50
- ### Dataset Summary
51
-
52
- This corpus contains a million posts on /r/AskReddit, annotated with their score.
53
-
54
-
55
- ### Languages
56
-
57
- Mainly English.
58
-
59
- ## Dataset Structure
60
-
61
- ### Data Instances
62
-
63
- A data point is a Reddit post.
64
-
65
- ### Data Fields
66
-
67
- - 'type': the type of the data point. Can be 'post' or 'comment'.
68
- - 'id': the base-36 Reddit ID of the data point. Unique when combined with type.
69
- - 'subreddit.id': the base-36 Reddit ID of the data point's host subreddit. Unique.
70
- - 'subreddit.name': the human-readable name of the data point's host subreddit.
71
- - 'subreddit.nsfw': a boolean marking the data point's host subreddit as NSFW or not.
72
- - 'created_utc': a UTC timestamp for the data point.
73
- - 'permalink': a reference link to the data point on Reddit.
74
- - 'score': score of the data point on Reddit.
75
- - 'domain': the domain of the data point's link.
76
- - 'url': the destination of the data point's link, if any.
77
- - 'selftext': the self-text of the data point, if any.
78
- - 'title': the title of the post data point.
79
-
80
- ## Dataset Creation
81
-
82
- ### Curation Rationale
83
-
84
- [Needs More Information]
85
-
86
- ### Source Data
87
-
88
- #### Initial Data Collection and Normalization
89
-
90
- [Needs More Information]
91
-
92
- #### Who are the source language producers?
93
-
94
- [Needs More Information]
95
-
96
- ### Annotations
97
-
98
- #### Annotation process
99
-
100
- [Needs More Information]
101
-
102
- #### Who are the annotators?
103
-
104
- [Needs More Information]
105
-
106
- ### Personal and Sensitive Information
107
-
108
- [Needs More Information]
109
-
110
- ## Considerations for Using the Data
111
-
112
- ### Social Impact of Dataset
113
-
114
- [Needs More Information]
115
-
116
- ### Discussion of Biases
117
-
118
- [Needs More Information]
119
-
120
- ### Other Known Limitations
121
-
122
- [Needs More Information]
123
-
124
- ## Additional Information
125
-
126
- ### Dataset Curators
127
-
128
- [Needs More Information]
129
-
130
- ### Licensing Information
131
-
132
- CC-BY v4.0
133
-
134
- ### Contributions
135
-
136
- [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
one-million-reddit-questions.csv → SocialGrep--one-million-reddit-questions/csv-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8a933f703a52111c2d8558accdf8527553fcf842b8c81d1ac9baf8faa7acf4d
3
- size 294016725
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba43a7911fda157551351ffac403bc50ec71f27b05a0beeef8824585cef092e2
3
+ size 120779428