Model save
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# qwen2.5-32b-openalex
|
18 |
|
19 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B) on
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
@@ -45,8 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
- total_train_batch_size: 256
|
46 |
- total_eval_batch_size: 64
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
-
- lr_scheduler_type:
|
49 |
-
- lr_scheduler_warmup_ratio: 0.05
|
50 |
- num_epochs: 1.0
|
51 |
|
52 |
### Training results
|
|
|
16 |
|
17 |
# qwen2.5-32b-openalex
|
18 |
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B) on an unknown dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 1e-05
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
|
|
45 |
- total_train_batch_size: 256
|
46 |
- total_eval_batch_size: 64
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
+
- lr_scheduler_type: constant
|
|
|
49 |
- num_epochs: 1.0
|
50 |
|
51 |
### Training results
|