patrickvonplaten commited on
Commit
ba2ffd8
1 Parent(s): 2663270

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "/home/patrick/hugging_face/t5/mt5-large",
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
6
  "d_ff": 2816,
7
  "d_kv": 64,
@@ -21,6 +21,6 @@
21
  "pad_token_id": 0,
22
  "relative_attention_num_buckets": 32,
23
  "tie_word_embeddings": false,
24
- "tokenizer_class": "T5Tokenizer",
25
  "vocab_size": 250112
26
  }
1
  {
2
  "_name_or_path": "/home/patrick/hugging_face/t5/mt5-large",
3
  "architectures": [
4
+ "MT5ForConditionalGeneration"
5
  ],
6
  "d_ff": 2816,
7
  "d_kv": 64,
21
  "pad_token_id": 0,
22
  "relative_attention_num_buckets": 32,
23
  "tie_word_embeddings": false,
24
+ "tokenizer_class": "MT5Tokenizer",
25
  "vocab_size": 250112
26
  }