Upload folder using huggingface_hub
Browse files- README.md +1 -0
- config.json +1 -1
README.md
CHANGED
|
@@ -10,5 +10,6 @@ base_model:
|
|
| 10 |
|
| 11 |
# noteworthy changes
|
| 12 |
- tokenizer omits `<|audio|>` to prevent finetunes resizing the embeddings unneccessarily
|
|
|
|
| 13 |
- `generation_config.json` uses the correct EOS to end generation on end of audio + has a reasonable default temperature
|
| 14 |
- `chat_template.jinja` maps user messages to transcripts and assistant messages to audio for simple conversational context management
|
|
|
|
| 10 |
|
| 11 |
# noteworthy changes
|
| 12 |
- tokenizer omits `<|audio|>` to prevent finetunes resizing the embeddings unneccessarily
|
| 13 |
+
- `config.json` uses the correct EOS to end generation on end of audio
|
| 14 |
- `generation_config.json` uses the correct EOS to end generation on end of audio + has a reasonable default temperature
|
| 15 |
- `chat_template.jinja` maps user messages to transcripts and assistant messages to audio for simple conversational context management
|
config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 128000,
|
| 8 |
-
"eos_token_id":
|
| 9 |
"head_dim": 64,
|
| 10 |
"hidden_act": "silu",
|
| 11 |
"hidden_size": 2048,
|
|
|
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 128000,
|
| 8 |
+
"eos_token_id": 128258,
|
| 9 |
"head_dim": 64,
|
| 10 |
"hidden_act": "silu",
|
| 11 |
"hidden_size": 2048,
|