rpechuk commited on
Commit
db66083
1 Parent(s): 52850c9

Training in progress, step 24

Browse files
adapter_config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
- "base_model_class": "MusicgenMelodyForConditionalGeneration",
5
- "parent_library": "transformers.models.musicgen_melody.modeling_musicgen_melody"
6
  },
7
- "base_model_name_or_path": "facebook/musicgen-melody",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
@@ -13,32 +13,32 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 16,
17
  "lora_dropout": 0.05,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
- "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "lm_heads.1",
27
  "q_proj",
 
 
 
 
28
  "embed_tokens.3",
29
- "fc1",
30
  "enc_to_dec_proj",
31
- "embed_tokens.1",
32
- "fc2",
33
  "lm_heads.0",
 
34
  "v_proj",
35
  "audio_enc_to_dec_proj",
 
 
 
36
  "embed_tokens.2",
37
- "embed_tokens.0",
38
- "k_proj",
39
- "lm_heads.3",
40
- "lm_heads.2",
41
- "out_proj"
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
+ "base_model_class": "PeftModel",
5
+ "parent_library": "peft.peft_model"
6
  },
7
+ "base_model_name_or_path": null,
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 32,
17
  "lora_dropout": 0.05,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
+ "r": 32,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "q_proj",
27
+ "lm_heads.3",
28
+ "out_proj",
29
+ "lm_heads.2",
30
+ "embed_tokens.0",
31
  "embed_tokens.3",
 
32
  "enc_to_dec_proj",
 
 
33
  "lm_heads.0",
34
+ "fc1",
35
  "v_proj",
36
  "audio_enc_to_dec_proj",
37
+ "embed_tokens.1",
38
+ "fc2",
39
+ "lm_heads.1",
40
  "embed_tokens.2",
41
+ "k_proj"
 
 
 
 
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99e3b30241af8f224dde6a3a81a5d437de6a78b23a747192e2a13ed9cb26edd6
3
- size 87103456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0484cf68a11d5a8b91225a8f3881787e960f706dd2b923ea9df7cbeb2a04bc
3
+ size 174140752
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54ff20ad37c4c7701ed8d02d4da484f87127267168822484a877bf2c2a9909d5
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f1c720fa4229d1d952176ff6223a877553c2c96a9f06d1543143e047692e918
3
  size 5432