ivanzhouyq commited on
Commit
28ab429
1 Parent(s): f1be89a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,12 +1,29 @@
1
  ---
2
- task_categories:
3
- - text-generation
4
  language:
5
  - en
6
- pretty_name: RedPajama Tiny
7
  license: apache-2.0
8
  size_categories:
9
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Dataset Card for Dataset Name
12
 
 
1
  ---
 
 
2
  language:
3
  - en
 
4
  license: apache-2.0
5
  size_categories:
6
  - n<1K
7
+ task_categories:
8
+ - text-generation
9
+ pretty_name: RedPajama Tiny
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: data/train-*
15
+ dataset_info:
16
+ features:
17
+ - name: text
18
+ dtype: string
19
+ - name: meta
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 32428740
24
+ num_examples: 448
25
+ download_size: 18977230
26
+ dataset_size: 32428740
27
  ---
28
  # Dataset Card for Dataset Name
29