Upload Pix2StructForConditionalGeneration
Browse files- config.json +31 -0
- generation_config.json +8 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/matcha-chartqa",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Pix2StructForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"decoder_start_token_id": 0,
|
| 7 |
+
"eos_token_id": 1,
|
| 8 |
+
"initializer_factor": 1.0,
|
| 9 |
+
"initializer_range": 0.02,
|
| 10 |
+
"is_encoder_decoder": true,
|
| 11 |
+
"is_vqa": false,
|
| 12 |
+
"model_type": "pix2struct",
|
| 13 |
+
"pad_token_id": 0,
|
| 14 |
+
"text_config": {
|
| 15 |
+
"encoder_hidden_size": 768,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"model_type": "pix2struct_text_model",
|
| 18 |
+
"vocab_size": 36096
|
| 19 |
+
},
|
| 20 |
+
"tie_word_embeddings": false,
|
| 21 |
+
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.35.2",
|
| 23 |
+
"vision_config": {
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"layer_norm_bias": false,
|
| 26 |
+
"model_type": "pix2struct_vision_model",
|
| 27 |
+
"num_channels": 3,
|
| 28 |
+
"patch_size": 16,
|
| 29 |
+
"projection_dim": 768
|
| 30 |
+
}
|
| 31 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.35.2",
|
| 7 |
+
"use_cache": false
|
| 8 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c4601b1a3aee5ef8002305f06e60d4d9fab8ef0467deee9d42685fd0f6cf043
|
| 3 |
+
size 1042252608
|