tbenthompson commited on
Commit
c7a1168
1 Parent(s): f85e73f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: token_short
7
+ dtype: string
8
+ - name: token_long
9
+ dtype: string
10
+ - name: p_short
11
+ dtype: float32
12
+ - name: p_long
13
+ dtype: float32
14
+ - name: JS
15
+ dtype: float32
16
+ - name: long_prompt_ids
17
+ sequence: int32
18
+ - name: short_max_id
19
+ dtype: int64
20
+ - name: long_max_id
21
+ dtype: int64
22
+ - name: context
23
+ dtype: string
24
+ - name: p_delta_max
25
+ dtype: float32
26
+ - name: logit_excite_max
27
+ dtype: float32
28
+ - name: logit_inhibit_max
29
+ dtype: float32
30
+ splits:
31
+ - name: scan
32
+ num_bytes: 306454725
33
+ num_examples: 1883449
34
+ download_size: 217292747
35
+ dataset_size: 306454725
36
+ ---
37
+ # Dataset Card for "pile_scan_4"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)