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