Instructions to use eaglewatch/CBT_model_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eaglewatch/CBT_model_2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("eaglewatch/CBT_model_2") model = AutoModelForSeq2SeqLM.from_pretrained("eaglewatch/CBT_model_2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
pipeline_tag: text2text-generation
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
---
|
|
|
|
| 1 |
+
Tinnitus THI Prediction Model. Trained with the augmentation dataset #2
|
| 2 |
+
|
| 3 |
license: apache-2.0
|
| 4 |
+
|
| 5 |
+
language: en
|
| 6 |
+
|
| 7 |
+
metrics: rouge
|
| 8 |
+
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
+
|
| 11 |
+
tags: psychology
|
|
|