sjauhri commited on
Commit
e907d4c
·
verified ·
1 Parent(s): ed944f2

Delete Finetuned_LISA

Browse files
Finetuned_LISA/added_tokens.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "<im_end>": 32002,
3
- "<im_start>": 32001,
4
- "[SEG]": 32000
5
- }
 
 
 
 
 
 
Finetuned_LISA/config.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "_name_or_path": "liuhaotian/llava-llama-2-13b-chat-lightning-preview",
3
- "architectures": [
4
- "LISAForCausalLM"
5
- ],
6
- "bos_token_id": 1,
7
- "eos_token_id": 2,
8
- "freeze_mm_mlp_adapter": true,
9
- "hidden_act": "silu",
10
- "hidden_size": 5120,
11
- "image_aspect_ratio": "square",
12
- "image_grid_pinpoints": null,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 13824,
15
- "max_position_embeddings": 4096,
16
- "mm_hidden_size": 1024,
17
- "mm_resampler_type": null,
18
- "mm_use_im_patch_token": false,
19
- "mm_use_im_start_end": true,
20
- "mm_vision_select_feature": "patch",
21
- "mm_vision_select_layer": -2,
22
- "mm_vision_tower": "openai/clip-vit-large-patch14",
23
- "model_type": "llava",
24
- "num_attention_heads": 40,
25
- "num_hidden_layers": 40,
26
- "num_key_value_heads": 40,
27
- "out_dim": 256,
28
- "pad_token_id": 0,
29
- "pretrain_mm_mlp_adapter": null,
30
- "pretraining_tp": 1,
31
- "rms_norm_eps": 1e-05,
32
- "rope_scaling": null,
33
- "tie_word_embeddings": false,
34
- "torch_dtype": "bfloat16",
35
- "train_mask_decoder": true,
36
- "transformers_version": "4.31.0",
37
- "tune_mm_mlp_adapter": false,
38
- "tune_mm_vision_resampler": false,
39
- "use_cache": false,
40
- "use_mm_proj": true,
41
- "vision_tower": "openai/clip-vit-large-patch14",
42
- "vocab_size": 32003
43
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Finetuned_LISA/generation_config.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "eos_token_id": 2,
5
- "pad_token_id": 0,
6
- "transformers_version": "4.31.0"
7
- }
 
 
 
 
 
 
 
 
Finetuned_LISA/pytorch_model-00001-of-00003.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb57a671b8cfade0cc02577aa7fa8fd935196a56609e9c41557115fbd7c2d823
3
- size 9948759150
 
 
 
 
Finetuned_LISA/pytorch_model-00002-of-00003.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e505119f258dd238cd8b34636023d1dc471fb6c11500977decec7615c6921f6
3
- size 9904165024
 
 
 
 
Finetuned_LISA/pytorch_model-00003-of-00003.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:623ee9b25160f8e85f392693ba1401c7dd310f552c9afd47d2644776cff9acc2
3
- size 8888909978
 
 
 
 
Finetuned_LISA/pytorch_model.bin.index.json DELETED
The diff for this file is too large to render. See raw diff
 
Finetuned_LISA/special_tokens_map.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": "<unk>",
17
- "unk_token": {
18
- "content": "<unk>",
19
- "lstrip": false,
20
- "normalized": true,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Finetuned_LISA/tokenizer.model DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
- size 499723
 
 
 
 
Finetuned_LISA/tokenizer_config.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "bos_token": {
5
- "__type": "AddedToken",
6
- "content": "<s>",
7
- "lstrip": false,
8
- "normalized": true,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "clean_up_tokenization_spaces": false,
13
- "eos_token": {
14
- "__type": "AddedToken",
15
- "content": "</s>",
16
- "lstrip": false,
17
- "normalized": true,
18
- "rstrip": false,
19
- "single_word": false
20
- },
21
- "legacy": true,
22
- "model_max_length": 512,
23
- "pad_token": null,
24
- "padding_side": "right",
25
- "sp_model_kwargs": {},
26
- "tokenizer_class": "LlamaTokenizer",
27
- "unk_token": {
28
- "__type": "AddedToken",
29
- "content": "<unk>",
30
- "lstrip": false,
31
- "normalized": true,
32
- "rstrip": false,
33
- "single_word": false
34
- }
35
- }