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