Text Classification
Transformers
PyTorch
Enawené-Nawé
roberta
Trained with AutoTrain
text-embeddings-inference
Instructions to use karalif/simple-test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use karalif/simple-test-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="karalif/simple-test-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("karalif/simple-test-model") model = AutoModelForSequenceClassification.from_pretrained("karalif/simple-test-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
65655d8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b625b84411d20a4237e1dcaf90c5878396d8c0814af8bf94bfd8cd8df7eb7d2
size 2379526
|