update model card README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,25 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- rouge
|
7 |
model-index:
|
8 |
- name: bart_lfqa-fleece2instructions-r1
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,14 +28,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# bart_lfqa-fleece2instructions-r1
|
16 |
|
17 |
-
This model is a fine-tuned version of [vblagoje/bart_lfqa](https://huggingface.co/vblagoje/bart_lfqa) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.1890
|
20 |
-
- Rouge1: 0.
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel: 0.
|
23 |
-
- Rougelsum: 0.
|
24 |
-
- Gen Len:
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- pszemraj/fleece2instructions
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: bart_lfqa-fleece2instructions-r1
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: pszemraj/fleece2instructions
|
17 |
+
type: pszemraj/fleece2instructions
|
18 |
+
config: null
|
19 |
+
split: None
|
20 |
+
metrics:
|
21 |
+
- name: Rouge1
|
22 |
+
type: rouge
|
23 |
+
value: 0.0334
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
|
29 |
# bart_lfqa-fleece2instructions-r1
|
30 |
|
31 |
+
This model is a fine-tuned version of [vblagoje/bart_lfqa](https://huggingface.co/vblagoje/bart_lfqa) on the pszemraj/fleece2instructions dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
- Loss: 1.1890
|
34 |
+
- Rouge1: 0.0334
|
35 |
+
- Rouge2: 0.0299
|
36 |
+
- Rougel: 0.0334
|
37 |
+
- Rougelsum: 0.0334
|
38 |
+
- Gen Len: 255.9156
|
39 |
|
40 |
## Model description
|
41 |
|