Commit
·
f27a4a7
1
Parent(s):
748df8f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: sum_count
|
11 |
+
dtype: uint64
|
12 |
+
- name: max_count
|
13 |
+
dtype: uint32
|
14 |
+
- name: frac_max
|
15 |
+
dtype: float64
|
16 |
+
- name: token0
|
17 |
+
dtype: string
|
18 |
+
- name: token1
|
19 |
+
dtype: string
|
20 |
+
- name: token2
|
21 |
+
dtype: string
|
22 |
+
- name: seq
|
23 |
+
dtype: string
|
24 |
+
- name: p_70m
|
25 |
+
dtype: float32
|
26 |
+
- name: p_160m
|
27 |
+
dtype: float32
|
28 |
+
- name: p_410m
|
29 |
+
dtype: float32
|
30 |
+
- name: p_1b
|
31 |
+
dtype: float32
|
32 |
+
- name: p_1.4b
|
33 |
+
dtype: float32
|
34 |
+
- name: p_2.8b
|
35 |
+
dtype: float32
|
36 |
+
- name: p_6.9b
|
37 |
+
dtype: float32
|
38 |
+
- name: p_12b
|
39 |
+
dtype: float32
|
40 |
+
splits:
|
41 |
+
- name: top_trigrams
|
42 |
+
num_bytes: 24135389
|
43 |
+
num_examples: 240982
|
44 |
+
download_size: 24612159
|
45 |
+
dataset_size: 24135389
|
46 |
+
---
|
47 |
+
# Dataset Card for "pile_ngrams_top_trigrams"
|
48 |
+
|
49 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|