Instructions to use ishwarbb23/finetuned-baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ishwarbb23/finetuned-baseline with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ishwarbb23/finetuned-baseline") model = AutoModelForSeq2SeqLM.from_pretrained("ishwarbb23/finetuned-baseline", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
35bcaaa
1
Parent(s): 10e4e0f
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# finetuned-baseline
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 3.4731
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
# finetuned-baseline
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version t5 Model on SQuAD and r/depression_help Data.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 3.4731
|
| 19 |
|