End of training
Browse files- README.md +8 -8
- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
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.
|
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:
|
40 |
-
- eval_batch_size:
|
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:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:------:|:----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
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 |
-
"
|
|
|
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:
|
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:
|
3 |
size 5841
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfff33f64eb743309f506b228f3674ac60bdbae18cc334bf9573cd8699aa694e
|
3 |
size 5841
|