Upload 12 files
Browse files- .gitattributes +1 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/config.json +53 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/generation_config.json +7 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/model.safetensors +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/optimizer.pt +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/rng_state_0.pth +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/rng_state_1.pth +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/scheduler.pt +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/special_tokens_map.json +24 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/tokenizer_config.json +45 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/trainer_state.json +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/training_args.bin +3 -0
- trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -204,3 +204,4 @@ trabank_vl_dino_pretrain_resize_pure_s142/checkpoint-290000/trainer_state.json f
|
|
| 204 |
trabank_vl_dino_pretrain_resize_pure_s142/checkpoint-300000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 205 |
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-290000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 206 |
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-300000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 204 |
trabank_vl_dino_pretrain_resize_pure_s142/checkpoint-300000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 205 |
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-290000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 206 |
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-300000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 207 |
+
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/config.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_function": "gelu_new",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlavaGPTForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"attn_pdrop": 0.1,
|
| 9 |
+
"bos_token_id": 1,
|
| 10 |
+
"detect_loss": false,
|
| 11 |
+
"embd_pdrop": 0.1,
|
| 12 |
+
"eos_token_id": 2,
|
| 13 |
+
"freeze_mm_mlp_adapter": false,
|
| 14 |
+
"hidden_act": "silu",
|
| 15 |
+
"image_aspect_ratio": "pad",
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"intermediate_size": 3072,
|
| 18 |
+
"is_decoder": true,
|
| 19 |
+
"layer_norm_epsilon": 1e-05,
|
| 20 |
+
"mm_projector_lr": null,
|
| 21 |
+
"mm_use_im_patch_token": false,
|
| 22 |
+
"mm_use_im_start_end": false,
|
| 23 |
+
"mm_vision_tower": "dino",
|
| 24 |
+
"model_type": "gpt2",
|
| 25 |
+
"n_embd": 768,
|
| 26 |
+
"n_head": 12,
|
| 27 |
+
"n_inner": null,
|
| 28 |
+
"n_layer": 12,
|
| 29 |
+
"n_positions": 1024,
|
| 30 |
+
"num_key_value_heads": 12,
|
| 31 |
+
"reorder_and_upcast_attn": false,
|
| 32 |
+
"resid_pdrop": 0.1,
|
| 33 |
+
"rms_norm_eps": 1e-05,
|
| 34 |
+
"rope_scaling": null,
|
| 35 |
+
"rope_theta": 10000.0,
|
| 36 |
+
"scale_attn_by_inverse_layer_idx": false,
|
| 37 |
+
"scale_attn_weights": true,
|
| 38 |
+
"summary_activation": null,
|
| 39 |
+
"summary_first_dropout": 0.1,
|
| 40 |
+
"summary_proj_to_labels": true,
|
| 41 |
+
"summary_type": "cls_index",
|
| 42 |
+
"summary_use_proj": true,
|
| 43 |
+
"tie_word_embeddings": false,
|
| 44 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 45 |
+
"tokenizer_model_max_length": 2048,
|
| 46 |
+
"tokenizer_padding_side": "right",
|
| 47 |
+
"torch_dtype": "float32",
|
| 48 |
+
"transformers_version": "4.48.1",
|
| 49 |
+
"tune_mm_mlp_adapter": false,
|
| 50 |
+
"use_cache": false,
|
| 51 |
+
"vision_tower_type": "dino",
|
| 52 |
+
"vocab_size": 25005
|
| 53 |
+
}
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"transformers_version": "4.48.1",
|
| 6 |
+
"use_cache": false
|
| 7 |
+
}
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1f8c680405f4e53a421c3d995d9f46fecfed7901ef546329705a901523c9b51
|
| 3 |
+
size 670210056
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b27c1aa1d4abef6d1d06d64e41eb2938c82906342f4f6b5272e0f2c557aeda5
|
| 3 |
+
size 994126027
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d96cbac4ef29d4436e0af646b4f6873a22086b99c425b11c0748ea09ae1aed7e
|
| 3 |
+
size 14981
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbc466f2de0e37dc5d9eeda346b7504e1627a65e871b741819b4b3980064ced1
|
| 3 |
+
size 14981
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1837e8007429615d9b5f8fc7ba6cf63c555a6787a3aa5acdfd8a813b641fd04
|
| 3 |
+
size 1465
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<SOS>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<EOS>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<UNK>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<UNK>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<PAD>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<UNK>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "<SOS>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"3": {
|
| 28 |
+
"content": "<EOS>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"bos_token": "<SOS>",
|
| 37 |
+
"clean_up_tokenization_spaces": false,
|
| 38 |
+
"eos_token": "<EOS>",
|
| 39 |
+
"extra_special_tokens": {},
|
| 40 |
+
"model_max_length": 2048,
|
| 41 |
+
"pad_token": "<UNK>",
|
| 42 |
+
"padding_side": "right",
|
| 43 |
+
"tokenizer_class": "CustomWordTokenizer",
|
| 44 |
+
"unk_token": "<UNK>"
|
| 45 |
+
}
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/trainer_state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e120c1ecc3bb4f28e0e85e4bb33e99405da5b050e0ffdb84509fa5ce348b23e8
|
| 3 |
+
size 47277056
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbc2378c4f5cfac15022fa9a24015a0c1dc352fb8dc5d3f78aac5337b5e63b94
|
| 3 |
+
size 6353
|
trabank_vl_dino_pretrain_resize_pure_s242/checkpoint-270000/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|