Instructions to use Silly-Machine/TuPy_BERT_e3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Silly-Machine/TuPy_BERT_e3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Silly-Machine/TuPy_BERT_e3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Silly-Machine/TuPy_BERT_e3") model = AutoModelForSequenceClassification.from_pretrained("Silly-Machine/TuPy_BERT_e3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6f4caa8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f624cc409884e3f0a883e6911a82b5d13cb4df65d37c6b34bdff5560a687f3ff
size 435722224
|