EtashGuha commited on
Commit
9f41d68
·
verified ·
1 Parent(s): 27ff3d1

Model save

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.1
4
+ base_model: meta-llama/Meta-Llama-3.1-8B
5
+ tags:
6
+ - llama-factory
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: llama3-1_8b_mlfoundations-dev-stackoverflow_10000tasks__5p
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # llama3-1_8b_mlfoundations-dev-stackoverflow_10000tasks__5p
17
+
18
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6614
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-06
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 4
45
+ - gradient_accumulation_steps: 16
46
+ - total_train_batch_size: 512
47
+ - total_eval_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: constant
50
+ - num_epochs: 3.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | 0.7103 | 0.9724 | 33 | 0.6921 |
57
+ | 0.6364 | 1.9742 | 67 | 0.6614 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.45.2
63
+ - Pytorch 2.5.1+cu124
64
+ - Datasets 3.1.0
65
+ - Tokenizers 0.20.1
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.45.2"
9
+ }
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a61e606eafe10fc6743398a3b9bb85d56f6b6882fc510dcf4c2ba7ccf399336f
3
  size 4976698672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52eb957f46d636d293d306f68a7500e06cf9f45cc1816bac7b09a9755ee9eaa9
3
  size 4976698672
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3734c29639c7f6c6f0692af54514d0ab98848d60aac3f80feb54b76d23d65ee8
3
  size 4999802720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07552d37fa4e0ecb3bc83e0675c67ec0a22fc16c55bdf1401af6b0323548580a
3
  size 4999802720
model-00003-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fc59f99d68f605ba19730e736dc1fa5626c4d8e5b85cd133f6f350b12c810b1
3
  size 4915916176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153ac2d15a6297c3654309f77298e82f1f85b8deea42a9ac93df123cb39d4976
3
  size 4915916176
model-00004-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1292baab890f9ffcbcac85b59a160194b06c63b63973bdf67357afc347524e3e
3
  size 1168138808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353072c08ab52f693c61376b41c1c1d832f621ef767b3ca15a39f059573dceee
3
  size 1168138808
trainer_log.jsonl CHANGED
@@ -1,8 +1 @@
1
- {"current_steps": 10, "total_steps": 99, "loss": 0.8598, "lr": 5e-06, "epoch": 0.2946593001841621, "percentage": 10.1, "elapsed_time": "0:26:05", "remaining_time": "3:52:14"}
2
- {"current_steps": 20, "total_steps": 99, "loss": 0.7522, "lr": 5e-06, "epoch": 0.5893186003683242, "percentage": 20.2, "elapsed_time": "0:52:01", "remaining_time": "3:25:29"}
3
- {"current_steps": 30, "total_steps": 99, "loss": 0.7103, "lr": 5e-06, "epoch": 0.8839779005524862, "percentage": 30.3, "elapsed_time": "1:17:56", "remaining_time": "2:59:15"}
4
- {"current_steps": 33, "total_steps": 99, "eval_loss": 0.6921380162239075, "epoch": 0.9723756906077348, "percentage": 33.33, "elapsed_time": "1:29:53", "remaining_time": "2:59:46"}
5
- {"current_steps": 40, "total_steps": 99, "loss": 0.6749, "lr": 5e-06, "epoch": 1.1786372007366483, "percentage": 40.4, "elapsed_time": "1:46:59", "remaining_time": "2:37:49"}
6
- {"current_steps": 50, "total_steps": 99, "loss": 0.6447, "lr": 5e-06, "epoch": 1.4732965009208103, "percentage": 50.51, "elapsed_time": "2:12:54", "remaining_time": "2:10:14"}
7
- {"current_steps": 60, "total_steps": 99, "loss": 0.6364, "lr": 5e-06, "epoch": 1.7679558011049723, "percentage": 60.61, "elapsed_time": "2:38:48", "remaining_time": "1:43:13"}
8
- {"current_steps": 67, "total_steps": 99, "eval_loss": 0.6614336371421814, "epoch": 1.9742173112338857, "percentage": 67.68, "elapsed_time": "3:00:57", "remaining_time": "1:26:25"}
 
1
+ {"current_steps": 99, "total_steps": 99, "epoch": 2.9171270718232045, "percentage": 100.0, "elapsed_time": "0:00:00", "remaining_time": "0:00:00"}
 
 
 
 
 
 
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d483190452ae25dcf73c9b935732cb7dc0d1f92e9a0b828d40d82f486f4aec24
3
- size 7288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a3b073be09da47238f51566db09bc964363ac179d07f86d7b02f7440b20f07
3
+ size 7352