carlosejimenez commited on
Commit
387fbcc
1 Parent(s): d193ec4

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
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: id
7
+ dtype: int64
8
+ - name: text
9
+ dtype: string
10
+ splits:
11
+ - name: test
12
+ num_bytes: 4406740
13
+ num_examples: 324
14
+ - name: train
15
+ num_bytes: 37411164
16
+ num_examples: 2739
17
+ - name: validation
18
+ num_bytes: 3915123
19
+ num_examples: 286
20
+ download_size: 13745452
21
+ dataset_size: 45733027
22
+ ---
23
+ # Dataset Card for "wikitext-2__llama__block-size-1024"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)