Instructions to use WHJ1998/t5_tiny_symptom_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WHJ1998/t5_tiny_symptom_test with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("WHJ1998/t5_tiny_symptom_test") model = AutoModelForSeq2SeqLM.from_pretrained("WHJ1998/t5_tiny_symptom_test") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cd428d9d3f6828618cd4ce958857c4ef5cde603be7a8a867bb4da61d009760c
|
| 3 |
+
size 8975960
|