vericava commited on
Commit
9301cd1
·
verified ·
1 Parent(s): 3b16b3f

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen3-0.6B
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: qwen3-0.6b-vericava-posts-v3
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-0.6b-vericava-posts-v3
16
+
17
+ This model is a fine-tuned version of [Qwen/Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 6.9891
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0005
39
+ - train_batch_size: 128
40
+ - eval_batch_size: 128
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 1024
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 1000
47
+ - num_epochs: 150
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:--------:|:----:|:---------------:|
53
+ | 2.3084 | 11.1159 | 100 | 7.3315 |
54
+ | 1.5889 | 22.2319 | 200 | 5.7203 |
55
+ | 1.2512 | 33.3478 | 300 | 5.1681 |
56
+ | 0.9954 | 44.4638 | 400 | 5.3320 |
57
+ | 0.5796 | 55.5797 | 500 | 5.9040 |
58
+ | 0.2523 | 66.6957 | 600 | 6.3274 |
59
+ | 0.1139 | 77.8116 | 700 | 6.4830 |
60
+ | 0.0936 | 88.9275 | 800 | 6.5364 |
61
+ | 0.0715 | 100.0 | 900 | 6.6161 |
62
+ | 0.0478 | 111.1159 | 1000 | 6.7347 |
63
+ | 0.0371 | 122.2319 | 1100 | 6.8515 |
64
+ | 0.0143 | 133.3478 | 1200 | 6.9626 |
65
+ | 0.0076 | 144.4638 | 1300 | 6.9891 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.52.4
71
+ - Pytorch 2.6.0+cu124
72
+ - Datasets 3.6.0
73
+ - Tokenizers 0.21.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 65001,
5
+ "transformers_version": "4.52.4"
6
+ }