ganse/word_wizards_final_bart
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Rouge1: 1.0
|
22 |
- Rouge2: 1.0
|
23 |
- Rougel: 1.0
|
@@ -54,10 +54,10 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
-
| No log | 1.0 | 5 |
|
58 |
-
| No log | 2.0 | 10 | 0.
|
59 |
-
| No log | 3.0 | 15 | 0.
|
60 |
-
| No log | 4.0 | 20 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0000
|
21 |
- Rouge1: 1.0
|
22 |
- Rouge2: 1.0
|
23 |
- Rougel: 1.0
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
+
| No log | 1.0 | 5 | 0.0004 | 1.0 | 1.0 | 1.0 | 1.0 | 11.0 |
|
58 |
+
| No log | 2.0 | 10 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 | 11.0 |
|
59 |
+
| No log | 3.0 | 15 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 | 11.0 |
|
60 |
+
| No log | 4.0 | 20 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 | 11.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557912620
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd779db7a26b40f01591bdef7fd9f8ddfe9288de3deb9a4d88af2ed822658e66
|
3 |
size 557912620
|
runs/Dec06_23-39-02_26c4abc7d069/events.out.tfevents.1701905950.26c4abc7d069.14838.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:990db75c0cf27be210db49b6ccdb9f2e11a51585ceae180953ce0f3aa6840933
|
3 |
+
size 7887
|
tokenizer.json
CHANGED
@@ -2,11 +2,18 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 1024,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 1,
|
14 |
+
"pad_type_id": 0,
|
15 |
+
"pad_token": "<pad>"
|
16 |
+
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eab3e8724d01aea89324daaeaac2aeed6725c3235ac0cd2c77ac650e85832847
|
3 |
size 4728
|