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
- Xet hash:
- 567beb8763e3448c595d93a2f41b00ec5e521bf10ac77abc105c8f9f25b6ece6
- Size of remote file:
- 268 MB
- SHA256:
- 5bfccff097b24f6a158773c44a3e0a22a2879822f40d8dc7bed7fe238a489d21
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.