usvsnsp commited on
Commit
a7b374f
1 Parent(s): 00666a3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -2,15 +2,17 @@
2
  dataset_info:
3
  features:
4
  - name: tokens
5
- sequence: int64
 
 
6
  - name: index
7
  dtype: int64
8
  splits:
9
  - name: train
10
- num_bytes: 1640400000
11
- num_examples: 100000
12
- download_size: 356764585
13
- dataset_size: 1640400000
14
  ---
15
  # Dataset Card for "pile-duped-pythia-random-sampled"
16
 
 
2
  dataset_info:
3
  features:
4
  - name: tokens
5
+ sequence: uint16
6
+ - name: is_memorized
7
+ dtype: bool
8
  - name: index
9
  dtype: int64
10
  splits:
11
  - name: train
12
+ num_bytes: 20540625000
13
+ num_examples: 5000000
14
+ download_size: 17785569040
15
+ dataset_size: 20540625000
16
  ---
17
  # Dataset Card for "pile-duped-pythia-random-sampled"
18