AeonOmniverse commited on
Commit
7979f95
·
verified ·
1 Parent(s): e4a488b

Training in progress, epoch 1

Browse files
Files changed (35) hide show
  1. .gitattributes +1 -0
  2. README.md +59 -0
  3. adapter_config.json +34 -0
  4. adapter_model.safetensors +3 -0
  5. added_tokens.json +16 -0
  6. chat_template.jinja +7 -0
  7. merges.txt +0 -0
  8. runs/Jun07_12-26-41_ai2.ku.io/events.out.tfevents.1749274120.ai2.ku.io.1137811.2 +3 -0
  9. runs/Jun07_16-58-48_ai2.ku.io/events.out.tfevents.1749290340.ai2.ku.io.1141630.0 +3 -0
  10. runs/Jun07_20-33-45_ai2.ku.io/events.out.tfevents.1749303502.ai2.ku.io.1144126.0 +3 -0
  11. runs/Jun07_20-41-35_ai2.ku.io/events.out.tfevents.1749303775.ai2.ku.io.1144126.1 +3 -0
  12. runs/Jun08_10-33-52_ai2.ku.io/events.out.tfevents.1749353645.ai2.ku.io.1153185.0 +3 -0
  13. runs/Jun08_10-57-49_ai2.ku.io/events.out.tfevents.1749355081.ai2.ku.io.1153622.0 +3 -0
  14. runs/Jun08_11-17-27_ai2.ku.io/events.out.tfevents.1749356259.ai2.ku.io.1153949.0 +3 -0
  15. runs/Jun08_11-38-58_ai2.ku.io/events.out.tfevents.1749357563.ai2.ku.io.1153949.1 +3 -0
  16. runs/Jun08_11-38-58_ai2.ku.io/events.out.tfevents.1749357618.ai2.ku.io.1153949.2 +3 -0
  17. runs/Jun08_16-10-31_ai2.ku.io/events.out.tfevents.1749373844.ai2.ku.io.1157589.0 +3 -0
  18. runs/Jun10_15-12-16_ai2.ku.io/events.out.tfevents.1749543343.ai2.ku.io.1187844.0 +3 -0
  19. runs/Jun10_16-34-06_ai2.ku.io/events.out.tfevents.1749548244.ai2.ku.io.1189465.0 +3 -0
  20. runs/Jun14_11-41-30_ai2.ku.io/events.out.tfevents.1749876295.ai2.ku.io.1251161.0 +3 -0
  21. runs/Jun16_14-58-51_ai2.ku.io/events.out.tfevents.1750060748.ai2.ku.io.1293708.0 +3 -0
  22. runs/Jun16_15-01-56_ai2.ku.io/events.out.tfevents.1750060929.ai2.ku.io.1293864.0 +3 -0
  23. runs/Jun16_15-14-41_ai2.ku.io/events.out.tfevents.1750061710.ai2.ku.io.1293864.1 +3 -0
  24. runs/Jun16_15-14-41_ai2.ku.io/events.out.tfevents.1750062305.ai2.ku.io.1293864.2 +3 -0
  25. runs/Jun16_15-30-42_ai2.ku.io/events.out.tfevents.1750062658.ai2.ku.io.1293864.3 +3 -0
  26. runs/Jun16_15-36-04_ai2.ku.io/events.out.tfevents.1750062980.ai2.ku.io.1293864.4 +3 -0
  27. runs/Jun16_15-37-34_ai2.ku.io/events.out.tfevents.1750063066.ai2.ku.io.1293864.5 +3 -0
  28. runs/Jun16_15-47-29_ai2.ku.io/events.out.tfevents.1750063664.ai2.ku.io.1294500.0 +3 -0
  29. runs/Jun17_10-36-09_ai2.ku.io/events.out.tfevents.1750131384.ai2.ku.io.1310716.0 +3 -0
  30. runs/Jun29_13-49-29_ai3.ku.io/events.out.tfevents.1751179790.ai3.ku.io.2767035.0 +3 -0
  31. special_tokens_map.json +31 -0
  32. tokenizer.json +3 -0
  33. tokenizer_config.json +143 -0
  34. training_args.bin +3 -0
  35. 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
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2-VL-7B-Instruct
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: qwen2-7b-instruct-PrizePrj
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # qwen2-7b-instruct-PrizePrj
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) on an unknown dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0002
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 8
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: constant
46
+ - lr_scheduler_warmup_ratio: 0.03
47
+ - num_epochs: 3
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.15.2
56
+ - Transformers 4.52.1
57
+ - Pytorch 2.5.1+cu121
58
+ - Datasets 3.5.1
59
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
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_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "v_proj",
28
+ "q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "trainable_token_indices": null,
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac31b9f884a601e7661a020c39f844e2d446ecc32f4e66dc119871db3d24c67b
3
+ size 10108960
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
+ }
chat_template.jinja ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {% 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
2
+ You are a helpful assistant.<|im_end|>
3
+ {% endif %}<|im_start|>{{ message['role'] }}
4
+ {% if message['content'] is string %}{{ message['content'] }}<|im_end|>
5
+ {% 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|>
6
+ {% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
7
+ {% endif %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jun07_12-26-41_ai2.ku.io/events.out.tfevents.1749274120.ai2.ku.io.1137811.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6177203e58cc7ed8168e1d1273d46d855ddfa91eed5a6ee208c762e40c66028b
3
+ size 5998
runs/Jun07_16-58-48_ai2.ku.io/events.out.tfevents.1749290340.ai2.ku.io.1141630.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f2470591ad0ebdf662ac3b0229c7032befdcef7e4bef349ea450ee3c60f7bf
3
+ size 5998
runs/Jun07_20-33-45_ai2.ku.io/events.out.tfevents.1749303502.ai2.ku.io.1144126.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36d83ff4f0f4972be75bc92be4aec56c0b4ee4110366f8e948223c8fae1ab50b
3
+ size 5998
runs/Jun07_20-41-35_ai2.ku.io/events.out.tfevents.1749303775.ai2.ku.io.1144126.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c04d7cca9fbb49774e85bde020cf0b7fb49bae6eb67e696c1c456a9ccdf63541
3
+ size 7637
runs/Jun08_10-33-52_ai2.ku.io/events.out.tfevents.1749353645.ai2.ku.io.1153185.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559d56d2f2c9775a6dfccdc4eae1641613bec59b3b60e4787a9a1369ed653529
3
+ size 7637
runs/Jun08_10-57-49_ai2.ku.io/events.out.tfevents.1749355081.ai2.ku.io.1153622.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425ab3679cf0b0dea342bce52f0b07a90636a2483178fb67c1837c84e9d0e90f
3
+ size 7637
runs/Jun08_11-17-27_ai2.ku.io/events.out.tfevents.1749356259.ai2.ku.io.1153949.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d4214af6bbadd3fab87f53dfedb473a86ff14f94562fa2f22aaf7569026ab7
3
+ size 7637
runs/Jun08_11-38-58_ai2.ku.io/events.out.tfevents.1749357563.ai2.ku.io.1153949.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad35626b0542ad018fb7f2ca57ccda4a8b79aeb3bab33ade2c22c9a7539354f
3
+ size 7637
runs/Jun08_11-38-58_ai2.ku.io/events.out.tfevents.1749357618.ai2.ku.io.1153949.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6714d52c4cef9ef56860ac55e4cac7e749b14c7b55db554d114aea65f889a5b
3
+ size 7637
runs/Jun08_16-10-31_ai2.ku.io/events.out.tfevents.1749373844.ai2.ku.io.1157589.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de8558004167bedc188451eb19222d771ff016518004a9bc2b680dc880f8c6de
3
+ size 7637
runs/Jun10_15-12-16_ai2.ku.io/events.out.tfevents.1749543343.ai2.ku.io.1187844.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bca31e99a4bd82331a1cbc50600c66f675a59ab66e92e297ebf31203beef48f
3
+ size 7637
runs/Jun10_16-34-06_ai2.ku.io/events.out.tfevents.1749548244.ai2.ku.io.1189465.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b652a1c0320127a0c1c6cd3703fd6900869481cf6fea8f533d4b5775e62d45bd
3
+ size 7790
runs/Jun14_11-41-30_ai2.ku.io/events.out.tfevents.1749876295.ai2.ku.io.1251161.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fcd241db5ee49bb10d5f80ed2ac0cc39da7b384f14be0c2468f4ebc8fb467cb
3
+ size 7637
runs/Jun16_14-58-51_ai2.ku.io/events.out.tfevents.1750060748.ai2.ku.io.1293708.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9fe2abbd6f469e203d8fa4686c3bce4cbf3a8e7d83318f74d42308dfb9b4491
3
+ size 7637
runs/Jun16_15-01-56_ai2.ku.io/events.out.tfevents.1750060929.ai2.ku.io.1293864.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52009d03692a2522c0f7db964addfdc591e56bd893b027b1eb937e690d3354e7
3
+ size 7637
runs/Jun16_15-14-41_ai2.ku.io/events.out.tfevents.1750061710.ai2.ku.io.1293864.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:279b17c26a4510492bd1921dad563934613f319e53206cfbc66c13165896ea57
3
+ size 7637
runs/Jun16_15-14-41_ai2.ku.io/events.out.tfevents.1750062305.ai2.ku.io.1293864.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:019219231038cda3f9651365452e58e3ea1e9ab1ac2d03ac7c409e9a049e21d4
3
+ size 7637
runs/Jun16_15-30-42_ai2.ku.io/events.out.tfevents.1750062658.ai2.ku.io.1293864.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c27e99ab648001a4b64ac82d5a7c4234d310079da92515057836ba13a6a150d6
3
+ size 7637
runs/Jun16_15-36-04_ai2.ku.io/events.out.tfevents.1750062980.ai2.ku.io.1293864.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a61f362861f65d7c8eeda17832a8249d3bbe96958b273bab0675da7aa92c68c2
3
+ size 7637
runs/Jun16_15-37-34_ai2.ku.io/events.out.tfevents.1750063066.ai2.ku.io.1293864.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39934881c2495c14c30bfeb1ef2af7e4c40b38287361fba026fc2d5596921826
3
+ size 7637
runs/Jun16_15-47-29_ai2.ku.io/events.out.tfevents.1750063664.ai2.ku.io.1294500.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c888b3b2c8c8fd5a1f074b2c34ebb38f079e1b61b36522e5e197ae566049f5f
3
+ size 9641
runs/Jun17_10-36-09_ai2.ku.io/events.out.tfevents.1750131384.ai2.ku.io.1310716.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e2effd955c89bcc89f529748780f583cd1de57a69bae9f098d79cc116cf2e0
3
+ size 9641
runs/Jun29_13-49-29_ai3.ku.io/events.out.tfevents.1751179790.ai3.ku.io.2767035.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df09e4c580ea61ce2ccd3d40fb0a4fb8ff20d1bc1d6b2060cc499c23bcc0e32a
3
+ size 8051
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
+ "clean_up_tokenization_spaces": false,
134
+ "eos_token": "<|im_end|>",
135
+ "errors": "replace",
136
+ "extra_special_tokens": {},
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:725fb7d2c7a29986648cd48cddeeea709058f486fce63624436edeb3a2d776b7
3
+ size 5688
vocab.json ADDED
The diff for this file is too large to render. See raw diff