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