3b_or_base / README.md
nytopop's picture
Upload folder using huggingface_hub
4c44e79 verified
---
library_name: transformers
language:
- en
pipeline_tag: text-to-speech
license: apache-2.0
base_model:
- canopylabs/orpheus-3b-0.1-pretrained
- meta-llama/Llama-3.2-3B-Instruct
---
# noteworthy changes
- tokenizer omits `<|audio|>` to prevent finetunes resizing the embeddings unneccessarily
- `config.json` uses the correct EOS to end generation on end of audio
- `generation_config.json` uses the correct EOS to end generation on end of audio + has a reasonable default temperature
- `chat_template.jinja` maps user messages to transcripts and assistant messages to audio for simple conversational context management