Instructions to use pranaydeeps/Ancient-Greek-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pranaydeeps/Ancient-Greek-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pranaydeeps/Ancient-Greek-BERT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("pranaydeeps/Ancient-Greek-BERT") model = AutoModel.from_pretrained("pranaydeeps/Ancient-Greek-BERT") - Notebooks
- Google Colab
- Kaggle
Привет
#2
by oooooo215784y57249 - opened