greatakela commited on
Commit
2ec4560
·
1 Parent(s): 6ec8a25

greatakela/mistral-instruct-generation

Browse files
README.md CHANGED
@@ -15,12 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 1.0472
19
- - eval_runtime: 4.2822
20
- - eval_samples_per_second: 79.399
21
- - eval_steps_per_second: 10.042
22
- - epoch: 0.62
23
- - step: 300
24
 
25
  ## Model description
26
 
@@ -46,7 +41,18 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_steps: 0.03
49
- - training_steps: 500
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ### Framework versions
52
 
 
15
 
16
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.8964
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant
43
  - lr_scheduler_warmup_steps: 0.03
44
+ - training_steps: 100
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.0642 | 0.04 | 20 | 1.0248 |
51
+ | 0.933 | 0.08 | 40 | 0.9471 |
52
+ | 0.8818 | 0.12 | 60 | 0.9138 |
53
+ | 0.8526 | 0.17 | 80 | 0.9003 |
54
+ | 0.7592 | 0.21 | 100 | 0.8964 |
55
+
56
 
57
  ### Framework versions
58
 
adapter_config.json CHANGED
@@ -16,8 +16,8 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "q_proj",
20
- "v_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac04a488d6295f898ea67e545e265ed262cf5077694c8bd7d3502041af20ae12
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd9aff7e8148ba79edf8b5b8315a9d7bb9fd7ce5e5f3d2a19a48dd53c804b29b
3
  size 109069176
runs/Nov27_04-30-59_cece61c58921/events.out.tfevents.1701059468.cece61c58921.9580.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5220c9be0a5cbf2b2094d98b4de25dc5c1806360b724a8ea5a61e843e1bd0239
3
+ size 7832
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27f12494cf93aee05d3c2e95b842f76b943fba9dfe078ef03a73e012290d4bc0
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037fcda23de665436aa9cee5003d6eeca9555afe8920296c21f0b97eea9270b6
3
  size 4600