friendshipkim commited on
Commit
9a0f1ca
1 Parent(s): 288eada

Model save

Browse files
Files changed (4) hide show
  1. README.md +67 -0
  2. all_results.json +9 -0
  3. train_results.json +9 -0
  4. trainer_state.json +0 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-1B
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: 1b_distill_width_prune
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
+ # 1b_distill_width_prune
18
+
19
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.5713
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: 2e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - gradient_accumulation_steps: 16
47
+ - total_train_batch_size: 64
48
+ - total_eval_batch_size: 4
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.01
52
+ - training_steps: 20000
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:------:|:-----:|:---------------:|
58
+ | 1.3657 | 0.0413 | 10000 | 1.7362 |
59
+ | 1.2947 | 0.0827 | 20000 | 1.5713 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.47.0.dev0
65
+ - Pytorch 2.1.2+cu121
66
+ - Datasets 2.20.0
67
+ - Tokenizers 0.20.3
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.08267797093601252,
3
+ "total_flos": 0.0,
4
+ "train_loss": 6.551032936291113e-05,
5
+ "train_runtime": 86.8457,
6
+ "train_samples": 15482525,
7
+ "train_samples_per_second": 14738.777,
8
+ "train_steps_per_second": 230.293
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.08267797093601252,
3
+ "total_flos": 0.0,
4
+ "train_loss": 6.551032936291113e-05,
5
+ "train_runtime": 86.8457,
6
+ "train_samples": 15482525,
7
+ "train_samples_per_second": 14738.777,
8
+ "train_steps_per_second": 230.293
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff