Realcat commited on
Commit
899b989
·
verified ·
1 Parent(s): 3eedbdb

Upload folder using huggingface_hub

Browse files
Files changed (35) hide show
  1. .DS_Store +0 -0
  2. .gitattributes +3 -0
  3. llava-fastvithd_0.5b_stage2/.DS_Store +0 -0
  4. llava-fastvithd_0.5b_stage2/.generation_config.json +6 -0
  5. llava-fastvithd_0.5b_stage2/added_tokens.json +5 -0
  6. llava-fastvithd_0.5b_stage2/config.json +45 -0
  7. llava-fastvithd_0.5b_stage2/merges.txt +0 -0
  8. llava-fastvithd_0.5b_stage2/model.safetensors +3 -0
  9. llava-fastvithd_0.5b_stage2/special_tokens_map.json +20 -0
  10. llava-fastvithd_0.5b_stage2/tokenizer_config.json +44 -0
  11. llava-fastvithd_0.5b_stage2/trainer_state.json +3 -0
  12. llava-fastvithd_0.5b_stage2/training_args.bin +3 -0
  13. llava-fastvithd_0.5b_stage2/vocab.json +0 -0
  14. llava-fastvithd_0.5b_stage3/.DS_Store +0 -0
  15. llava-fastvithd_0.5b_stage3/added_tokens.json +5 -0
  16. llava-fastvithd_0.5b_stage3/config.json +45 -0
  17. llava-fastvithd_0.5b_stage3/generation_config.json +6 -0
  18. llava-fastvithd_0.5b_stage3/merges.txt +0 -0
  19. llava-fastvithd_0.5b_stage3/model.safetensors +3 -0
  20. llava-fastvithd_0.5b_stage3/special_tokens_map.json +20 -0
  21. llava-fastvithd_0.5b_stage3/tokenizer_config.json +44 -0
  22. llava-fastvithd_0.5b_stage3/trainer_state.json +3 -0
  23. llava-fastvithd_0.5b_stage3/training_args.bin +3 -0
  24. llava-fastvithd_0.5b_stage3/vocab.json +0 -0
  25. llava-fastvithd_1.5b_stage3/.DS_Store +0 -0
  26. llava-fastvithd_1.5b_stage3/added_tokens.json +5 -0
  27. llava-fastvithd_1.5b_stage3/config.json +45 -0
  28. llava-fastvithd_1.5b_stage3/generation_config.json +6 -0
  29. llava-fastvithd_1.5b_stage3/merges.txt +0 -0
  30. llava-fastvithd_1.5b_stage3/model.safetensors +3 -0
  31. llava-fastvithd_1.5b_stage3/special_tokens_map.json +20 -0
  32. llava-fastvithd_1.5b_stage3/tokenizer_config.json +44 -0
  33. llava-fastvithd_1.5b_stage3/trainer_state.json +3 -0
  34. llava-fastvithd_1.5b_stage3/training_args.bin +3 -0
  35. llava-fastvithd_1.5b_stage3/vocab.json +0 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ llava-fastvithd_0.5b_stage2/trainer_state.json filter=lfs diff=lfs merge=lfs -text
37
+ llava-fastvithd_0.5b_stage3/trainer_state.json filter=lfs diff=lfs merge=lfs -text
38
+ llava-fastvithd_1.5b_stage3/trainer_state.json filter=lfs diff=lfs merge=lfs -text
llava-fastvithd_0.5b_stage2/.DS_Store ADDED
Binary file (6.15 kB). View file
 
llava-fastvithd_0.5b_stage2/.generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "temperature": null,
4
+ "top_p": null,
5
+ "transformers_version": "4.39.3"
6
+ }
llava-fastvithd_0.5b_stage2/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
llava-fastvithd_0.5b_stage2/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./llava-v1.5-13b",
3
+ "architectures": [
4
+ "LlavaQwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "freeze_mm_mlp_adapter": false,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 896,
12
+ "image_aspect_ratio": "pad",
13
+ "image_grid_pinpoints": null,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4864,
16
+ "max_position_embeddings": 32768,
17
+ "max_window_layers": 24,
18
+ "mm_hidden_size": 3072,
19
+ "mm_patch_merge_type": "flat",
20
+ "mm_projector_lr": null,
21
+ "mm_projector_type": "mlp2x_gelu",
22
+ "mm_use_im_patch_token": false,
23
+ "mm_use_im_start_end": false,
24
+ "mm_vision_select_feature": "patch",
25
+ "mm_vision_select_layer": -2,
26
+ "mm_vision_tower": "mobileclip_l_1024",
27
+ "model_type": "llava_qwen2",
28
+ "num_attention_heads": 14,
29
+ "num_hidden_layers": 24,
30
+ "num_key_value_heads": 2,
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_theta": 1000000.0,
33
+ "sliding_window": 32768,
34
+ "tie_word_embeddings": true,
35
+ "tokenizer_model_max_length": 8192,
36
+ "tokenizer_padding_side": "right",
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.39.3",
39
+ "tune_mm_mlp_adapter": false,
40
+ "unfreeze_mm_vision_tower": true,
41
+ "use_cache": true,
42
+ "use_mm_proj": true,
43
+ "use_sliding_window": false,
44
+ "vocab_size": 151936
45
+ }
llava-fastvithd_0.5b_stage2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
llava-fastvithd_0.5b_stage2/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fddc9cd2cb96b2bbfc4f2bcf67c470bb1658e320d9e764b36238ac4c2034de1c
3
+ size 1517793184
llava-fastvithd_0.5b_stage2/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
llava-fastvithd_0.5b_stage2/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 8192,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
llava-fastvithd_0.5b_stage2/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81bbd2dc42d5e209b399e5cce43e8f9c36a53b895e705ae5506690b14f68c9f
3
+ size 16078066
llava-fastvithd_0.5b_stage2/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e56f2a64311570aee73967d35feec0d94cc44a23f341993d37213866f1f3a93
3
+ size 6584
llava-fastvithd_0.5b_stage2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
llava-fastvithd_0.5b_stage3/.DS_Store ADDED
Binary file (6.15 kB). View file
 
