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