Instructions to use Jacobo/axiothea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jacobo/axiothea with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Jacobo/axiothea")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Jacobo/axiothea") model = AutoModelForMaskedLM.from_pretrained("Jacobo/axiothea") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ model-index:
|
|
| 9 |
widget:
|
| 10 |
- text: "Πλάτων ὁ Περικτιόνης <mask> γένος ἀνέφερεν εἰς Σόλωνα."
|
| 11 |
- text: "ὁ Κριτίας ἀπέβλεψε <mask> τὴν θύραν."
|
|
|
|
| 12 |
|
| 13 |
---
|
| 14 |
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: "Πλάτων ὁ Περικτιόνης <mask> γένος ἀνέφερεν εἰς Σόλωνα."
|
| 11 |
- text: "ὁ Κριτίας ἀπέβλεψε <mask> τὴν θύραν."
|
| 12 |
+
- text: "Ὦ φίλε Κλεινία, καλῶς μὲν <mask>."
|
| 13 |
|
| 14 |
---
|
| 15 |
|