cyrilzhang commited on
Commit
2c9b012
1 Parent(s): 9c8949f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: input_ids
12
+ sequence: int32
13
+ splits:
14
+ - name: train
15
+ num_bytes: 2711297200
16
+ num_examples: 661292
17
+ - name: validation
18
+ num_bytes: 27301900
19
+ num_examples: 6659
20
+ download_size: 855612624
21
+ dataset_size: 2738599100
22
+ ---
23
+ # Dataset Card for "TinyStories2-ascii-bpe-1k"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)