Instructions to use Finitearth/sBaertle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Finitearth/sBaertle with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Finitearth/sBaertle") model = AutoModelForSeq2SeqLM.from_pretrained("Finitearth/sBaertle") - Notebooks
- Google Colab
- Kaggle
Quick Links
Model Card for sBärtle
Translation model based on T5. Translates from Swabian to German.
Model Details
Model Description
- Developed by: Pascal Knoll and Tom Zehle
- Model type: Transformer
- Language(s) (NLP): German, Swabian
- License: apache-2.0
- Finetuned from model: t5-base
Model Sources
- Repository: GitHub
- Downloads last month
- 14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Finitearth/sBaertle") model = AutoModelForSeq2SeqLM.from_pretrained("Finitearth/sBaertle")