Commit
·
31c5f63
1
Parent(s):
911a3a5
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ datasets:
|
|
7 |
model-index:
|
8 |
- name: synonyms_5000_plus_3000_default_3_epoch
|
9 |
results: []
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# synonyms_5000_plus_3000_default_3_epoch
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the midas/inspec generation dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.7956
|
20 |
- F1@5ext: 0.4590
|
@@ -72,4 +74,4 @@ The following hyperparameters were used during training:
|
|
72 |
- Transformers 4.24.0.dev0
|
73 |
- Pytorch 1.9.0+cu111
|
74 |
- Datasets 2.6.1
|
75 |
-
- Tokenizers 0.13.1
|
|
|
7 |
model-index:
|
8 |
- name: synonyms_5000_plus_3000_default_3_epoch
|
9 |
results: []
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# synonyms_5000_plus_3000_default_3_epoch
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the midas/inspec generation dataset, concatenated with data augmented custom artemfilipenko/synonyms-augmented-5x-inspec dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.7956
|
22 |
- F1@5ext: 0.4590
|
|
|
74 |
- Transformers 4.24.0.dev0
|
75 |
- Pytorch 1.9.0+cu111
|
76 |
- Datasets 2.6.1
|
77 |
+
- Tokenizers 0.13.1
|