Text Classification
Transformers
PyTorch
Safetensors
English
bert
biology
medical
veterinary
clinical
text-embeddings-inference
Instructions to use SAVSNET/PetBERT_ICD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SAVSNET/PetBERT_ICD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SAVSNET/PetBERT_ICD")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SAVSNET/PetBERT_ICD") model = AutoModelForSequenceClassification.from_pretrained("SAVSNET/PetBERT_ICD") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 89a8f56e237633af21dbdf9f3030164cc0d6c1133b387669d110453766706ee8
- Size of remote file:
- 438 MB
- SHA256:
- 796d735d71d023a448c35de6588575227709e79379e58ba85611ab2f96c459f4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.