CurHarsh commited on
Commit
d725a57
·
verified ·
1 Parent(s): cd1e59b

Training in progress, epoch 0

Browse files
Files changed (27) hide show
  1. .gitattributes +1 -0
  2. adapter_config.json +29 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +16 -0
  5. merges.txt +0 -0
  6. runs/Feb24_03-15-54_gpu-59/events.out.tfevents.1740352559.gpu-59.821431.0 +3 -0
  7. runs/Feb24_03-20-14_gpu-59/events.out.tfevents.1740352817.gpu-59.822143.0 +3 -0
  8. runs/Feb24_03-24-49_gpu-59/events.out.tfevents.1740353092.gpu-59.822824.0 +3 -0
  9. runs/Feb24_03-27-12_gpu-59/events.out.tfevents.1740353235.gpu-59.823406.0 +3 -0
  10. runs/Feb24_03-39-28_gpu-59/events.out.tfevents.1740353971.gpu-59.824627.0 +3 -0
  11. runs/Feb24_03-41-25_gpu-59/events.out.tfevents.1740354088.gpu-59.825013.0 +3 -0
  12. runs/Feb24_03-44-30_gpu-59/events.out.tfevents.1740354273.gpu-59.825777.0 +3 -0
  13. runs/Feb24_03-48-14_gpu-59/events.out.tfevents.1740354499.gpu-59.826223.0 +3 -0
  14. runs/Feb24_03-50-19_gpu-59/events.out.tfevents.1740354622.gpu-59.826653.0 +3 -0
  15. runs/Feb24_03-51-46_gpu-59/events.out.tfevents.1740354709.gpu-59.826903.0 +3 -0
  16. runs/Feb24_03-57-24_gpu-59/events.out.tfevents.1740355046.gpu-59.827597.0 +3 -0
  17. runs/Feb24_04-00-26_gpu-59/events.out.tfevents.1740355229.gpu-59.828025.0 +3 -0
  18. runs/Feb24_04-06-15_gpu-59/events.out.tfevents.1740355578.gpu-59.828518.0 +3 -0
  19. runs/Feb24_04-14-48_gpu-59/events.out.tfevents.1740356091.gpu-59.829252.0 +3 -0
  20. runs/Feb24_19-13-50_gpu-59/events.out.tfevents.1740410036.gpu-59.862735.0 +3 -0
  21. runs/Feb24_19-27-01_gpu-59/events.out.tfevents.1740410824.gpu-59.864076.0 +3 -0
  22. runs/Feb25_00-00-49_gpu-59/events.out.tfevents.1740427254.gpu-59.875088.0 +3 -0
  23. special_tokens_map.json +31 -0
  24. tokenizer.json +3 -0
  25. tokenizer_config.json +143 -0
  26. training_args.bin +3 -0
  27. vocab.json +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f187d210ee51ac02af6e9db5184232b865ab5f8c6bdb83d7c237105262ca11c1
