Instructions to use lgessler/microbert-ancient-greek-mx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lgessler/microbert-ancient-greek-mx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="lgessler/microbert-ancient-greek-mx")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("lgessler/microbert-ancient-greek-mx") model = AutoModel.from_pretrained("lgessler/microbert-ancient-greek-mx") - Notebooks
- Google Colab
- Kaggle
This is a MicroBERT model for Ancient Greek.
- Its suffix is -mx, which means that it was pretrained using supervision from masked language modeling and XPOS tagging.
- The unlabeled Ancient Greek data was taken from the Diorisis corpus, totaling 9,058,227 tokens.
- The UD treebank UD_Ancient_Greek-PROEIL, v2.9, totaling 213,999 tokens, was used for labeled data.
Please see the repository and the paper for more details.
- Downloads last month
- 10