MohamedAhmedAE commited on
Commit
4444506
1 Parent(s): 8ae9b84

End of training

Browse files
Files changed (4) hide show
  1. README.md +60 -0
  2. adapter_config.json +4 -4
  3. tokenizer.json +1 -0
  4. training_args.bin +2 -2
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
9
+ model-index:
10
+ - name: Llama3-8B-Medical-Finetune
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
+ # Llama3-8B-Medical-Finetune
18
+
19
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on an unknown dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 2
42
+ - gradient_accumulation_steps: 32
43
+ - total_train_batch_size: 1024
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 5
47
+ - num_epochs: 5
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - PEFT 0.11.1
57
+ - Transformers 4.41.1
58
+ - Pytorch 2.3.0+cu121
59
+ - Datasets 2.19.1
60
+ - Tokenizers 0.19.1
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
  "o_proj",
25
- "gate_proj",
26
- "k_proj",
27
  "up_proj",
28
  "q_proj",
29
- "down_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
+ "v_proj",
 
25
  "up_proj",
26
  "q_proj",
27
+ "down_proj",
28
+ "k_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
tokenizer.json CHANGED
@@ -2412,6 +2412,7 @@
2412
  "end_of_word_suffix": null,
2413
  "fuse_unk": false,
2414
  "byte_fallback": false,
 
2415
  "vocab": {
2416
  "!": 0,
2417
  "\"": 1,
 
2412
  "end_of_word_suffix": null,
2413
  "fuse_unk": false,
2414
  "byte_fallback": false,
2415
+ "ignore_merges": true,
2416
  "vocab": {
2417
  "!": 0,
2418
  "\"": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c09e4d0caa94d3d4acabbf865ee69cc816a077a03533c04bf2c5e62bf08ec171
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35bfa96fccebeb0eb562191621aaf1246c69a84b1f0cd0b616c738a0e38e0504
3
+ size 5112