Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,12 @@ library_name: mlx
|
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Chat template
|
| 10 |
|
| 11 |
This model uses a standard `user` / `assistant` chat API surface, but renders
|
|
|
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
|
| 9 |
+
## Model
|
| 10 |
+
|
| 11 |
+
A lightly post-trained version of [talkie-lm/talkie-1930-13b-base](https://huggingface.co/talkie-lm/talkie-1930-13b-base) via some initial SFT on an elicited persona followed by KTO on Claude-preferred responses. Distinct from the official instruction tune in that it is instructed to play the character of an intelligent machine, tuned to have slightly more modern-day preferences (so it may adopt the views of a 1930s progressive), and finally differs in its chat template, which forgoes XML to instead present itself as a transcript/play.
|
| 12 |
+
|
| 13 |
+
Recommended sampling settings are `temp=0.5, min_p=0.05, top_k=40, repetition_penalty=1.2, repetition_context_size=128`. Like the base model, it has a max context size of 2048.
|
| 14 |
+
|
| 15 |
## Chat template
|
| 16 |
|
| 17 |
This model uses a standard `user` / `assistant` chat API surface, but renders
|