Tobux commited on
Commit
a2da210
·
verified ·
1 Parent(s): 5034b7f

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -1,40 +1,40 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "google/gemma-3-1b-pt",
5
- "bias": "none",
6
- "eva_config": null,
7
- "exclude_modules": null,
8
- "fan_in_fan_out": false,
9
- "inference_mode": true,
10
- "init_lora_weights": true,
11
- "layer_replication": null,
12
- "layers_pattern": null,
13
- "layers_to_transform": null,
14
- "loftq_config": {},
15
- "lora_alpha": 16,
16
- "lora_bias": false,
17
- "lora_dropout": 0.05,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
- "modules_to_save": [
21
- "lm_head",
22
- "embed_tokens"
23
- ],
24
- "peft_type": "LORA",
25
- "r": 16,
26
- "rank_pattern": {},
27
- "revision": null,
28
- "target_modules": [
29
- "k_proj",
30
- "up_proj",
31
- "o_proj",
32
- "down_proj",
33
- "q_proj",
34
- "gate_proj",
35
- "v_proj"
36
- ],
37
- "task_type": "CAUSAL_LM",
38
- "use_dora": false,
39
- "use_rslora": false
40
  }
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-1b-pt",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "lm_head",
22
+ "embed_tokens"
23
+ ],
24
+ "peft_type": "LORA",
25
+ "r": 16,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "v_proj",
30
+ "o_proj",
31
+ "gate_proj",
32
+ "k_proj",
33
+ "q_proj",
34
+ "down_proj",
35
+ "up_proj"
36
+ ],
37
+ "task_type": "CAUSAL_LM",
38
+ "use_dora": false,
39
+ "use_rslora": false
40
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c4a1013ea5d73b08430e744ffccf4266eadec8bf1636b24dac0c289473a2272
3
  size 1260191096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e57332ee996b7fde3ce1ecdc1dc5797a7c651cd390d3f0fe576914b1807f7f
3
  size 1260191096
added_tokens.json CHANGED
@@ -1,3 +1,3 @@
1
- {
2
- "<image_soft_token>": 262144
3
- }
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
runs/Mar14_18-47-18_biasnewsgenjupyter/events.out.tfevents.1741978049.biasnewsgenjupyter.2512.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4e0beacd312bfbdf75bb764ec8f412779fbd8ee6172bc47b37692530f06bed
3
+ size 6436
special_tokens_map.json CHANGED
@@ -1,33 +1,33 @@
1
- {
2
- "boi_token": "<start_of_image>",
3
- "bos_token": {
4
- "content": "<bos>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- "eoi_token": "<end_of_image>",
11
- "eos_token": {
12
- "content": "<eos>",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false
17
- },
18
- "image_token": "<image_soft_token>",
19
- "pad_token": {
20
- "content": "<pad>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false
25
- },
26
- "unk_token": {
27
- "content": "<unk>",
28
- "lstrip": false,
29
- "normalized": false,
30
- "rstrip": false,
31
- "single_word": false
32
- }
33
- }
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a927f7aed1775f165220e3394c5b3388a25629dfbf81f02d44003b9f9e6c348
3
- size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b8fb5e736af90fb6725844c2994d767b1738a41166fada9e7b7f39b755876f
3
+ size 5688