deqing commited on
Commit
322eef8
·
verified ·
1 Parent(s): f38b1af

End of training

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: llama_small_config.json
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: llama-3.2-350M-fourier_multiplication_dataset_pert
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # llama-3.2-350M-fourier_multiplication_dataset_pert
15
+
16
+ This model is a fine-tuned version of [llama_small_config.json](https://huggingface.co/llama_small_config.json) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.7478
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0005
38
+ - train_batch_size: 1
39
+ - eval_batch_size: 1
40
+ - seed: 42
41
+ - distributed_type: multi-GPU
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 16
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: cosine
46
+ - lr_scheduler_warmup_steps: 1000
47
+ - num_epochs: 1
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 2.3155 | 0.1415 | 1000 | 2.3163 |
54
+ | 1.9908 | 0.2831 | 2000 | 1.9850 |
55
+ | 1.9252 | 0.4246 | 3000 | 1.9291 |
56
+ | 1.8977 | 0.5661 | 4000 | 1.8920 |
57
+ | 1.7984 | 0.7076 | 5000 | 1.7951 |
58
+ | 1.7595 | 0.8492 | 6000 | 1.7590 |
59
+ | 1.7511 | 0.9907 | 7000 | 1.7478 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.48.2
65
+ - Pytorch 2.3.1+cu118
66
+ - Datasets 3.2.0
67
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": 128001,
5
+ "transformers_version": "4.48.2"
6
+ }