llamafactory/alpaca_en
Viewer • Updated • 51.7k • 324 • 5
How to use BahiaLLmWorks/Bahia-1 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5")
model = PeftModel.from_pretrained(base_model, "BahiaLLmWorks/Bahia-1")This model is a fine-tuned version of microsoft/phi-1_5 on the alpaca_en dataset.
This is the First LLM coming from the Mediterranean city of Oran (nicknamed El-Bahia), and possibly the first North African LLM trained model, More to come from us soon ;-)
This comes under an MIT lisence, enjoy!
Trained using Alpaca_en from Llama Factory
Locally trained on baremetal hardware on an AMD GPU under Linux Mint 21
The following hyperparameters were used during training:
Please check the files in the files and versions.
Base model
microsoft/phi-1_5