BellLabs commited on
Commit
ee07aab
·
verified ·
1 Parent(s): c6e91b1

End of training

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [Qwen/Qwen2-Audio-7B-Instruct](https://huggingface.co/Qwen/Qwen2-Audio-7B-Instruct) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0012
20
 
21
  ## Model description
22
 
@@ -36,21 +36,21 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
- - train_batch_size: 4
40
- - eval_batch_size: 4
41
  - seed: 42
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: cosine
44
- - num_epochs: 1
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:------:|:----:|:---------------:|
50
- | 0.8766 | 0.2222 | 8 | 0.0931 |
51
- | 0.0336 | 0.4444 | 16 | 0.0023 |
52
- | 0.0007 | 0.6667 | 24 | 0.0015 |
53
- | 0.0002 | 0.8889 | 32 | 0.0012 |
54
 
55
 
56
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [Qwen/Qwen2-Audio-7B-Instruct](https://huggingface.co/Qwen/Qwen2-Audio-7B-Instruct) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0000
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
+ - train_batch_size: 6
40
+ - eval_batch_size: 6
41
  - seed: 42
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: cosine
44
+ - num_epochs: 2
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:------:|:----:|:---------------:|
50
+ | 0.0044 | 0.4167 | 10 | 0.0002 |
51
+ | 0.0 | 0.8333 | 20 | 0.0000 |
52
+ | 0.0 | 1.25 | 30 | 0.0000 |
53
+ | 0.0 | 1.6667 | 40 | 0.0000 |
54
 
55
 
56
  ### Framework versions
adapter_config.json CHANGED
@@ -24,17 +24,17 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "k_proj",
28
- "q_proj",
29
- "fc2",
30
- "up_proj",
31
- "out_proj",
32
- "gate_proj",
33
- "o_proj",
34
  "v_proj",
35
  "fc1",
 
 
 
 
36
  "down_proj",
37
- "linear"
 
38
  ],
39
  "task_type": "CAUSAL_LM",
40
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "linear",
28
  "k_proj",
 
 
 
 
 
 
29
  "v_proj",
30
  "fc1",
31
+ "fc2",
32
+ "o_proj",
33
+ "out_proj",
34
+ "q_proj",
35
  "down_proj",
36
+ "gate_proj",
37
+ "up_proj"
38
  ],
39
  "task_type": "CAUSAL_LM",
40
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbe2eec1bf5ffea730a8486b7b35eb4d6eff356ab0bf19636ec9ad657d16df23
3
  size 414995696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17516d3e47bc607c2ce9c23f5692eb2fdec1b6068e189ccb4ff4feefbfd7527d
3
  size 414995696
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ed7b1fce4cef7b09894e965782332eb77d423f47cd189d2e3a1cb5bb3951706
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfff33f64eb743309f506b228f3674ac60bdbae18cc334bf9573cd8699aa694e
3
  size 5841