parquet-converter commited on
Commit
f5964f3
·
1 Parent(s): c3f8706

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-jokes.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,138 +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-jokes
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=onemillionjokes)
48
- - **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=onemillionjokes)
49
-
50
- ### Dataset Summary
51
-
52
- This corpus contains a million posts from /r/jokes.
53
-
54
- Posts are annotated with their score.
55
-
56
-
57
- ### Languages
58
-
59
- Mainly English.
60
-
61
- ## Dataset Structure
62
-
63
- ### Data Instances
64
-
65
- A data point is a Reddit post.
66
-
67
- ### Data Fields
68
-
69
- - 'type': the type of the data point. Can be 'post' or 'comment'.
70
- - 'id': the base-36 Reddit ID of the data point. Unique when combined with type.
71
- - 'subreddit.id': the base-36 Reddit ID of the data point's host subreddit. Unique.
72
- - 'subreddit.name': the human-readable name of the data point's host subreddit.
73
- - 'subreddit.nsfw': a boolean marking the data point's host subreddit as NSFW or not.
74
- - 'created_utc': a UTC timestamp for the data point.
75
- - 'permalink': a reference link to the data point on Reddit.
76
- - 'score': score of the data point on Reddit.
77
- - 'domain': the domain of the data point's link.
78
- - 'url': the destination of the data point's link, if any.
79
- - 'selftext': the self-text of the data point, if any.
80
- - 'title': the title of the post data point.
81
-
82
- ## Dataset Creation
83
-
84
- ### Curation Rationale
85
-
86
- [Needs More Information]
87
-
88
- ### Source Data
89
-
90
- #### Initial Data Collection and Normalization
91
-
92
- [Needs More Information]
93
-
94
- #### Who are the source language producers?
95
-
96
- [Needs More Information]
97
-
98
- ### Annotations
99
-
100
- #### Annotation process
101
-
102
- [Needs More Information]
103
-
104
- #### Who are the annotators?
105
-
106
- [Needs More Information]
107
-
108
- ### Personal and Sensitive Information
109
-
110
- [Needs More Information]
111
-
112
- ## Considerations for Using the Data
113
-
114
- ### Social Impact of Dataset
115
-
116
- [Needs More Information]
117
-
118
- ### Discussion of Biases
119
-
120
- [Needs More Information]
121
-
122
- ### Other Known Limitations
123
-
124
- [Needs More Information]
125
-
126
- ## Additional Information
127
-
128
- ### Dataset Curators
129
-
130
- [Needs More Information]
131
-
132
- ### Licensing Information
133
-
134
- CC-BY v4.0
135
-
136
- ### Contributions
137
-
138
- [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
one-million-reddit-jokes.csv → SocialGrep--one-million-reddit-jokes/csv-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b29a6b2dbcc0193b0c55945fba246ca67cf08790b96433e64cf4824b6439d7e
3
- size 299955977
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c3d09f78db52cd5f3e571869c30a35a2ba105bc3811f50ef6086cbe8f358e8e
3
+ size 158870077