Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"custom_seq2seq_llm"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "configuration_custom_seq2seq_llm.
|
8 |
-
"AutoModelForSeq2SeqLM": "modeling_custom_seq2seq_llm.
|
9 |
},
|
10 |
"attention_probs_dropout_prob": 0.0,
|
11 |
"bos_token_id": 1,
|
|
|
4 |
"custom_seq2seq_llm"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_custom_seq2seq_llm.Seq2SeqConfig",
|
8 |
+
"AutoModelForSeq2SeqLM": "modeling_custom_seq2seq_llm.CustomSeq2SeqLLM"
|
9 |
},
|
10 |
"attention_probs_dropout_prob": 0.0,
|
11 |
"bos_token_id": 1,
|