Update config.json
Browse files- config.json +8 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"vocab_size": 50262,
|
| 3 |
"d_model": 384,
|
| 4 |
"n_layers": 6,
|
|
@@ -7,5 +8,10 @@
|
|
| 7 |
"dropout": 0.1,
|
| 8 |
"input_modality": "text",
|
| 9 |
"head_type": "causal_lm",
|
| 10 |
-
"version": "0.1"
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "sam2",
|
| 3 |
"vocab_size": 50262,
|
| 4 |
"d_model": 384,
|
| 5 |
"n_layers": 6,
|
|
|
|
| 8 |
"dropout": 0.1,
|
| 9 |
"input_modality": "text",
|
| 10 |
"head_type": "causal_lm",
|
| 11 |
+
"version": "0.1",
|
| 12 |
+
"pad_token_id": 50256,
|
| 13 |
+
"bos_token_id": 50256,
|
| 14 |
+
"eos_token_id": 50256,
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.44.0"
|
| 17 |
+
}
|