charent commited on
Commit
c50f3fb
·
1 Parent(s): da88daa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,10 +1,11 @@
1
  {
2
- "_name_or_path": "charent/ChatLM-Chinese-0.2B",
3
  "architectures": [
4
  "TextToTextModel"
5
  ],
6
  "auto_map": {
7
- "AutoModelForSeq2SeqLM": "chat_model.TextToTextModel"
 
8
  },
9
  "classifier_dropout": 0.0,
10
  "d_ff": 3072,
 
1
  {
2
+ "_name_or_path": "./model_save/dpo/",
3
  "architectures": [
4
  "TextToTextModel"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "configuration_chat_model.TextToTextModelConfig",
8
+ "AutoModelForSeq2SeqLM": "modeling_chat_model.TextToTextModel"
9
  },
10
  "classifier_dropout": 0.0,
11
  "d_ff": 3072,