ganse/word_wizards_final_bart
Browse files
README.md
CHANGED
@@ -54,8 +54,8 @@ 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 | 0.
|
58 |
-
| No log | 2.0 | 10 | 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 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
+
| No log | 1.0 | 5 | 0.0000 | 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 |
|
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:dd454c61e957214b15d483a44408df04725ff179dee9ed1219aa98baadd56efa
|
3 |
size 557912620
|
runs/Dec06_22-47-37_26c4abc7d069/events.out.tfevents.1701902861.26c4abc7d069.3699.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eb12e387e7325c404007df843150f6a6c0e080605b5f9cb09af026254bc8eeb
|
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:e7732ccaff2d27581e5e69de91e651c92e126dbf93ed31e71b58f55554ae4874
|
3 |
size 4728
|