JoseBambora commited on
Commit
4804a96
1 Parent(s): fd7516b

End of training

Browse files
README.md CHANGED
@@ -12,19 +12,23 @@ model-index:
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # Mistral Sentimental Analysis
16
 
17
- 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 IMDb dataset.
 
 
18
 
19
- This fine-tuned model can classify a piece of text as a positive or negative review.
20
- It achieves an accuracy of 96.4% for 2500 test cases. This test cases were inside IMDb dataset.
21
 
22
- ## Training and evaluation data
 
 
23
 
24
- The dataset used for training only had 900 cases from the training part of the original dataset, so that the training phase did not take too much time.
25
- It is important to mention that the data for train is totally balanced (450 positive reviews, 450 negative reviews).
 
26
 
27
- The evaluation data is just 100 different cases from the training part of the original dataset.
28
 
29
  ## Training procedure
30
 
@@ -47,10 +51,10 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 2.0486 | 1.0 | 225 | 2.0695 |
51
- | 1.9664 | 2.0 | 450 | 2.0785 |
52
- | 1.8297 | 3.0 | 675 | 2.1041 |
53
- | 1.7339 | 4.0 | 900 | 2.1275 |
54
 
55
 
56
  ### Framework versions
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ # mistral_retrained
16
 
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.1688
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
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 2.0202 | 1.0 | 70 | 2.1164 |
55
+ | 1.9788 | 2.0 | 140 | 2.1238 |
56
+ | 1.8819 | 3.0 | 210 | 2.1551 |
57
+ | 1.8268 | 4.0 | 280 | 2.1688 |
58
 
59
 
60
  ### Framework versions
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07e299129d926d9b10bad064cca01381b33a8e89b52bd056a54b3bb52e44dc63
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8a8a6c29f771d7d58d1673e2136a59c9e69a7b28fc2d3de452892297fa25c4
3
  size 109069176
runs/May14_15-18-56_089a828f3b46/events.out.tfevents.1715699938.089a828f3b46.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b8e6713bed17a779948fe96c4cb5757c944eca4e6d27eeec3a60e307a67b264
3
+ size 7923
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af1983b11b062438a8760645fe8c49fd7b2f07a64593145a95d076d7f37041da
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a56b63cbcad85f36657bee5b1ffe7251b38d0ccc69203d3436679ad5f7deda3d
3
  size 4283