Instructions to use ASaboor/Bart_Therapy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ASaboor/Bart_Therapy with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ASaboor/Bart_Therapy") model = AutoModelForSeq2SeqLM.from_pretrained("ASaboor/Bart_Therapy", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c76ba9777da5c2e7c64c3d844824ba712b7f77b507d91987249f6dcc21ae7944
|
| 3 |
+
size 1625426996
|