tbenthompson
commited on
Commit
•
cb32d6a
1
Parent(s):
df2c685
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|