update model card README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,28 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- yahoo_answers_qa
|
|
|
|
|
8 |
model-index:
|
9 |
- name: nol2pro
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# nol2pro
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the yahoo_answers_qa dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- nol2pro
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- yahoo_answers_qa
|
8 |
+
metrics:
|
9 |
+
- bleu
|
10 |
model-index:
|
11 |
- name: nol2pro
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Sequence-to-sequence Language Modeling
|
15 |
+
type: text2text-generation
|
16 |
+
dataset:
|
17 |
+
name: yahoo_answers_qa
|
18 |
+
type: yahoo_answers_qa
|
19 |
+
config: yahoo_answers_qa
|
20 |
+
split: train
|
21 |
+
args: yahoo_answers_qa
|
22 |
+
metrics:
|
23 |
+
- name: Bleu
|
24 |
+
type: bleu
|
25 |
+
value: 99.80643594810797
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# nol2pro
|
32 |
|
33 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the yahoo_answers_qa dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0029
|
36 |
+
- Bleu: 99.8064
|
37 |
|
38 |
## Model description
|
39 |
|