debbiesoon
commited on
Commit
•
74fc607
1
Parent(s):
6a142f8
Training in progress, step 10
Browse files
config.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
"length_penalty": 2.0,
|
46 |
"max_decoder_position_embeddings": 1024,
|
47 |
"max_encoder_position_embeddings": 16384,
|
48 |
-
"max_length":
|
49 |
"min_length": 100,
|
50 |
"model_type": "led",
|
51 |
"no_repeat_ngram_size": 3,
|
|
|
45 |
"length_penalty": 2.0,
|
46 |
"max_decoder_position_embeddings": 1024,
|
47 |
"max_encoder_position_embeddings": 16384,
|
48 |
+
"max_length": 512,
|
49 |
"min_length": 100,
|
50 |
"model_type": "led",
|
51 |
"no_repeat_ngram_size": 3,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 647678513
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa0962d8b194435aba077b014dab4dca140633ba9dae0efbc2276bff6022cc8
|
3 |
size 647678513
|
runs/Oct18_14-36-02_13a7832f06ec/1666103767.7986057/events.out.tfevents.1666103767.13a7832f06ec.95.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07ba0fb570da41851eb302c3943009e2838bebfc0ad88350bb103cbd08f87fe9
|
3 |
+
size 5633
|
runs/Oct18_14-36-02_13a7832f06ec/events.out.tfevents.1666103767.13a7832f06ec.95.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:679d5acc9b06c1c06247248fde9d7b53d46ed6d8588dd0b71c8078055b68a1e9
|
3 |
+
size 5141
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3439
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c0f3346e4270dd19de98d6f048f7312a3d78ab1fd091d66126c3fc9bc6dd816
|
3 |
size 3439
|