Instructions to use anyspeech/PhoneBERT-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anyspeech/PhoneBERT-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="anyspeech/PhoneBERT-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("anyspeech/PhoneBERT-large") model = AutoModelForMaskedLM.from_pretrained("anyspeech/PhoneBERT-large") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 1