BullingerLM
Collection
Models Finetuned to write footnotes for Bullinger Digital (https://www.bullinger-digital.ch/) • 16 items • Updated
How to use Boffl/BullingerLM-llama3.1-8B-instruct-add with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "Boffl/BullingerLM-llama3.1-8B-instruct-add")This model is a fine-tuned version of unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit on the instruct_add_train dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
meta-llama/Llama-3.1-8B