Update config.json
Browse files- config.json +6 -4
config.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 2,
|
|
@@ -13,7 +16,6 @@
|
|
| 13 |
"intermediate_size": 7168,
|
| 14 |
"max_position_embeddings": 2048,
|
| 15 |
"mlp_bias": false,
|
| 16 |
-
"model_type": "llama",
|
| 17 |
"num_attention_heads": 16,
|
| 18 |
"num_hidden_layers": 32,
|
| 19 |
"num_key_value_heads": 8,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["ParamBharatGenForCausalLM"],
|
| 3 |
+
"model_type": "parambharatgen",
|
| 4 |
+
"auto_map":{
|
| 5 |
+
"AutoConfig": "config_parambharatgen.ParamBharatGenConfig",
|
| 6 |
+
"AutoModelForCausalLM": "modeling_parambharatgen.ParamBharatGenForCausalLM"
|
| 7 |
+
},
|
| 8 |
"attention_bias": false,
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"bos_token_id": 2,
|
|
|
|
| 16 |
"intermediate_size": 7168,
|
| 17 |
"max_position_embeddings": 2048,
|
| 18 |
"mlp_bias": false,
|
|
|
|
| 19 |
"num_attention_heads": 16,
|
| 20 |
"num_hidden_layers": 32,
|
| 21 |
"num_key_value_heads": 8,
|