amazingvince commited on
Commit
185177f
·
verified ·
1 Parent(s): b895df3

Update config.json

Browse files
Files changed (1) hide show
  1. 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.py",
8
- "AutoModelForSeq2SeqLM": "modeling_custom_seq2seq_llm.py"
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,