Model save
Browse files- README.md +12 -14
- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -3,8 +3,6 @@ license: apache-2.0
|
|
| 3 |
base_model: facebook/bart-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
-
datasets:
|
| 7 |
-
- learn3r/summ_screen_fd_bp
|
| 8 |
model-index:
|
| 9 |
- name: summ_screen_fd_blueprint_epoch_10
|
| 10 |
results: []
|
|
@@ -15,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# summ_screen_fd_blueprint_epoch_10
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 1.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -50,16 +48,16 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 53 |
-
| 3.
|
| 54 |
-
| 2.
|
| 55 |
-
| 2.
|
| 56 |
-
| 2.
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 3 |
base_model: facebook/bart-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: summ_screen_fd_blueprint_epoch_10
|
| 8 |
results: []
|
|
|
|
| 13 |
|
| 14 |
# summ_screen_fd_blueprint_epoch_10
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.9589
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
+
| 3.519 | 0.97 | 14 | 2.3056 |
|
| 52 |
+
| 2.6644 | 1.95 | 28 | 2.1349 |
|
| 53 |
+
| 2.3418 | 2.99 | 43 | 2.0616 |
|
| 54 |
+
| 2.258 | 3.97 | 57 | 2.0360 |
|
| 55 |
+
| 2.169 | 4.94 | 71 | 1.9997 |
|
| 56 |
+
| 2.1336 | 5.98 | 86 | 1.9862 |
|
| 57 |
+
| 2.0952 | 6.96 | 100 | 1.9754 |
|
| 58 |
+
| 2.0666 | 8.0 | 115 | 1.9660 |
|
| 59 |
+
| 2.0563 | 8.97 | 129 | 1.9610 |
|
| 60 |
+
| 2.0426 | 9.74 | 140 | 1.9589 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557971229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:772b576aef9e09c6550453728ff0313ce419644df5fbcfe321969616eaa17205
|
| 3 |
size 557971229
|
tokenizer.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 1024,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4283
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae480022d16a797dc2ae6a21c9a822f3824b3289cd4f8bccd357d0812b01cb82
|
| 3 |
size 4283
|