Skip to content

My fine tuned german language model with training parameters, code and some training information

Notifications You must be signed in to change notification settings

KamilaTrinkenschuh/Ueberschriftengenerator_LEOLM

Repository files navigation

Ueberschriftengenerator_LEOLM

My fine tuned german language model with training parameters, code and some training information

Access the model to fine tune it for your own purpose:

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Kamilatr/Ueberschriftengenerator_LEOLM", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("Kamilatr/Ueberschriftengenerator_LEOLM", trust_remote_code=True)

View additional information about the fine tuned model on my hugging face hub repo: https://huggingface.co/Kamilatr/Ueberschriftengenerator_LEOLM

You can find the entire code in newrepo.py

The .png file contains a picture with the training loss

About

My fine tuned german language model with training parameters, code and some training information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages