amazingvince
commited on
Commit
•
92b2087
1
Parent(s):
185177f
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"custom_seq2seq_llm"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "
|
8 |
"AutoModelForSeq2SeqLM": "modeling_custom_seq2seq_llm.CustomSeq2SeqLLM"
|
9 |
},
|
10 |
"attention_probs_dropout_prob": 0.0,
|
|
|
4 |
"custom_seq2seq_llm"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "modeling_custom_seq2seq_llm.Seq2SeqConfig",
|
8 |
"AutoModelForSeq2SeqLM": "modeling_custom_seq2seq_llm.CustomSeq2SeqLLM"
|
9 |
},
|
10 |
"attention_probs_dropout_prob": 0.0,
|