lukeleeai commited on
Commit
daccbec
·
verified ·
1 Parent(s): 497ac89

End of training

Browse files
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 11.9121
21
- - Accuracy: 0.1562
22
 
23
  ## Model description
24
 
@@ -48,13 +48,10 @@ The following hyperparameters were used during training:
48
  - total_eval_batch_size: 64
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - training_steps: 30
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
- | 4.1273 | 25.0 | 25 | 11.9121 | 0.1562 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 5.4375
21
+ - Accuracy: 0.1875
22
 
23
  ## Model description
24
 
 
48
  - total_eval_batch_size: 64
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - training_steps: 10
52
 
53
  ### Training results
54
 
 
 
 
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "q_proj"
24
  ],
25
  "task_type": "SEQ_CLS"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "SEQ_CLS"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ea44b8ec84ead832b68b19d2dbe3f4bc6497376e70e865530650403b8a29e62
3
- size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b49d3e3ec48e3f84aaaacafc72923a9fd487eb2b25625d67fd0d5b65183e21df
3
+ size 13665176
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e82c0ed0c63cb525c70406c74a6c1a2cbb9e824a5c75e13a39412455e5c9611
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a4f088db7e7ec37c2ece68a8bfc40e6ec8a7ad669b3478c676a4182f95e43a
3
+ size 6008