AlexHT_Hung commited on
Commit ·
e558b66
1
Parent(s): dc16c51
remove causal mask
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "AlexHung29629/test_model",
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
| 8 |
"bos_token_id": 128000,
|
| 9 |
"eos_token_id": 128001,
|
| 10 |
"head_dim": 64,
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "AlexHung29629/test_model",
|
| 3 |
"architectures": [
|
| 4 |
+
"JanusModel"
|
| 5 |
],
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoModel": "modeling_llama.JanusModel"
|
| 10 |
+
},
|
| 11 |
"bos_token_id": 128000,
|
| 12 |
"eos_token_id": 128001,
|
| 13 |
"head_dim": 64,
|