fix config
Browse files- config.json +6 -5
config.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"DreamModel"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"auto_map": {
|
| 7 |
-
"AutoConfig": "configuration_dream.DreamConfig",
|
| 8 |
-
"AutoModel": "modeling_dream.DreamModel"
|
| 9 |
},
|
| 10 |
"bos_token_id": 151665,
|
| 11 |
-
"dtype": "bfloat16",
|
| 12 |
"eos_token_id": 151643,
|
| 13 |
"hidden_act": "silu",
|
| 14 |
"hidden_size": 3584,
|
|
@@ -27,8 +27,9 @@
|
|
| 27 |
"rope_theta": 1000000.0,
|
| 28 |
"sliding_window": null,
|
| 29 |
"tie_word_embeddings": false,
|
| 30 |
-
"
|
|
|
|
| 31 |
"use_cache": true,
|
| 32 |
"use_sliding_window": false,
|
| 33 |
"vocab_size": 152064
|
| 34 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Dream-org/Dream-Coder-v0-Instruct-7B",
|
| 3 |
"architectures": [
|
| 4 |
"DreamModel"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"auto_map": {
|
| 8 |
+
"AutoConfig": "Dream-org/Dream-Coder-v0-Instruct-7B--configuration_dream.DreamConfig",
|
| 9 |
+
"AutoModel": "Dream-org/Dream-Coder-v0-Instruct-7B--modeling_dream.DreamModel"
|
| 10 |
},
|
| 11 |
"bos_token_id": 151665,
|
|
|
|
| 12 |
"eos_token_id": 151643,
|
| 13 |
"hidden_act": "silu",
|
| 14 |
"hidden_size": 3584,
|
|
|
|
| 27 |
"rope_theta": 1000000.0,
|
| 28 |
"sliding_window": null,
|
| 29 |
"tie_word_embeddings": false,
|
| 30 |
+
"torch_dtype": "bfloat16",
|
| 31 |
+
"transformers_version": "4.49.0",
|
| 32 |
"use_cache": true,
|
| 33 |
"use_sliding_window": false,
|
| 34 |
"vocab_size": 152064
|
| 35 |
+
}
|