Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -8,5 +8,6 @@
|
|
| 8 |
"n_cell_out": 8,
|
| 9 |
"segment_alignment": null,
|
| 10 |
"segment_size": 990,
|
| 11 |
-
"word_emb_dim": 2048
|
|
|
|
| 12 |
}
|
|
|
|
| 8 |
"n_cell_out": 8,
|
| 9 |
"segment_alignment": null,
|
| 10 |
"segment_size": 990,
|
| 11 |
+
"word_emb_dim": 2048,
|
| 12 |
+
"model_type": "llama"
|
| 13 |
}
|