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