Instructions to use Databook/SmolClassifierMed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Databook/SmolClassifierMed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Databook/SmolClassifierMed")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Databook/SmolClassifierMed") model = AutoModel.from_pretrained("Databook/SmolClassifierMed") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6d61629 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:225b655ce5f874c5abb4c38307ed461a3339a3260147a0e4fe0716f73f1c31c1
size 1447315344
|