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-70B-pretrain-EA with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-70B-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "Boffl/BullingerLM-llama3.1-70B-pretrain-EA")This model is a fine-tuned version of unsloth/Meta-Llama-3.1-70B-bnb-4bit on the pretrain_EA dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
meta-llama/Llama-3.1-70B