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