sankhajay commited on
Commit
9882e54
1 Parent(s): 30d4ccd

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "models/tpu",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
@@ -22,7 +22,7 @@
22
  "tie_word_embeddings": false,
23
  "tokenizer_class": "T5Tokenizer",
24
  "torch_dtype": "float32",
25
- "transformers_version": "4.11.0.dev0",
26
  "use_cache": true,
27
  "vocab_size": 250112
28
  }
 
1
  {
2
+ "_name_or_path": "google/mt5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
22
  "tie_word_embeddings": false,
23
  "tokenizer_class": "T5Tokenizer",
24
  "torch_dtype": "float32",
25
+ "transformers_version": "4.16.0.dev0",
26
  "use_cache": true,
27
  "vocab_size": 250112
28
  }