ArvinZhuang commited on
Commit
3da5dd4
1 Parent(s): 0cfb341

Upload 4 files

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/xor-tydi-docTquery-mt5-large/checkpoint-800",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
@@ -26,7 +26,7 @@
26
  "tie_word_embeddings": false,
27
  "tokenizer_class": "T5Tokenizer",
28
  "torch_dtype": "float32",
29
- "transformers_version": "4.28.1",
30
  "use_cache": true,
31
  "vocab_size": 250112
32
  }
 
1
  {
2
+ "_name_or_path": "google/mt5-large",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
 
26
  "tie_word_embeddings": false,
27
  "tokenizer_class": "T5Tokenizer",
28
  "torch_dtype": "float32",
29
+ "transformers_version": "4.25.1",
30
  "use_cache": true,
31
  "vocab_size": 250112
32
  }