Instructions to use Konstantinos/BERTaTweetGR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Konstantinos/BERTaTweetGR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Konstantinos/BERTaTweetGR")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Konstantinos/BERTaTweetGR") model = AutoModelForMaskedLM.from_pretrained("Konstantinos/BERTaTweetGR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
488a4f6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:95b3b846d2252cd98ce956da69ff6536880090790f5b53240b0876a72d60c717
size 334021505
|