Instructions to use jmcinern/qomhra-8B-awq-dpo-beta-0.5-checkpoint-checkpoint-100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jmcinern/qomhra-8B-awq-dpo-beta-0.5-checkpoint-checkpoint-100 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jmcinern/qomhra-8B-awq-dpo-beta-0.5-checkpoint-checkpoint-100", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 117 Bytes
3e6c325 | 1 2 3 4 5 6 7 | {
"bos_token_id": 151643,
"eos_token_id": 151643,
"max_new_tokens": 2048,
"transformers_version": "4.56.2"
}
|