tbenthompson commited on
Commit
2bc9063
·
1 Parent(s): 66b8bd6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,8 @@
 
1
  # scan_4
2
 
 
 
3
  - `text`: The long prompt text with the the first token surrounded by square brackets.
4
  - `token_short`: The model's prediction for the most likely token given the short prompt.
5
  - `token_long`: The model's prediction for the most likely token given the long prompt.
@@ -16,4 +19,4 @@
16
  - `logit_inhibit_max`: The largest decrease in logit for any token between the short and long prompt.
17
  - `batch`: The batch number of the prompt.
18
  - `sample`: The sample number of the prompt.
19
- - `start`: The start index of the prompt in the sample.
 
1
+
2
  # scan_4
3
 
4
+ See https://confirmlabs.org/posts/catalog.html for details.
5
+
6
  - `text`: The long prompt text with the the first token surrounded by square brackets.
7
  - `token_short`: The model's prediction for the most likely token given the short prompt.
8
  - `token_long`: The model's prediction for the most likely token given the long prompt.
 
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.