Instructions to use lgessler/coptic-bert-small-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lgessler/coptic-bert-small-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="lgessler/coptic-bert-small-uncased")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("lgessler/coptic-bert-small-uncased") model = AutoModel.from_pretrained("lgessler/coptic-bert-small-uncased") - Notebooks
- Google Colab
- Kaggle
This is an alias for lgessler/microbert-coptic-mx.
- Downloads last month
- 8