Instructions to use baby-dev/a61bef4e-3130-47d2-b5d8-cc5a8293dcd0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baby-dev/a61bef4e-3130-47d2-b5d8-cc5a8293dcd0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "baby-dev/a61bef4e-3130-47d2-b5d8-cc5a8293dcd0") - Notebooks
- Google Colab
- Kaggle
| library_name: peft | |
| license: apache-2.0 | |
| base_model: teknium/OpenHermes-2.5-Mistral-7B | |
| tags: | |
| - axolotl | |
| - generated_from_trainer | |
| model-index: | |
| - name: a61bef4e-3130-47d2-b5d8-cc5a8293dcd0 | |
| results: [] | |
| <!-- This model card has been generated automatically according to the information the Trainer had access to. You | |
| should probably proofread and complete it, then remove this comment. --> | |
| [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl) | |
| # a61bef4e-3130-47d2-b5d8-cc5a8293dcd0 | |
| This model is a fine-tuned version of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) on the None dataset. | |
| It achieves the following results on the evaluation set: | |
| - Loss: 0.4157 | |
| ## Model description | |
| More information needed | |
| ## Intended uses & limitations | |
| More information needed | |
| ## Training and evaluation data | |
| More information needed | |
| ### Framework versions | |
| - PEFT 0.13.2 | |
| - Transformers 4.46.0 | |
| - Pytorch 2.5.0+cu124 | |
| - Datasets 3.0.1 | |
| - Tokenizers 0.20.1 |