imdigitalashish commited on
Commit
bd4e0f9
·
verified ·
1 Parent(s): 1184ff6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -6
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "architectures": [
3
- "Qwen2_5_VLForConditionalGeneration"
4
  ],
5
- "model_type": "qwen2_5_vl",
6
  "text_config": {
7
- "model_type": "qwen2_5_vl",
8
  "pad_token_id": 59246,
9
  "vocab_size": 59392,
10
  "eos_token_id": [
@@ -25,19 +25,21 @@
25
  "num_key_value_heads": 8,
26
  "rms_norm_eps": 1e-05,
27
  "dtype": "bfloat16",
28
- "rope_scaling": {
29
  "rope_type": "default",
30
  "mrope_section": [
31
  16,
32
  24,
33
  24
34
- ]
 
 
35
  },
36
  "tie_word_embeddings": false,
37
  "use_cache": true
38
  },
39
  "vision_config": {
40
- "model_type": "qwen2_5_vl",
41
  "hidden_size": 1024,
42
  "depth": 24,
43
  "num_heads": 16,
 
1
  {
2
  "architectures": [
3
+ "AshishOcrForConditionalGeneration"
4
  ],
5
+ "model_type": "glm_ocr",
6
  "text_config": {
7
+ "model_type": "ashish_ocr_text",
8
  "pad_token_id": 59246,
9
  "vocab_size": 59392,
10
  "eos_token_id": [
 
25
  "num_key_value_heads": 8,
26
  "rms_norm_eps": 1e-05,
27
  "dtype": "bfloat16",
28
+ "rope_parameters": {
29
  "rope_type": "default",
30
  "mrope_section": [
31
  16,
32
  24,
33
  24
34
+ ],
35
+ "partial_rotary_factor": 1.0,
36
+ "rope_theta": 10000
37
  },
38
  "tie_word_embeddings": false,
39
  "use_cache": true
40
  },
41
  "vision_config": {
42
+ "model_type": "glm_ocr_vision",
43
  "hidden_size": 1024,
44
  "depth": 24,
45
  "num_heads": 16,