Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -9,12 +9,13 @@ metrics:
|
|
9 |
- f1
|
10 |
- rouge
|
11 |
- bleu
|
|
|
12 |
model-index:
|
13 |
- name: google-flan-t5-small-e-snli-generation-label_and_explanation-selected-b64
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Sequence-to-sequence Language Modeling
|
17 |
type: text2text-generation
|
|
|
18 |
dataset:
|
19 |
name: esnli
|
20 |
type: esnli
|
@@ -22,18 +23,18 @@ model-index:
|
|
22 |
split: validation
|
23 |
args: plain_text
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: accuracy
|
27 |
value: 0.8691322901849218
|
28 |
-
|
29 |
-
|
30 |
value: 0.8686267742768865
|
31 |
-
|
32 |
-
|
33 |
value: 0.6062872493545299
|
34 |
-
|
35 |
-
|
36 |
value: 0.4012059786299585
|
|
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
9 |
- f1
|
10 |
- rouge
|
11 |
- bleu
|
12 |
+
base_model: google/flan-t5-small
|
13 |
model-index:
|
14 |
- name: google-flan-t5-small-e-snli-generation-label_and_explanation-selected-b64
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: text2text-generation
|
18 |
+
name: Sequence-to-sequence Language Modeling
|
19 |
dataset:
|
20 |
name: esnli
|
21 |
type: esnli
|
|
|
23 |
split: validation
|
24 |
args: plain_text
|
25 |
metrics:
|
26 |
+
- type: accuracy
|
|
|
27 |
value: 0.8691322901849218
|
28 |
+
name: Accuracy
|
29 |
+
- type: f1
|
30 |
value: 0.8686267742768865
|
31 |
+
name: F1
|
32 |
+
- type: rouge
|
33 |
value: 0.6062872493545299
|
34 |
+
name: Rouge1
|
35 |
+
- type: bleu
|
36 |
value: 0.4012059786299585
|
37 |
+
name: Bleu
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|