stefan-it commited on
Commit
9e5b4bd
1 Parent(s): c93fb7e

config: adjust vocab size (slightly larger than mT5)

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "T5ForConditionalGeneration"
4
  ],
@@ -23,7 +24,8 @@
23
  "relative_attention_num_buckets": 32,
24
  "tie_word_embeddings": false,
25
  "tokenizer_class": "T5Tokenizer",
 
26
  "transformers_version": "4.27.4",
27
  "use_cache": true,
28
- "vocab_size": 250112
29
  }
 
1
  {
2
+ "_name_or_path": "./",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
24
  "relative_attention_num_buckets": 32,
25
  "tie_word_embeddings": false,
26
  "tokenizer_class": "T5Tokenizer",
27
+ "torch_dtype": "float32",
28
  "transformers_version": "4.27.4",
29
  "use_cache": true,
30
+ "vocab_size": 256384
31
  }