Xenova HF Staff commited on
Commit
a89b498
·
verified ·
1 Parent(s): dd42d6f

Upload 6 files

Browse files
Files changed (2) hide show
  1. generation_config.json +1 -1
  2. preprocessor_config.json +11 -0
generation_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
- "do_sample": true,
4
  "eos_token_id": [
5
  59246,
6
  59253
 
1
  {
2
  "_from_model_config": true,
3
+ "do_sample": false,
4
  "eos_token_id": [
5
  59246,
6
  59253
preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {"shortest_edge": 12544, "longest_edge": 9633792},
3
+ "do_rescale": true,
4
+ "patch_size": 14,
5
+ "temporal_patch_size": 2,
6
+ "merge_size": 2,
7
+ "image_mean": [0.48145466, 0.4578275, 0.40821073],
8
+ "image_std": [0.26862954, 0.26130258, 0.27577711],
9
+ "image_processor_type": "Glm46VImageProcessor",
10
+ "processor_class": "Glm46VProcessor"
11
+ }