tbenthompson commited on
Commit
a632139
1 Parent(s): cb07b6d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: i
5
- dtype: int64
6
  - name: token_short
7
  dtype: string
8
  - name: token_long
@@ -21,20 +21,26 @@ dataset_info:
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
- - name: text
31
- dtype: string
 
 
 
 
32
  splits:
33
  - name: scan
34
- num_bytes: 320444597
35
- num_examples: 1874497
36
- download_size: 248627563
37
- dataset_size: 320444597
38
  ---
39
  # Dataset Card for "pile_scan_4"
40
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: text
5
+ dtype: string
6
  - name: token_short
7
  dtype: string
8
  - name: token_long
 
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: 1294186
41
+ num_examples: 5212
42
+ download_size: 906616
43
+ dataset_size: 1294186
44
  ---
45
  # Dataset Card for "pile_scan_4"
46