Michielo commited on
Commit
5f44cfb
·
verified ·
1 Parent(s): ff4f8f2

Improved model output quality

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/mt5-small",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
@@ -27,7 +27,7 @@
27
  "tie_word_embeddings": false,
28
  "tokenizer_class": "T5Tokenizer",
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.37.2",
31
  "use_cache": true,
32
  "vocab_size": 250112
33
  }
 
1
  {
2
+ "_name_or_path": "output/checkpointt",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
 
27
  "tie_word_embeddings": false,
28
  "tokenizer_class": "T5Tokenizer",
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.39.3",
31
  "use_cache": true,
32
  "vocab_size": 250112
33
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 1,
4
  "max_length": 1024,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.37.2"
7
  }
 
3
  "eos_token_id": 1,
4
  "max_length": 1024,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.39.3"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8edd7c27d32aba69c652ea06e49cd104526b02e2d4460a9bf7d27b3280b4d29f
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6e8f097617c6f3379785eb4edbd501d52d2c4c876c142c7f85c114fa489309e
3
  size 1200729512
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:722bf80470f2ae6a7cfeaaaf876fb7ef9ad33b2e9a514ded463498f4a8bbd6be
3
- size 16330661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8aa17e32492b66346653b8954cf4c01f46717f63fd0c44b4c2d9fa36276392
3
+ size 16315413
tokenizer_config.json CHANGED
@@ -30,9 +30,13 @@
30
  "eos_token": "</s>",
31
  "extra_ids": 0,
32
  "legacy": true,
 
33
  "model_max_length": 1024,
34
  "pad_token": "<pad>",
35
  "sp_model_kwargs": {},
 
36
  "tokenizer_class": "T5Tokenizer",
 
 
37
  "unk_token": "<unk>"
38
  }
 
30
  "eos_token": "</s>",
31
  "extra_ids": 0,
32
  "legacy": true,
33
+ "max_length": 1024,
34
  "model_max_length": 1024,
35
  "pad_token": "<pad>",
36
  "sp_model_kwargs": {},
37
+ "stride": 0,
38
  "tokenizer_class": "T5Tokenizer",
39
+ "truncation_side": "right",
40
+ "truncation_strategy": "longest_first",
41
  "unk_token": "<unk>"
42
  }