llava-fastvithd_0.5b_stage3/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
llava-fastvithd_0.5b_stage3/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./llava-v1.5-13b",
3
+ "architectures": [
4
+ "LlavaQwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "freeze_mm_mlp_adapter": false,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 896,
12
+ "image_aspect_ratio": "pad",
13
+ "image_grid_pinpoints": null,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4864,
16
+ "max_position_embeddings": 32768,
17
+ "max_window_layers": 24,
18
+ "mm_hidden_size": 3072,
19
+ "mm_patch_merge_type": "flat",
20
+ "mm_projector_lr": null,
21
+ "mm_projector_type": "mlp2x_gelu",
22
+ "mm_use_im_patch_token": false,
23
+ "mm_use_im_start_end": false,
24
+ "mm_vision_select_feature": "patch",
25
+ "mm_vision_select_layer": -2,
26
+ "mm_vision_tower": "mobileclip_l_1024",
27
+ "model_type": "llava_qwen2",
28
+ "num_attention_heads": 14,
29
+ "num_hidden_layers": 24,
30
+ "num_key_value_heads": 2,
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_theta": 1000000.0,
33
+ "sliding_window": 32768,
34
+ "tie_word_embeddings": true,
35
+ "tokenizer_model_max_length": 8192,
36
+ "tokenizer_padding_side": "right",
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.39.3",
39
+ "tune_mm_mlp_adapter": false,
40
+ "unfreeze_mm_vision_tower": true,
41
+ "use_cache": true,
42
+ "use_mm_proj": true,
43
+ "use_sliding_window": false,
44
+ "vocab_size": 151936
45
+ }
llava-fastvithd_0.5b_stage3/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "temperature": null,
4
+ "top_p": null,
5
+ "transformers_version": "4.39.3"
6
+ }
llava-fastvithd_0.5b_stage3/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
llava-fastvithd_0.5b_stage3/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f989959100e7c50e51a4bfbefcfd037f6cbf103ef7315eab74d7a74232f9b93
3
+ size 1517793184
llava-fastvithd_0.5b_stage3/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
llava-fastvithd_0.5b_stage3/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 8192,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
llava-fastvithd_0.5b_stage3/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a70d3bb94303d4eb4d3d778e1b072a91cdc3a533c69e6f5a4f6d4b7f6877f0
3
+ size 15667435
llava-fastvithd_0.5b_stage3/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19ef7fe3e02fc33967c872928aae8419fd124ebc3042af901e3848cd275b5f7
3
+ size 6584
llava-fastvithd_0.5b_stage3/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
llava-fastvithd_1.5b_stage3/.DS_Store ADDED
Binary file (6.15 kB). View file
 
llava-fastvithd_1.5b_stage3/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
llava-fastvithd_1.5b_stage3/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./llava-v1.5-13b",
3
+ "architectures": [
4
+ "LlavaQwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "freeze_mm_mlp_adapter": false,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1536,
12
+ "image_aspect_ratio": "pad",
13
+ "image_grid_pinpoints": null,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 8960,
16
+ "max_position_embeddings": 32768,
17
+ "max_window_layers": 28,
18
+ "mm_hidden_size": 3072,
19
+ "mm_patch_merge_type": "flat",
20
+ "mm_projector_lr": null,
21
+ "mm_projector_type": "mlp2x_gelu",
22
+ "mm_use_im_patch_token": false,
23
+ "mm_use_im_start_end": false,
24
+ "mm_vision_select_feature": "patch",
25
+ "mm_vision_select_layer": -2,
26
+ "mm_vision_tower": "mobileclip_l_1024",
27
+ "model_type": "llava_qwen2",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 28,
30
+ "num_key_value_heads": 2,
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_theta": 1000000.0,
33
+ "sliding_window": 32768,
34
+ "tie_word_embeddings": true,
35
+ "tokenizer_model_max_length": 8192,
36
+ "tokenizer_padding_side": "right",
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.39.3",
39
+ "tune_mm_mlp_adapter": false,
40
+ "unfreeze_mm_vision_tower": true,
41
+ "use_cache": true,
42
+ "use_mm_proj": true,
43
+ "use_sliding_window": false,
44
+ "vocab_size": 151936
45
+ }
llava-fastvithd_1.5b_stage3/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "temperature": null,
4
+ "top_p": null,
5
+ "transformers_version": "4.39.3"
6
+ }
llava-fastvithd_1.5b_stage3/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
llava-fastvithd_1.5b_stage3/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c6475ad0c81c8ad6a05165bc5d3be6b71cce3e7842d75ca06af1261d55b1308
3
+ size 3818688176
llava-fastvithd_1.5b_stage3/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
llava-fastvithd_1.5b_stage3/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 8192,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
llava-fastvithd_1.5b_stage3/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da900d2d77de9a01c40b8c80ff4ec36ae4294b978a80075c7320894e56ed29a
3
+ size 15669643
llava-fastvithd_1.5b_stage3/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f2313fea5cb3e63459cf15f21e278f34c8bb1e5d6dc8bf0128e0fedbce3b21a
3
+ size 6584
llava-fastvithd_1.5b_stage3/vocab.json ADDED
The diff for this file is too large to render. See raw diff