mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
address problems
This commit is contained in:
parent
322e7e6623
commit
a8cdb53a4d
6 changed files with 99 additions and 24 deletions
|
|
@ -320,6 +320,10 @@ What to configure on the environment side:
|
|||
--env.teacher_top_k 8
|
||||
```
|
||||
|
||||
If `$TEACHER_MODEL` is a deployment alias instead of a tokenizer identifier,
|
||||
also set `--env.teacher_server.tokenizer_name ...` so the env can validate
|
||||
tokenizer compatibility.
|
||||
|
||||
Why cross-tokenizer conversion is not acceptable here:
|
||||
|
||||
- Teacher token ID `1234` and student token ID `1234` can correspond to different text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue