Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,11 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: pile-t5-base-inst
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# pile-t5-base-inst
|
14 |
|
15 |
-
This model is a fine-tuned version of [EleutherAI/pile-t5-base](https://huggingface.co/EleutherAI/pile-t5-base) on
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 2.5082
|
18 |
- Rouge2 Precision: 0.2496
|
@@ -61,4 +66,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.39.3
|
62 |
- Pytorch 2.1.2
|
63 |
- Datasets 2.18.0
|
64 |
-
- Tokenizers 0.15.2
|
|
|
5 |
model-index:
|
6 |
- name: pile-t5-base-inst
|
7 |
results: []
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
metrics:
|
11 |
+
- rouge
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
# pile-t5-base-inst
|
19 |
|
20 |
+
This model is a fine-tuned version of [EleutherAI/pile-t5-base](https://huggingface.co/EleutherAI/pile-t5-base) on [taskydata/Pile-T5-Instruction](https://huggingface.co/datasets/taskydata/Pile-T5-Instruction) dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 2.5082
|
23 |
- Rouge2 Precision: 0.2496
|
|
|
66 |
- Transformers 4.39.3
|
67 |
- Pytorch 2.1.2
|
68 |
- Datasets 2.18.0
|
69 |
+
- Tokenizers 0.15.2
|