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