Update config.json
#1
by
BIZLI
- opened
- config.json +1 -0
config.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "_configuration_kormo.KORMoConfig",
|
|
|
|
| 9 |
"AutoModelForCausalLM": "_modeling_kormo.KORMoForCausalLM"
|
| 10 |
},
|
| 11 |
"bos_token_id": 125030,
|
|
|
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "_configuration_kormo.KORMoConfig",
|
| 9 |
+
"AutoModel": "_modeling_kormo.KORMoModel",
|
| 10 |
"AutoModelForCausalLM": "_modeling_kormo.KORMoForCausalLM"
|
| 11 |
},
|
| 12 |
"bos_token_id": 125030,
|