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
Update README.md
#3
by 5p33dy - opened
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Translation model based on T5. Translates from Swabian to German.
|
|
| 20 |
|
| 21 |
|
| 22 |
|
| 23 |
-
- **Developed by:** Pascal Knoll and Tom Zehle
|
| 24 |
- **Model type:** Transformer
|
| 25 |
- **Language(s) (NLP):** German, Swabian
|
| 26 |
- **License:** apache-2.0
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
|
| 23 |
+
- **Developed by:** [Pascal Knoll](https://www.linkedin.com/in/knoll-pascal/) and [Tom Zehle](https://www.linkedin.com/in/tom-zehle/)
|
| 24 |
- **Model type:** Transformer
|
| 25 |
- **Language(s) (NLP):** German, Swabian
|
| 26 |
- **License:** apache-2.0
|