Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -42,6 +42,8 @@ That transcript is greedy decoding (temperature 0), reproducible from
|
|
| 42 |
`FINAL_12H-best.pt`.
|
| 43 |
|
| 44 |
**Try it in the browser**: [thought-vectors-chat](https://huggingface.co/spaces/nochinator/thought-vectors-chat)
|
|
|
|
|
|
|
| 45 |
|
| 46 |
## What to expect — and not
|
| 47 |
|
|
@@ -78,9 +80,11 @@ bc565782b51d74fe56de1c2d9dd4e44c52b1e6ff192bfcdb758291edeaf5240c FINAL2_12H-bes
|
|
| 78 |
77bf080cc216f628fa80c260acc2cfe2ffb03c19bc3d44071047ad4377b0e4ad m5_frontier-best.pt
|
| 79 |
```
|
| 80 |
|
| 81 |
-
The paper's matched token-LM baseline (`b3_lm_48m_24h-best.pt`, §6.5)
|
| 82 |
-
|
| 83 |
-
this
|
|
|
|
|
|
|
| 84 |
|
| 85 |
## Run it locally
|
| 86 |
|
|
|
|
| 42 |
`FINAL_12H-best.pt`.
|
| 43 |
|
| 44 |
**Try it in the browser**: [thought-vectors-chat](https://huggingface.co/spaces/nochinator/thought-vectors-chat)
|
| 45 |
+
— a model picker lets you compare live against the paper's matched
|
| 46 |
+
token-LM baseline (§6.5) on the same conversation.
|
| 47 |
|
| 48 |
## What to expect — and not
|
| 49 |
|
|
|
|
| 80 |
77bf080cc216f628fa80c260acc2cfe2ffb03c19bc3d44071047ad4377b0e4ad m5_frontier-best.pt
|
| 81 |
```
|
| 82 |
|
| 83 |
+
The paper's matched token-LM baseline (`b3_lm_48m_24h-best.pt`, §6.5) is
|
| 84 |
+
the comparison model, not part of this system, so the raw checkpoint ships
|
| 85 |
+
as a GitHub Release asset only rather than in this repo. An ONNX export of
|
| 86 |
+
it is available for live comparison in the [chat demo](https://huggingface.co/spaces/nochinator/thought-vectors-chat)'s
|
| 87 |
+
model picker.
|
| 88 |
|
| 89 |
## Run it locally
|
| 90 |
|