Keeby-smilyai commited on
Commit
b57736f
·
verified ·
1 Parent(s): 72d9cc3

Update config.json

Browse files
Files changed (1) hide show
  1. 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
+ }