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