Commit ·
12051d0
1
Parent(s): 464b0ef
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss:
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -46,29 +46,21 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
|:-------------:|:-----:|:-----:|:---------------:|
|
| 49 |
-
| 2.
|
| 50 |
-
| 2.
|
| 51 |
-
| 2.
|
| 52 |
-
| 2.
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
| 1.7432 | 0.58 | 11000 | 1.7254 |
|
| 60 |
-
| 1.7374 | 0.63 | 12000 | 1.7046 |
|
| 61 |
-
| 1.7233 | 0.68 | 13000 | 1.7134 |
|
| 62 |
-
| 1.7188 | 0.74 | 14000 | 1.6832 |
|
| 63 |
-
| 1.7037 | 0.79 | 15000 | 1.6727 |
|
| 64 |
-
| 1.6761 | 0.84 | 16000 | 1.6652 |
|
| 65 |
-
| 1.6354 | 0.9 | 17000 | 1.6584 |
|
| 66 |
-
| 1.6601 | 0.95 | 18000 | 1.6543 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
| 70 |
|
| 71 |
-
- Transformers 4.
|
| 72 |
- Pytorch 1.12.1+cu113
|
| 73 |
-
- Datasets 2.
|
| 74 |
-
- Tokenizers 0.13.
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 2.1219
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
|:-------------:|:-----:|:-----:|:---------------:|
|
| 49 |
+
| 2.878 | 0.1 | 1000 | 2.5845 |
|
| 50 |
+
| 2.5583 | 0.2 | 2000 | 2.4206 |
|
| 51 |
+
| 2.3887 | 0.3 | 3000 | 2.3398 |
|
| 52 |
+
| 2.244 | 0.4 | 4000 | 2.2853 |
|
| 53 |
+
| 2.2182 | 0.5 | 5000 | 2.2355 |
|
| 54 |
+
| 2.1509 | 0.6 | 6000 | 2.1872 |
|
| 55 |
+
| 2.0912 | 0.7 | 7000 | 2.1582 |
|
| 56 |
+
| 2.1208 | 0.8 | 8000 | 2.1435 |
|
| 57 |
+
| 2.0248 | 0.9 | 9000 | 2.1309 |
|
| 58 |
+
| 2.0394 | 1.0 | 10000 | 2.1219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
+
- Transformers 4.25.1
|
| 64 |
- Pytorch 1.12.1+cu113
|
| 65 |
+
- Datasets 2.7.1
|
| 66 |
+
- Tokenizers 0.13.2
|