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