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
More info about the LORA
#1
by deleted - opened
Hi @Rashik24 , great work on this LORA.
Can you share the training code, resources used to train the model, the training hours, tool(s) used (e.g Axolotl), training steps and where exactly it was trained?
What about the training and evaluation results?
@TanvirOnHF I have unfortunately not saved the exact code. However I can help you if you are interested in replicating or collaborating in this project.
@Rashik24 Lets build the similar with this fusion LLM : https://huggingface.co/Wanfq/FuseLLM-7B . Write me if you're interested