seonglae commited on
Commit
3dec489
1 Parent(s): 98b3859

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: gpt-4
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: title
8
+ dtype: string
9
+ - name: text
10
+ dtype: string
11
+ - name: token_length
12
+ dtype: int64
13
+ - name: text_length
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 324653709
18
+ num_examples: 15000
19
+ download_size: 187754656
20
+ dataset_size: 324653709
21
+ configs:
22
+ - config_name: gpt-4
23
+ data_files:
24
+ - split: train
25
+ path: gpt-4/train-*
26
+ ---
27
+ # Dataset Card for "wikipedia_token"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)