Instructions to use thomasgauthier/OpenSnark-LoRD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thomasgauthier/OpenSnark-LoRD 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, "thomasgauthier/OpenSnark-LoRD") - Notebooks
- Google Colab
- Kaggle
Low-rank decomposition of valine/OpenSnark using teknium/OpenHermes-2.5-Mistral-7B as base
Created using LoRD
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for thomasgauthier/OpenSnark-LoRD
Base model
mistralai/Mistral-7B-v0.1 Finetuned
teknium/OpenHermes-2.5-Mistral-7B