cccat6 commited on
Commit
dbf1a41
·
verified ·
1 Parent(s): 946c1d8

reset Llama-3.2-11B-Vision-Instruct

Browse files
Llama-3.2-11B-Vision-Instruct/axolotl_config.yaml DELETED
@@ -1,44 +0,0 @@
1
- base_model: meta-llama/Llama-3.2-11B-Vision-Instruct
2
- trust_remote_code: true
3
-
4
- datasets:
5
- - path: {{TRAIN_DATA_PATH}}
6
- type: {{TRAIN_DATA_TYPE}}
7
-
8
- sequence_len: 8192
9
- sample_packing: false
10
- pad_to_sequence_len: false
11
-
12
- adapter: lora
13
- lora_r: 16
14
- lora_alpha: 32
15
- lora_dropout: 0.05
16
- lora_target_modules:
17
- - q_proj
18
- - k_proj
19
- - v_proj
20
- - o_proj
21
- - gate
22
-
23
- gradient_accumulation_steps: 2
24
- dataloader_num_workers: 6
25
- micro_batch_size: 1
26
- dataloader_pin_memory: true
27
- num_epochs: 1
28
- optimizer: adamw_torch
29
- learning_rate: 0.0002
30
- weight_decay: 0.0
31
- lr_scheduler: cosine
32
- warmup_ratio: 0.05
33
- train_on_inputs: false
34
- save_steps: 50
35
-
36
- bf16: true
37
- tf32: true
38
- load_in_8bit: false
39
- load_in_4bit: false
40
- gradient_checkpointing: false
41
- ddp_find_unused_parameters: true
42
- flash_attention: false
43
-
44
- output_dir: {{OUTPUT_DIR}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Llama-3.2-11B-Vision-Instruct/project_config.yaml DELETED
@@ -1,50 +0,0 @@
1
- ascii_size:
2
- - 96
3
- - 54
4
- observation:
5
- input_mode: image
6
- scene:
7
- undefined_obstacle_count_min: 0
8
- runtime:
9
- workers: 0.5
10
- dataset_num_proc: 8
11
- train_gpus: 0
12
- vllm_gpus: 0
13
- paths:
14
- train_data: train_data
15
- lora_models: lora_models
16
- eval:
17
- stage: 2
18
- api_base_url: http://127.0.0.1:8000/v1
19
- api_model: ascii_vla_lora
20
- api_key: EMPTY
21
- api_timeout_s: 30
22
- max_new_tokens: 48
23
- enable_thinking: false
24
- workers: 0
25
- api_concurrency: 0
26
- max_steps: 30
27
- stagger_ms: 0
28
- jitter_ms: 0
29
- phase_ms: 0
30
- profile: false
31
- only_train: false
32
- only_new: false
33
- limit_per_task: 0
34
- log_dir: logs
35
- log_ascii: false
36
- log_prompt: false
37
- report_dir: eval_report
38
- fail_seed_limit: 0
39
- train:
40
- seed_start: 1
41
- reachable_simple: 8000
42
- reachable_complex: 2000
43
- unreachable_blocked: 2000
44
- unreachable_narrow: 2000
45
- unreachable_undefined: 2000
46
- dagger_normal_keep_ratio: 0.25
47
- dagger_keep_seed: 0
48
- test:
49
- seed_start: 10000
50
- per_class: 1000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Llama-3.2-11B-Vision-Instruct/stage_0/eval_report.json DELETED
The diff for this file is too large to render. See raw diff
 
Llama-3.2-11B-Vision-Instruct/stage_0/lora/adapter_config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": null,
6
- "base_model_name_or_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
7
- "bias": "none",
8
- "corda_config": null,
9
- "ensure_weight_tying": false,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
- "fan_in_fan_out": null,
13
- "inference_mode": true,
14
- "init_lora_weights": true,
15
- "layer_replication": null,
16
- "layers_pattern": null,
17
- "layers_to_transform": null,
18
- "loftq_config": {},
19
- "lora_alpha": 32,
20
- "lora_bias": false,
21
- "lora_dropout": 0.05,
22
- "megatron_config": null,
23
- "megatron_core": "megatron.core",
24
- "modules_to_save": null,
25
- "peft_type": "LORA",
26
- "peft_version": "0.18.1",
27
- "qalora_group_size": 16,
28
- "r": 16,
29
- "rank_pattern": {},
30
- "revision": null,
31
- "target_modules": [
32
- "v_proj",
33
- "o_proj",
34
- "gate",
35
- "k_proj",
36
- "q_proj"
37
- ],
38
- "target_parameters": [],
39
- "task_type": "CAUSAL_LM",
40
- "trainable_token_indices": null,
41
- "use_dora": false,
42
- "use_qalora": false,
43
- "use_rslora": false
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Llama-3.2-11B-Vision-Instruct/stage_0/lora/adapter_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0736009cac41d4a581a76a4648edfd473dd984be2f3e1354dd08fc133bab0d07
3
- size 94471264
 
 
 
 
Llama-3.2-11B-Vision-Instruct/stage_1/eval_report.json DELETED
The diff for this file is too large to render. See raw diff
 
Llama-3.2-11B-Vision-Instruct/stage_1/lora/adapter_config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": null,
6
- "base_model_name_or_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
7
- "bias": "none",
8
- "corda_config": null,
9
- "ensure_weight_tying": false,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
- "fan_in_fan_out": null,
13
- "inference_mode": true,
14
- "init_lora_weights": true,
15
- "layer_replication": null,
16
- "layers_pattern": null,
17
- "layers_to_transform": null,
18
- "loftq_config": {},
19
- "lora_alpha": 32,
20
- "lora_bias": false,
21
- "lora_dropout": 0.05,
22
- "megatron_config": null,
23
- "megatron_core": "megatron.core",
24
- "modules_to_save": null,
25
- "peft_type": "LORA",
26
- "peft_version": "0.18.1",
27
- "qalora_group_size": 16,
28
- "r": 16,
29
- "rank_pattern": {},
30
- "revision": null,
31
- "target_modules": [
32
- "v_proj",
33
- "o_proj",
34
- "q_proj",
35
- "k_proj",
36
- "gate"
37
- ],
38
- "target_parameters": [],
39
- "task_type": "CAUSAL_LM",
40
- "trainable_token_indices": null,
41
- "use_dora": false,
42
- "use_qalora": false,
43
- "use_rslora": false
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Llama-3.2-11B-Vision-Instruct/stage_1/lora/adapter_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ab78a93adce61279ce9aee0cd781815018920c00d32726e2c7ab594b6c0d712
3
- size 94471264
 
 
 
 
Llama-3.2-11B-Vision-Instruct/stage_2/eval_report.json DELETED
The diff for this file is too large to render. See raw diff
 
Llama-3.2-11B-Vision-Instruct/stage_2/lora/adapter_config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": null,
6
- "base_model_name_or_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
7
- "bias": "none",
8
- "corda_config": null,
9
- "ensure_weight_tying": false,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
- "fan_in_fan_out": null,
13
- "inference_mode": true,
14
- "init_lora_weights": true,
15
- "layer_replication": null,
16
- "layers_pattern": null,
17
- "layers_to_transform": null,
18
- "loftq_config": {},
19
- "lora_alpha": 32,
20
- "lora_bias": false,
21
- "lora_dropout": 0.05,
22
- "megatron_config": null,
23
- "megatron_core": "megatron.core",
24
- "modules_to_save": null,
25
- "peft_type": "LORA",
26
- "peft_version": "0.18.1",
27
- "qalora_group_size": 16,
28
- "r": 16,
29
- "rank_pattern": {},
30
- "revision": null,
31
- "target_modules": [
32
- "o_proj",
33
- "q_proj",
34
- "v_proj",
35
- "k_proj",
36
- "gate"
37
- ],
38
- "target_parameters": [],
39
- "task_type": "CAUSAL_LM",
40
- "trainable_token_indices": null,
41
- "use_dora": false,
42
- "use_qalora": false,
43
- "use_rslora": false
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Llama-3.2-11B-Vision-Instruct/stage_2/lora/adapter_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f39dc760a2a01d7aabf5e44552ba9b22f3025f6375f30f84d0dc4d7b615f860
3
- size 94471264
 
 
 
 
Llama-3.2-11B-Vision-Instruct/vllm_config.yaml DELETED
@@ -1,10 +0,0 @@
1
- # NOTE: This file is a *template* rendered by `run_test_stage.py`.
2
- # Keep it valid YAML so other parts of the pipeline can safely parse it
3
- # (e.g. to resolve the correct LoRA adapter model name for eval/DAgger).
4
- model: "{{BASE_MODEL}}"
5
- served_model_name: ascii_vla
6
- max_model_len: 8192
7
- enforce_eager: true
8
- enable_lora: true
9
- # vLLM expects JSON for lora_modules when provided via --config.
10
- lora_modules: '{"name":"ascii_vla_lora","path":"{{LORA_PATH}}"}'