QizhiPei commited on
Commit
89fc732
·
verified ·
1 Parent(s): 0539c8e

Add corrected README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: Qwen/Qwen3-1.7B-Base
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: cpt_1p7b_biom_cpt_ds_64gpus_z0_resume
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # cpt_1p7b_biom_cpt_ds_64gpus_z0_resume
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen3-1.7B-Base](https://huggingface.co/Qwen/Qwen3-1.7B-Base) on the biom_cpt_ds dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.5401
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
+ - seed: 0
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 64
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 512
48
+ - total_eval_batch_size: 128
49
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine_with_min_lr
51
+ - lr_scheduler_warmup_steps: 2000
52
+ - num_epochs: 1
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:------:|:-----:|:---------------:|
58
+ | 1.8156 | 0.1373 | 10000 | 1.8109 |
59
+ | 1.7268 | 0.2746 | 20000 | 1.7244 |
60
+ | 1.6801 | 0.4119 | 30000 | 1.6486 |
61
+ | 1.6083 | 0.5492 | 40000 | 1.6094 |
62
+ | 1.5921 | 0.6865 | 50000 | 1.5779 |
63
+ | 1.5569 | 0.8238 | 60000 | 1.5552 |
64
+ | 1.5478 | 0.9611 | 70000 | 1.5421 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.51.3
70
+ - Pytorch 2.6.0+cu124
71
+ - Datasets 3.5.0
72
+ - Tokenizers 0.21.1