Instructions to use SAVSNET/PetBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SAVSNET/PetBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SAVSNET/PetBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("SAVSNET/PetBERT") model = AutoModelForMaskedLM.from_pretrained("SAVSNET/PetBERT") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
160c17f
1
Parent(s): ebdef0f
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ tags:
|
|
| 9 |
widget:
|
| 10 |
- text: "poc all well. wound healed. No [MASK] on exam. Microchip working. Sign off, resee if worried."
|
| 11 |
example_title: "Post operative Checkup"
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: "poc all well. wound healed. No [MASK] on exam. Microchip working. Sign off, resee if worried."
|
| 11 |
example_title: "Post operative Checkup"
|
| 12 |
+
- text: "other 2 degu's unwell recently want health check for this one appears well for age blood [MASK] 3.8. offer to reweigh and monitor weight"
|
| 13 |
+
example_title: "Blood Glucose check"
|
| 14 |
---
|
| 15 |
|
| 16 |
|