Update config.json from fine tuned model
Browse files- config.json +5 -1
config.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4 |
],
|
5 |
"boi_token_index": 255999,
|
6 |
"eoi_token_index": 256000,
|
|
|
|
|
|
|
|
|
7 |
"image_token_index": 262144,
|
8 |
"initializer_range": 0.02,
|
9 |
"mm_tokens_per_image": 256,
|
@@ -35,4 +39,4 @@
|
|
35 |
"patch_size": 14,
|
36 |
"vision_use_head": false
|
37 |
}
|
38 |
-
}
|
|
|
4 |
],
|
5 |
"boi_token_index": 255999,
|
6 |
"eoi_token_index": 256000,
|
7 |
+
"eos_token_id": [
|
8 |
+
1,
|
9 |
+
106
|
10 |
+
],
|
11 |
"image_token_index": 262144,
|
12 |
"initializer_range": 0.02,
|
13 |
"mm_tokens_per_image": 256,
|
|
|
39 |
"patch_size": 14,
|
40 |
"vision_use_head": false
|
41 |
}
|
42 |
+
}
|