tbenthompson commited on
Commit
7be3694
1 Parent(s): 9dfa2d1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -1,3 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # scan_4
3
 
@@ -19,4 +63,4 @@ See https://confirmlabs.org/posts/catalog.html for details.
19
  - `logit_inhibit_max`: The largest decrease in logit for any token between the short and long prompt.
20
  - `batch`: The batch number of the prompt.
21
  - `sample`: The sample number of the prompt.
22
- - `start`: The start index of the prompt in the sample.
 
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_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: context_ids
25
+ sequence: int32
26
+ - name: p_delta_max
27
+ dtype: float32
28
+ - name: logit_excite_max
29
+ dtype: float32
30
+ - name: logit_inhibit_max
31
+ dtype: float32
32
+ - name: batch
33
+ dtype: int64
34
+ - name: sample
35
+ dtype: int64
36
+ - name: start
37
+ dtype: int64
38
+ splits:
39
+ - name: scan
40
+ num_bytes: 466393218
41
+ num_examples: 1874497
42
+ download_size: 0
43
+ dataset_size: 466393218
44
+ ---
45
 
46
  # scan_4
47
 
 
63
  - `logit_inhibit_max`: The largest decrease in logit for any token between the short and long prompt.
64
  - `batch`: The batch number of the prompt.
65
  - `sample`: The sample number of the prompt.
66
+ - `start`: The start index of the prompt in the sample.