Muennighoff commited on
Commit
f73f774
1 Parent(s): ce28a1d

Model save

Browse files
Files changed (2) hide show
  1. README.md +66 -0
  2. generation_config.json +12 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ base_model: NousResearch/Meta-Llama-3.1-8B-Instruct
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Llama-3.1-8B-Instruct-EI1-120K-fix-32gpus
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.1-8B-Instruct-EI1-120K-fix-32gpus
15
+
16
+ This model is a fine-tuned version of [NousResearch/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3.1-8B-Instruct) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4036
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: 6e-06
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - distributed_type: multi-GPU
42
+ - num_devices: 32
43
+ - total_train_batch_size: 64
44
+ - total_eval_batch_size: 256
45
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - num_epochs: 2.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | No log | 0.2924 | 100 | 0.5279 |
54
+ | No log | 0.5848 | 200 | 0.4631 |
55
+ | No log | 0.8772 | 300 | 0.4304 |
56
+ | No log | 1.1696 | 400 | 0.4153 |
57
+ | 0.4771 | 1.4620 | 500 | 0.4072 |
58
+ | 0.4771 | 1.7544 | 600 | 0.4036 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.43.4
64
+ - Pytorch 2.4.0+cu121
65
+ - Datasets 3.0.1
66
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.43.4"
12
+ }