Heejindo commited on
Commit
12d86e5
·
verified ·
1 Parent(s): 901bc25
Files changed (3) hide show
  1. README.md +71 -0
  2. generation_config.json +9 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: model_output_luh2
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
+ # model_output_luh2
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.9295
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: 1e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:-----:|:---------------:|
52
+ | 1.5118 | 0.2385 | 5000 | 1.9295 |
53
+ | 0.9663 | 0.4769 | 10000 | 2.1287 |
54
+ | 0.5362 | 0.7154 | 15000 | 2.4146 |
55
+ | 0.2763 | 0.9539 | 20000 | 2.8170 |
56
+ | 0.1798 | 1.1923 | 25000 | 3.0370 |
57
+ | 0.1565 | 1.4308 | 30000 | 3.1830 |
58
+ | 0.143 | 1.6693 | 35000 | 3.2466 |
59
+ | 0.1259 | 1.9078 | 40000 | 3.3591 |
60
+ | 0.1062 | 2.1462 | 45000 | 3.5343 |
61
+ | 0.0987 | 2.3847 | 50000 | 3.7228 |
62
+ | 0.0934 | 2.6232 | 55000 | 3.8807 |
63
+ | 0.0901 | 2.8616 | 60000 | 3.9691 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.46.3
69
+ - Pytorch 2.3.0
70
+ - Datasets 2.16.1
71
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": 128001,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.46.3"
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55bea1882d48f9b31fc62ccb4f5c344722c565723689afc53e1cfabf684a49c0
3
  size 4943274328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c76c1b2b39b2acd24a30eab7142f2576973694bca78a4417a06b4325d1827f50
3
  size 4943274328