domenicrosati
commited on
Commit
•
a6768f5
1
Parent(s):
22b94db
Training in progress, step 500
Browse files- config.json +6 -0
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
"decoder_layers": 6,
|
25 |
"decoder_start_token_id": 2,
|
26 |
"dropout": 0.1,
|
|
|
27 |
"encoder_attention_heads": 12,
|
28 |
"encoder_ffn_dim": 3072,
|
29 |
"encoder_layerdrop": 0.0,
|
@@ -42,9 +43,14 @@
|
|
42 |
"LABEL_1": 1,
|
43 |
"LABEL_2": 2
|
44 |
},
|
|
|
45 |
"max_decoder_position_embeddings": 1024,
|
46 |
"max_encoder_position_embeddings": 16384,
|
|
|
|
|
47 |
"model_type": "led",
|
|
|
|
|
48 |
"num_hidden_layers": 6,
|
49 |
"pad_token_id": 1,
|
50 |
"torch_dtype": "float32",
|
|
|
24 |
"decoder_layers": 6,
|
25 |
"decoder_start_token_id": 2,
|
26 |
"dropout": 0.1,
|
27 |
+
"early_stopping": true,
|
28 |
"encoder_attention_heads": 12,
|
29 |
"encoder_ffn_dim": 3072,
|
30 |
"encoder_layerdrop": 0.0,
|
|
|
43 |
"LABEL_1": 1,
|
44 |
"LABEL_2": 2
|
45 |
},
|
46 |
+
"length_penalty": 2.0,
|
47 |
"max_decoder_position_embeddings": 1024,
|
48 |
"max_encoder_position_embeddings": 16384,
|
49 |
+
"max_length": 1024,
|
50 |
+
"min_length": 100,
|
51 |
"model_type": "led",
|
52 |
+
"no_repeat_ngram_size": 3,
|
53 |
+
"num_beams": 4,
|
54 |
"num_hidden_layers": 6,
|
55 |
"pad_token_id": 1,
|
56 |
"torch_dtype": "float32",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 647680813
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f50b58ab6d7adf6241a0dba988c80d8171323b10eae7f71dbf55084a4105699
|
3 |
size 647680813
|
tokenizer_config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
"rstrip": false,
|
52 |
"single_word": false
|
53 |
},
|
54 |
-
"special_tokens_map_file": "/home/domenic
|
55 |
"tokenizer_class": "LEDTokenizer",
|
56 |
"trim_offsets": true,
|
57 |
"unk_token": {
|
|
|
51 |
"rstrip": false,
|
52 |
"single_word": false
|
53 |
},
|
54 |
+
"special_tokens_map_file": "/home/domenic/projects/def-pmongeon/domenic/models--allenai--led-base-16384/snapshots/38335783885b338d93791936c54bb4be46bebed9/special_tokens_map.json",
|
55 |
"tokenizer_class": "LEDTokenizer",
|
56 |
"trim_offsets": true,
|
57 |
"unk_token": {
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3707
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35c8593b2c3fbd0004f2d04d7ad419a274f3c6a10afc051542d9909c2ef1e796
|
3 |
size 3707
|