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