Instructions to use tevino/Hy-MT2-7B-oQ4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use tevino/Hy-MT2-7B-oQ4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Hy-MT2-7B-oQ4 tevino/Hy-MT2-7B-oQ4
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
| { | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 127960, | |
| 127967 | |
| ], | |
| "pad_token_id": 127961, | |
| "repetition_penalty": 1.05, | |
| "temperature": 0.7, | |
| "top_k": 20, | |
| "top_p": 0.8, | |
| "transformers_version": "4.57.6" | |
| } | |