domenicrosati commited on
Commit
df8e1f4
1 Parent(s): 7c2779e

End of training

Browse files
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,13 +43,18 @@
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",
51
  "transformers_version": "4.26.0",
52
  "use_cache": true,
53
- "vocab_size": 50272
54
  }
 
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": 16896,
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",
57
  "transformers_version": "4.26.0",
58
  "use_cache": true,
59
+ "vocab_size": 50265
60
  }
generation_config.json CHANGED
@@ -8,6 +8,7 @@
8
  "max_length": 16896,
9
  "min_length": 100,
10
  "no_repeat_ngram_size": 3,
 
11
  "pad_token_id": 1,
12
  "transformers_version": "4.26.0"
13
  }
 
8
  "max_length": 16896,
9
  "min_length": 100,
10
  "no_repeat_ngram_size": 3,
11
+ "num_beams": 4,
12
  "pad_token_id": 1,
13
  "transformers_version": "4.26.0"
14
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23713f0bfb5c0726b4f99111debc7f17bc0697ae5b2f4e17172c6a33d16a7e1d
3
- size 647702381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40a0605a7d9412eaee6dfc023fa45a8774a11638439c772196e8ac6653964db4
3
+ size 647680813
special_tokens_map.json CHANGED
@@ -1,13 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "<|READABLE|>",
4
- "<|UNREADABLE|>",
5
- "<|FACTUAL|>",
6
- "<|UNFACTUAL|>",
7
- "<|RELEVANT|>",
8
- "<|IRRELEVANT|>",
9
- "<|SEARCH|>"
10
- ],
11
  "bos_token": {
12
  "content": "<s>",
13
  "lstrip": false,
 
1
  {
 
 
 
 
 
 
 
 
 
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
tokenizer.json CHANGED
@@ -61,69 +61,6 @@
61
  "rstrip": false,
62
  "normalized": true,
63
  "special": true
64
- },
65
- {
66
- "id": 50265,
67
- "content": "<|READABLE|>",
68
- "single_word": false,
69
- "lstrip": false,
70
- "rstrip": false,
71
- "normalized": false,
72
- "special": true
73
- },
74
- {
75
- "id": 50266,
76
- "content": "<|UNREADABLE|>",
77
- "single_word": false,
78
- "lstrip": false,
79
- "rstrip": false,
80
- "normalized": false,
81
- "special": true
82
- },
83
- {
84
- "id": 50267,
85
- "content": "<|FACTUAL|>",
86
- "single_word": false,
87
- "lstrip": false,
88
- "rstrip": false,
89
- "normalized": false,
90
- "special": true
91
- },
92
- {
93
- "id": 50268,
94
- "content": "<|UNFACTUAL|>",
95
- "single_word": false,
96
- "lstrip": false,
97
- "rstrip": false,
98
- "normalized": false,
99
- "special": true
100
- },
101
- {
102
- "id": 50269,
103
- "content": "<|RELEVANT|>",
104
- "single_word": false,
105
- "lstrip": false,
106
- "rstrip": false,
107
- "normalized": false,
108
- "special": true
109
- },
110
- {
111
- "id": 50270,
112
- "content": "<|IRRELEVANT|>",
113
- "single_word": false,
114
- "lstrip": false,
115
- "rstrip": false,
116
- "normalized": false,
117
- "special": true
118
- },
119
- {
120
- "id": 50271,
121
- "content": "<|SEARCH|>",
122
- "single_word": false,
123
- "lstrip": false,
124
- "rstrip": false,
125
- "normalized": false,
126
- "special": true
127
  }
128
  ],
129
  "normalizer": null,
 
61
  "rstrip": false,
62
  "normalized": true,
63
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  }
65
  ],
66
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -51,7 +51,7 @@
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": {
 
51
  "rstrip": false,
52
  "single_word": false
53
  },
54
+ "special_tokens_map_file": "/home/domenic/.cache/huggingface/hub/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:dd4f39fafbbfff02285bf0d9b6881664ca00845543fb5417f1aa0d1f9cdcbaeb
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04529bb3eb852642429a524c7b10809569f362b8bddfed474d708d916a79f9ec
3
  size 3707