HyeongSoo commited on
Commit
3cf2e70
1 Parent(s): a23223b

Model save

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ datasets:
10
+ - generator
11
+ model-index:
12
+ - name: qwen-0.5b-sft-full
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # qwen-0.5b-sft-full
20
+
21
+ This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.4074
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
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: cosine
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:-----:|:---------------:|
56
+ | 1.2863 | 1.0 | 30584 | 1.4074 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.46.0
62
+ - Pytorch 2.5.0+cu124
63
+ - Datasets 3.0.2
64
+ - Tokenizers 0.20.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 107559842217984.0,
4
+ "train_loss": 1.251657804362661,
5
+ "train_runtime": 20444.6838,
6
+ "train_samples": 207864,
7
+ "train_samples_per_second": 5.984,
8
+ "train_steps_per_second": 1.496
9
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.46.0"
14
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1b6c52cda9de2bec8738a117b118783a5fa7c70c42440a88e474bba45eec896
3
  size 988097824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:945fced1b1f8de887729331fadac79da4b0a9cb77d396d02ed0d45950987a7ff
3
  size 988097824
runs/Oct28_01-02-05_ubuntu/events.out.tfevents.1730077376.ubuntu.1195766.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62cfc3f827eabcf198cd7c3960fc6246f7d1b7295e943c40be7fad6fc1fcdd71
3
- size 1122548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e331016e0e50244abebe59f53b24c381b9c9db2782282a2218e79b216409c73e
3
+ size 1130924
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 107559842217984.0,
4
+ "train_loss": 1.251657804362661,
5
+ "train_runtime": 20444.6838,
6
+ "train_samples": 207864,
7
+ "train_samples_per_second": 5.984,
8
+ "train_steps_per_second": 1.496
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff