j-chim commited on
Commit
8cd8f99
1 Parent(s): 70cad15

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: texts
5
+ sequence: string
6
+ - name: meta
7
+ struct:
8
+ - name: pile_set_name
9
+ dtype: string
10
+ - name: scores
11
+ sequence: float64
12
+ - name: avg_score
13
+ dtype: float64
14
+ - name: num_sents
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 328273496
19
+ num_examples: 50000
20
+ download_size: 173245784
21
+ dataset_size: 328273496
22
+ ---
23
+ # Dataset Card for "pii-pile-chunk3-0-50000-tagged"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)