From ca1db68104d9d9507fab0600d9e52db6031b89fc Mon Sep 17 00:00:00 2001 From: TingquanGao Date: Tue, 21 Oct 2025 10:13:16 +0000 Subject: [PATCH] System delete file --- PaddleOCR-VL-0.9B/config.json | 75 ----------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 PaddleOCR-VL-0.9B/config.json diff --git a/PaddleOCR-VL-0.9B/config.json b/PaddleOCR-VL-0.9B/config.json deleted file mode 100644 index 2617b7e..0000000 --- a/PaddleOCR-VL-0.9B/config.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "architectures": [ - "PaddleOCRVLForConditionalGeneration" - ], - "attention_probs_dropout_prob": 0.0, - "auto_map": { - "AutoConfig": "configuration_paddleocr_vl.PaddleOCRVLConfig", - "AutoModel": "modeling_paddleocr_vl.PaddleOCRVLForConditionalGeneration", - "AutoModelForCausalLM": "modeling_paddleocr_vl.PaddleOCRVLForConditionalGeneration" - }, - "compression_ratio": 1.0, - "head_dim": 128, - "hidden_act": "silu", - "hidden_dropout_prob": 0.0, - "hidden_size": 1024, - "ignored_index": -100, - "image_token_id": 100295, - "intermediate_size": 3072, - "max_position_embeddings": 131072, - "max_sequence_length": null, - "model_type": "paddleocr_vl", - "num_attention_heads": 16, - "num_hidden_layers": 18, - "num_key_value_heads": 2, - "pad_token_id": 0, - "rms_norm_eps": 1e-05, - "rope_scaling": { - "mrope_section": [ - 16, - 24, - 24 - ], - "rope_type": "default", - "type": "default" - }, - "rope_theta": 500000, - "sliding_window": null, - "tie_word_embeddings": false, - "torch_dtype": "bfloat16", - "transformers_version": "4.55.0", - "use_bias": false, - "use_cache": false, - "use_flash_attention": false, - "video_token_id": 101307, - "vision_config": { - "architectures": [ - "SiglipVisionModel" - ], - "attention_dropout": 0.0, - "auto_map": { - "AutoConfig": "configuration_paddleocr_vl.PaddleOCRVLConfig", - "AutoModel": "modeling_paddleocr_vl.SiglipVisionModel" - }, - "hidden_act": "gelu_pytorch_tanh", - "hidden_size": 1152, - "image_size": 384, - "intermediate_size": 4304, - "layer_norm_eps": 1e-06, - "model_type": "paddleocr_vl", - "num_attention_heads": 16, - "num_channels": 3, - "num_hidden_layers": 27, - "pad_token_id": 0, - "patch_size": 14, - "spatial_merge_size": 2, - "temporal_patch_size": 2, - "tokens_per_second": 2, - "torch_dtype": "bfloat16" - }, - "vision_start_token_id": 101305, - "vocab_size": 103424, - "weight_share_add_bias": true, - "use_3d_rope": true, - "rope_is_neox_style": true -}