End of training
Browse files- README.md +6 -10
- generation_config.json +0 -2
README.md
CHANGED
@@ -1,21 +1,20 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
-
- unsloth
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,15 +33,12 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- learning_rate:
|
38 |
-
- train_batch_size:
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
-
- gradient_accumulation_steps: 2
|
42 |
-
- total_train_batch_size: 4
|
43 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- lr_scheduler_warmup_steps: 5
|
46 |
- num_epochs: 3
|
47 |
|
48 |
### Training results
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen3-0.6B-Base
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
+
- name: qwen3-mcqa-reasoning-2
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
# qwen3-mcqa-reasoning-2
|
16 |
|
17 |
+
This model is a fine-tuned version of [Qwen/Qwen3-0.6B-Base](https://huggingface.co/Qwen/Qwen3-0.6B-Base) on an unknown dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 2e-06
|
37 |
+
- train_batch_size: 1
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
|
|
|
|
40 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: linear
|
|
|
42 |
- num_epochs: 3
|
43 |
|
44 |
### Training results
|
generation_config.json
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
{
|
2 |
"bos_token_id": 151643,
|
3 |
"eos_token_id": 151643,
|
4 |
-
"max_length": 32768,
|
5 |
"max_new_tokens": 2048,
|
6 |
-
"pad_token_id": 151654,
|
7 |
"transformers_version": "4.52.2"
|
8 |
}
|
|
|
1 |
{
|
2 |
"bos_token_id": 151643,
|
3 |
"eos_token_id": 151643,
|
|
|
4 |
"max_new_tokens": 2048,
|
|
|
5 |
"transformers_version": "4.52.2"
|
6 |
}
|