Adding data and information
Browse files- .gitattributes +3 -0
- README.md +27 -0
- test.jsonl +3 -0
- train.jsonl +3 -0
- valid.jsonl +3 -0
.gitattributes
CHANGED
@@ -49,3 +49,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
49 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
50 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
51 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
49 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
50 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
51 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
52 |
+
test.jsonl filter=lfs diff=lfs merge=lfs -text
|
53 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
54 |
+
valid.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
annotations_creators:
|
4 |
+
- crowdsourced
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
language_creators:
|
8 |
+
- crowdsourced
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: Filtered TL;DR
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
+
source_datasets:
|
15 |
+
- extended
|
16 |
+
tags:
|
17 |
+
- alignment
|
18 |
+
- text-classification
|
19 |
+
- summarisation
|
20 |
+
- human-feedback
|
21 |
+
task_categories:
|
22 |
+
- text-generation
|
23 |
+
task_ids: []
|
24 |
---
|
25 |
+
|
26 |
+
# Filtered TL;DR Dataset
|
27 |
+
|
28 |
+
For more information see https://github.com/openai/summarize-from-feedback and for the original TL;DR dataset see https://zenodo.org/record/1168855#.YvzwJexudqs
|
29 |
+
|
30 |
+
This is the version of the dataset with only filtering on the queries, and hence there is more data than in https://huggingface.co/datasets/UCL-DARK/openai-tldr-filtered which contains data with filtering on the queries and summaries.
|
test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b39ab65f62c7d41bf96eb955599f1818df8383bfac960b2bfb77560372cdd33d
|
3 |
+
size 22970291
|
train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1516f67b0b523bf68bc4dacf79d00944a518414c70cf4f868949a589b4760e9c
|
3 |
+
size 411187541
|
valid.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92dbb52ca34e7398c270e13d4b1b151b067b92847a5c3a63e4a3559ea0fca615
|
3 |
+
size 22957889
|