3
+ size 10107280
added_tokens.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|box_end|>": 151649,
3
+ "<|box_start|>": 151648,
4
+ "<|endoftext|>": 151643,
5
+ "<|im_end|>": 151645,
6
+ "<|im_start|>": 151644,
7
+ "<|image_pad|>": 151655,
8
+ "<|object_ref_end|>": 151647,
9
+ "<|object_ref_start|>": 151646,
10
+ "<|quad_end|>": 151651,
11
+ "<|quad_start|>": 151650,
12
+ "<|video_pad|>": 151656,
13
+ "<|vision_end|>": 151653,
14
+ "<|vision_pad|>": 151654,
15
+ "<|vision_start|>": 151652
16
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb24_03-15-54_gpu-59/events.out.tfevents.1740352559.gpu-59.821431.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fd6d518bb7465e07bcf05b52ce3af56e7bb5540bab3338d07d17c1ede0df74
3
+ size 6279
runs/Feb24_03-20-14_gpu-59/events.out.tfevents.1740352817.gpu-59.822143.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff6d654f8c5d0566251ebf22a7e4c0fc4a0d580e440b44ea279ed13403409ff
3
+ size 6279
runs/Feb24_03-24-49_gpu-59/events.out.tfevents.1740353092.gpu-59.822824.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcdbd631a71b63951fdde503a30a87a43d69ca6b6be56b00dcac776eb693ca1f
3
+ size 6279
runs/Feb24_03-27-12_gpu-59/events.out.tfevents.1740353235.gpu-59.823406.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c3cdec5856ac1ee0cc2480a107f5e53e0d44b7bfe005c1a9c2952ea6ca8837
3
+ size 6279
runs/Feb24_03-39-28_gpu-59/events.out.tfevents.1740353971.gpu-59.824627.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89880cce0206fdf12382e6f220fcebae075271695990056f7b0d40e08abba58
3
+ size 6279
runs/Feb24_03-41-25_gpu-59/events.out.tfevents.1740354088.gpu-59.825013.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52502c666c8339cf512dcf99d4bce41200b058db2aa9625d74276f83bd414647
3
+ size 6279
runs/Feb24_03-44-30_gpu-59/events.out.tfevents.1740354273.gpu-59.825777.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91991d1b9faf49bb425852ac892aa632080abff161abcede2c3977c5878e3d8a
3
+ size 6279
runs/Feb24_03-48-14_gpu-59/events.out.tfevents.1740354499.gpu-59.826223.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ecb5f2f611e29d269c0a0f81699feb7e58f4703d2e2cf3b7814f061a4719641
3
+ size 6279
runs/Feb24_03-50-19_gpu-59/events.out.tfevents.1740354622.gpu-59.826653.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ae234acfb7e0f6b9a061432811b3afb0c38989d3268ae2d2f5cec6e902857c
3
+ size 6281
runs/Feb24_03-51-46_gpu-59/events.out.tfevents.1740354709.gpu-59.826903.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c0d3de2503d8f7b8c6ac4c66d7b019374096b5260d0df33a0fd1b9b12ea01a
3
+ size 6281
runs/Feb24_03-57-24_gpu-59/events.out.tfevents.1740355046.gpu-59.827597.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f6fca9bceb291dde0275d6df9da1e5321ea315205d2bc20e3eb0c80fe6b74b
3
+ size 6281
runs/Feb24_04-00-26_gpu-59/events.out.tfevents.1740355229.gpu-59.828025.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ea0c250db9c6c918d2c6b2ea1ff64d5582cbebb53752e6f350e3fb41349caff
3
+ size 6281
runs/Feb24_04-06-15_gpu-59/events.out.tfevents.1740355578.gpu-59.828518.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b403c4f62feef94699907f38c3e48a3d9c472809b28fb205862677a6f7c38eb
3
+ size 6488
runs/Feb24_04-14-48_gpu-59/events.out.tfevents.1740356091.gpu-59.829252.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd48206756ecc847ba51e52810d6d794b3a2e600ada83b4362417a4b2732a4e
3
+ size 6488
runs/Feb24_19-13-50_gpu-59/events.out.tfevents.1740410036.gpu-59.862735.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e2b1090c2d9e3764002ace891daa05dfb66923fa22406a786b4da221321883
3
+ size 6279
runs/Feb24_19-27-01_gpu-59/events.out.tfevents.1740410824.gpu-59.864076.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa14a1452359a7c112b256029dae95e097e610617b68578fe6cfa4d47d309dd
3
+ size 6279
runs/Feb25_00-00-49_gpu-59/events.out.tfevents.1740427254.gpu-59.875088.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc477977f33023bdaae2f86aa9366d1eb207229d1582619a4251c2006dd246e1
3
+ size 7314
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a3a6fcb80132f76da8aa40cdc3fccd7e5d8468ef15421f5b0c2715e85217d2
3
+ size 11420538
tokenizer_config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "151646": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ }
116
+ },
117
+ "additional_special_tokens": [
118
+ "<|im_start|>",
119
+ "<|im_end|>",
120
+ "<|object_ref_start|>",
121
+ "<|object_ref_end|>",
122
+ "<|box_start|>",
123
+ "<|box_end|>",
124
+ "<|quad_start|>",
125
+ "<|quad_end|>",
126
+ "<|vision_start|>",
127
+ "<|vision_end|>",
128
+ "<|vision_pad|>",
129
+ "<|image_pad|>",
130
+ "<|video_pad|>"
131
+ ],
132
+ "bos_token": null,
133
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
134
+ "clean_up_tokenization_spaces": false,
135
+ "eos_token": "<|im_end|>",
136
+ "errors": "replace",
137
+ "model_max_length": 32768,
138
+ "pad_token": "<|endoftext|>",
139
+ "padding_side": "left",
140
+ "split_special_tokens": false,
141
+ "tokenizer_class": "Qwen2Tokenizer",
142
+ "unk_token": null
143
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c99e61c992c50fb9ef8adf701dd0ce05a6da2ce77070568dbcb4117e67b67f
3
+ size 5560
vocab.json ADDED
The diff for this file is too large to render. See raw diff