Instructions to use notouchfish/cs546-hw1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use notouchfish/cs546-hw1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="notouchfish/cs546-hw1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("notouchfish/cs546-hw1") model = AutoModelForSequenceClassification.from_pretrained("notouchfish/cs546-hw1") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cc1caaa0faf8f43e84937ee909a54d9df44df30680bbcb94de5abb4033d5ed2d
- Size of remote file:
- 90.9 MB
- SHA256:
- fdc048809e6d52c3590af02b8cae987478c715b1d8143079b3361110727c2220
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.