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