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