santhoshmlops commited on
Commit
c542c10
1 Parent(s): d2e406b

santhoshmlops/Skai_Mistral-7B-Instruct-v0.2-SFT

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # Mistral-7B-Instruct-v0.2-SFT
18
 
19
- This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the None dataset.
20
 
21
  ## Model description
22
 
@@ -36,13 +36,15 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 0.0002
39
- - train_batch_size: 1
40
  - eval_batch_size: 8
41
  - seed: 42
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
  - lr_scheduler_warmup_ratio: 0.03
45
- - training_steps: 100
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
 
16
 
17
  # Mistral-7B-Instruct-v0.2-SFT
18
 
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 0.0002
39
+ - train_batch_size: 3
40
  - eval_batch_size: 8
41
  - seed: 42
42
+ - gradient_accumulation_steps: 3
43
+ - total_train_batch_size: 9
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
  - lr_scheduler_warmup_ratio: 0.03
47
+ - training_steps: 500
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
adapter_config.json CHANGED
@@ -19,14 +19,14 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
- "up_proj",
24
  "lm_head",
25
- "gate_proj",
 
26
  "v_proj",
 
27
  "o_proj",
28
- "q_proj",
29
- "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
 
23
  "lm_head",
24
+ "up_proj",
25
+ "k_proj",
26
  "v_proj",
27
+ "down_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:81cc19df5eff86da7878a3aa1c39c4fcbed98834f416c8d1501721383508e97e
3
  size 694431312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9113246da93294d32732f22a0ccf25a598f31edcae1973ce78fc70a8549e40ba
3
  size 694431312
runs/Mar17_17-19-42_a9b8762ddd23/events.out.tfevents.1710696178.a9b8762ddd23.1374.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc9304deea83e102719476c936f4231574f35df8a3a2fed8642cd855888c92a
3
+ size 7526
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd6a4f7db934f2ca9c20d7c584e721b4ecefd9e7150e73f2c3edac8c27447893
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c83325fed57d2316c032abc70558b09bab1ae790377ebd3b4fa1934acccd2ef3
3
  size 4920