jjovalle99 commited on
Commit
8183d02
1 Parent(s): 1282ae5

jjovalle/llama3.1_8binstruct-summary-100s2

Browse files
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.9178
24
 
25
  ## Model description
26
 
@@ -39,10 +39,12 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 0.0002
43
- - train_batch_size: 1
44
  - eval_batch_size: 8
45
  - seed: 42
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_steps: 3
@@ -50,12 +52,12 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss |
54
- |:-------------:|:------:|:----:|:---------------:|
55
- | 1.4039 | 1.1364 | 25 | 1.3024 |
56
- | 0.5807 | 2.2727 | 50 | 1.5027 |
57
- | 0.3786 | 3.4091 | 75 | 1.6451 |
58
- | 0.1085 | 4.5455 | 100 | 1.9178 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.7064
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 2
44
  - eval_batch_size: 8
45
  - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 8
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: constant
50
  - lr_scheduler_warmup_steps: 3
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-------:|:----:|:---------------:|
57
+ | 1.5991 | 9.0909 | 25 | 1.4645 |
58
+ | 1.0686 | 18.1818 | 50 | 1.3393 |
59
+ | 0.8047 | 27.2727 | 75 | 1.3950 |
60
+ | 0.3302 | 36.3636 | 100 | 1.7064 |
61
 
62
 
63
  ### Framework versions
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "v_proj",
24
- "gate_proj",
25
- "o_proj",
26
  "up_proj",
27
  "q_proj",
28
- "down_proj",
29
- "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
  "v_proj",
 
 
26
  "up_proj",
27
  "q_proj",
28
+ "o_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f38b45fbb374874d20b2b32e850aa43976e31a6912bfeeb0be68f3b2644c009b
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8cd810fa28e2e74abbd3dcfc1c32d35aef08587620b3a262ee5227f63d34222
3
  size 167832240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f295726a12065896a0e97bb0e2aab7827f5fd0dc6dbbab4834b9c4cc08869c20
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:717f5ae2bf8f1448b3b9f7e36907876c9b403f4e3b818d6aba9b90a95adf646f
3
  size 5496