gmongaras commited on
Commit
786f14e
1 Parent(s): 92bfe0a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -18
README.md CHANGED
@@ -1,19 +1,7 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: input_ids
5
- sequence: int32
6
- - name: labels
7
- sequence: int64
8
- - name: attention_mask
9
- sequence: int8
10
- splits:
11
- - name: train
12
- num_bytes: 8721126336
13
- num_examples: 5203536
14
- download_size: 940227310
15
- dataset_size: 8721126336
16
- ---
17
- # Dataset Card for "reddit_political_2019"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
1
+ Data from `https://zenodo.org/record/5851729`, dataset `comments_2017-02.bz2`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
+ In format of:
4
+ `score: {score of post}\n{post}`
5
+
6
+ Encoded using the tokenizer from:
7
+ `gmongaras/wizardLM-7B-HF-8bit`