kkchaulagain commited on
Commit
366c382
1 Parent(s): a0b4e94

Training in progress, step 26

Browse files
adapter_config.json CHANGED
@@ -1,32 +1,43 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
4
- "base_model_class": "LlavaForConditionalGeneration",
5
- "parent_library": "transformers.models.llava.modeling_llava"
6
- },
7
- "base_model_name_or_path": "llava-hf/llava-1.5-7b-hf",
8
- "bias": "none",
9
- "fan_in_fan_out": false,
10
- "inference_mode": true,
11
- "init_lora_weights": true,
12
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 16,
17
- "lora_dropout": 0.0,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
- "modules_to_save": null,
21
- "peft_type": "LORA",
22
- "r": 64,
23
- "rank_pattern": {},
24
- "revision": null,
25
- "target_modules": [
26
- "q_proj",
27
- "v_proj"
28
- ],
29
- "task_type": null,
30
- "use_dora": false,
31
- "use_rslora": false
 
 
 
 
 
 
 
 
 
 
 
32
  }
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlavaForConditionalGeneration",
5
+ "parent_library": "transformers.models.llava.modeling_llava"
6
+ },
7
+ "base_model_name_or_path": "llava-hf/llava-1.5-7b-hf",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "out_proj",
27
+ "k_proj",
28
+ "q_proj",
29
+ "v_proj",
30
+ "gate_proj",
31
+ "down_proj",
32
+ "fc1",
33
+ "fc2",
34
+ "linear_1",
35
+ "lm_head",
36
+ "o_proj",
37
+ "linear_2",
38
+ "up_proj"
39
+ ],
40
+ "task_type": null,
41
+ "use_dora": false,
42
+ "use_rslora": false
43
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:961f1bd3f0bfb4fc85f0fdaa7ab220a6819ad2087803bb768716721f0072b47d
3
- size 766181720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b162d077dbfc8de9974df6ee7d88efc1a85b55945c6473640d68741c95d1fd
3
+ size 1290994752
runs/Jul21_12-05-34_DESKTOP-49H3R8K/events.out.tfevents.1721542842.DESKTOP-49H3R8K ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830c649e20cc26d34bb361c2b39f13909b4dfcb9cb514776adea83b8632afe20
3
+ size 6770
runs/Jul21_12-08-29_DESKTOP-49H3R8K/events.out.tfevents.1721543011.DESKTOP-49H3R8K ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4403707fe14d070468e6d4004ed97b1637d57163a5ae235821ed09170126c7f5
3
+ size 6357
runs/Jul21_12-15-50_DESKTOP-49H3R8K/events.out.tfevents.1721543453.DESKTOP-49H3R8K ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47600c3c4fb1086b13864002e4860613f5b2490c8a768a098f99de0f99dcc58
3
+ size 5943
runs/Jul21_12-20-02_DESKTOP-49H3R8K/events.out.tfevents.1721543705.DESKTOP-49H3R8K ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe51aaf388157c6c689d9be1110b9257f02f5760864fbf06d81dd37d11ed6635
3
+ size 7326
special_tokens_map.json CHANGED
@@ -1,30 +1,30 @@
1
- {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<pad>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "unk_token": {
24
- "content": "<unk>",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- }
30
- }
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer_config.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "add_prefix_space": null,
5
- "added_tokens_decoder": {
6
- "0": {
7
- "content": "<unk>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<s>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "</s>",
24
- "lstrip": false,
25
- "normalized": false,
26
- "rstrip": false,
27
- "single_word": false,
28
- "special": true
29
- },
30
- "32000": {
31
- "content": "<image>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": true
37
- },
38
- "32001": {
39
- "content": "<pad>",
40
- "lstrip": false,
41
- "normalized": false,
42
- "rstrip": false,
43
- "single_word": false,
44
- "special": true
45
- }
46
- },
47
- "bos_token": "<s>",
48
- "chat_template": "\n{\n \"id\": \"{{chat_id}}\",\n \"image_path\": \"{{image_path}}\",\n \"conversations\": [\n {% for message in messages %}\n {\n \"from\": \"{% if message['role'] == 'user' %}human{% else %}gpt{% endif %}\",\n \"value\": \"{% for item in message['content'] %}{% if item['type'] == 'text' %}{{ item['text'] }}{% elif item['type'] == 'image' %}<image>{% endif %}{% endfor %}\"\n }{% if not loop.last %},{% endif %}\n {% endfor %}\n ]\n}\n",
49
- "clean_up_tokenization_spaces": false,
50
- "eos_token": "</s>",
51
- "legacy": false,
52
- "model_max_length": 1000000000000000019884624838656,
53
- "pad_token": "<pad>",
54
- "padding_side": "left",
55
- "processor_class": "LlavaProcessor",
56
- "sp_model_kwargs": {},
57
- "tokenizer_class": "LlamaTokenizer",
58
- "trust_remote_code": false,
59
- "unk_token": "<unk>",
60
- "use_default_system_prompt": false
61
- }
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<image>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<pad>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ }
46
+ },
47
+ "bos_token": "<s>",
48
+ "chat_template": "\n{\n \"id\": \"{{chat_id}}\",\n \"conversations\": [\n {% for message in messages %}\n {\n \"from\": \"{% if message['role'] == 'user' %}human{% else %}gpt{% endif %}\",\n \"value\": \"{% for item in message['content'] %}{% if item['type'] == 'text' %}{{ item['text'] }}{% elif item['type'] == 'image' %}<image>{% endif %}{% endfor %}\"\n }{% if not loop.last %},{% endif %}\n {% endfor %}\n ]\n}\n",
49
+ "clean_up_tokenization_spaces": false,
50
+ "eos_token": "</s>",
51
+ "legacy": false,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "<pad>",
54
+ "padding_side": "left",
55
+ "processor_class": "LlavaProcessor",
56
+ "sp_model_kwargs": {},
57
+ "tokenizer_class": "LlamaTokenizer",
58
+ "trust_remote_code": false,
59
+ "unk_token": "<unk>",
60
+ "use_default_system_prompt": false
61
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5079afb5527f81ffdc88e37c4bda8aaf98936cc60a5fdf60a81c2e759f1bfad5
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07cca6bdf3d44901b4d5927a0dff97a18e218035afc9ca0490345d9d365d4cbd
3
  size 5432