tbenthompson commited on
Commit
fbd1721
1 Parent(s): cb32d6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -22
README.md CHANGED
@@ -1,23 +1,9 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id0
5
- dtype: uint16
6
- - name: id1
7
- dtype: uint16
8
- - name: id2
9
- dtype: uint16
10
- - name: count
11
- dtype: uint32
12
- - name: id0_chunk
13
- dtype: int32
14
- splits:
15
- - name: trigrams
16
- num_bytes: 138636919848
17
- num_examples: 9902637132
18
- download_size: 135363439792
19
- dataset_size: 138636919848
20
- ---
21
- # Dataset Card for "pile_ngrams_trigrams"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
+ # trigrams
3
+
4
+ See https://confirmlabs.org/posts/catalog.html for details.
5
+
6
+ - `id0`: the first token in the trigram
7
+ - `id1`: the second token in the trigram
8
+ - `id2`: the third token in the trigram
9
+ - `count`: the number of times the trigram appears in The Pile.