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