Instructions to use Rashik24/Mistral-Instruct-Bangla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rashik24/Mistral-Instruct-Bangla with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "Rashik24/Mistral-Instruct-Bangla") - Notebooks
- Google Colab
- Kaggle
Can you help me with finetuning
#2 opened about 2 years ago
by
v20244
More info about the LORA
👍 1
2
#1 opened over 2 years ago
by deleted