domenicrosati commited on
Commit
f27baf1
1 Parent(s): 224bc7b

End of training

Browse files
added_tokens.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|FACTUAL|>": 50267,
3
+ "<|IRRELEVANT|>": 50270,
4
+ "<|READABLE|>": 50265,
5
+ "<|RELEVANT|>": 50269,
6
+ "<|SEARCH|>": 50271,
7
+ "<|UNFACTUAL|>": 50268,
8
+ "<|UNREADABLE|>": 50266
9
+ }
config.json CHANGED
@@ -50,11 +50,10 @@
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
  }
 
50
  "min_length": 100,
51
  "model_type": "led",
52
  "no_repeat_ngram_size": 3,
 
53
  "num_hidden_layers": 6,
54
  "pad_token_id": 1,
55
  "torch_dtype": "float32",
56
  "transformers_version": "4.26.0",
57
  "use_cache": true,
58
+ "vocab_size": 50272
59
  }
generation_config.json CHANGED
@@ -8,7 +8,6 @@
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
  }
 
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
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:183684a7ed28e4be5e9f0e2f71d98cfb0c56c02bb0ea570c133273ab7db95b26
3
- size 647680813
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7622e7e3cc0a34634692de12a767813d25e900b4e2c16bf93a6f896104cd22
3
+ size 647702381
special_tokens_map.json CHANGED
@@ -1,4 +1,13 @@
1
  {
 
 
 
 
 
 
 
 
 
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
 
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,
tokenizer.json CHANGED
@@ -61,6 +61,69 @@
61
  "rstrip": false,
62
  "normalized": true,
63
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  }
65
  ],
66
  "normalizer": null,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9071790af5be6c09da31ad63e88633b281e1da824a41b9c2405af3cf8d1db57a
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af26237188a6f705c40badd407ef3532e3f99842456ccbaa65b06662e07c035
3
  size 3707