deb101 commited on
Commit
617091c
·
verified ·
1 Parent(s): 1291b75

Model save

Browse files
README.md CHANGED
@@ -16,35 +16,35 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - F1 Micro: 0.0
20
- - F1 Macro: 0.0
21
- - Precision At 5: 0.2749
22
- - Recall At 5: 0.0637
23
- - Precision At 8: 0.2540
24
- - Recall At 8: 0.0909
25
- - Precision At 15: 0.1905
26
- - Recall At 15: 0.1224
27
  - Rare F1 Micro: 0.0
28
  - Rare F1 Macro: 0.0
29
  - Rare Precision: 0.0
30
  - Rare Recall: 0.0
31
- - Rare Precision At 5: 0.0037
32
- - Rare Recall At 5: 0.0013
33
- - Rare Precision At 8: 0.0043
34
- - Rare Recall At 8: 0.0023
35
- - Rare Precision At 15: 0.0049
36
- - Rare Recall At 15: 0.0048
37
- - Not Rare F1 Micro: 0.0
38
- - Not Rare F1 Macro: 0.0
39
- - Not Rare Precision: 0.0
40
- - Not Rare Recall: 0.0
41
- - Not Rare Precision At 5: 0.2742
42
- - Not Rare Recall At 5: 0.1680
43
- - Not Rare Precision At 8: 0.2540
44
- - Not Rare Recall At 8: 0.2396
45
- - Not Rare Precision At 15: 0.1906
46
- - Not Rare Recall At 15: 0.3248
47
- - Loss: 0.0209
48
 
49
  ## Model description
50
 
@@ -72,14 +72,17 @@ The following hyperparameters were used during training:
72
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
73
  - lr_scheduler_type: linear
74
  - lr_scheduler_warmup_steps: 500
75
- - num_epochs: 1
76
  - mixed_precision_training: Native AMP
77
 
78
  ### Training results
79
 
80
  | Training Loss | Epoch | Step | F1 Micro | F1 Macro | Precision At 5 | Recall At 5 | Precision At 8 | Recall At 8 | Precision At 15 | Recall At 15 | Rare F1 Micro | Rare F1 Macro | Rare Precision | Rare Recall | Rare Precision At 5 | Rare Recall At 5 | Rare Precision At 8 | Rare Recall At 8 | Rare Precision At 15 | Rare Recall At 15 | Not Rare F1 Micro | Not Rare F1 Macro | Not Rare Precision | Not Rare Recall | Not Rare Precision At 5 | Not Rare Recall At 5 | Not Rare Precision At 8 | Not Rare Recall At 8 | Not Rare Precision At 15 | Not Rare Recall At 15 | Validation Loss |
81
  |:-------------:|:------:|:----:|:--------:|:--------:|:--------------:|:-----------:|:--------------:|:-----------:|:---------------:|:------------:|:-------------:|:-------------:|:--------------:|:-----------:|:-------------------:|:----------------:|:-------------------:|:----------------:|:--------------------:|:-----------------:|:-----------------:|:-----------------:|:------------------:|:---------------:|:-----------------------:|:--------------------:|:-----------------------:|:--------------------:|:------------------------:|:---------------------:|:---------------:|
82
- | 0.023 | 0.9981 | 262 | 0.0 | 0.0 | 0.2749 | 0.0637 | 0.2540 | 0.0909 | 0.1905 | 0.1224 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0037 | 0.0013 | 0.0043 | 0.0023 | 0.0049 | 0.0048 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2742 | 0.1680 | 0.2540 | 0.2396 | 0.1906 | 0.3248 | 0.0209 |
 
 
 
83
 
84
 
85
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - F1 Micro: 0.0005
20
+ - F1 Macro: 0.0000
21
+ - Precision At 5: 0.2847
22
+ - Recall At 5: 0.0664
23
+ - Precision At 8: 0.2542
24
+ - Recall At 8: 0.0910
25
+ - Precision At 15: 0.1926
26
+ - Recall At 15: 0.1252
27
  - Rare F1 Micro: 0.0
28
  - Rare F1 Macro: 0.0
29
  - Rare Precision: 0.0
30
  - Rare Recall: 0.0
31
+ - Rare Precision At 5: 0.0263
32
+ - Rare Recall At 5: 0.0069
33
+ - Rare Precision At 8: 0.0267
34
+ - Rare Recall At 8: 0.0118
35
+ - Rare Precision At 15: 0.0257
36
+ - Rare Recall At 15: 0.0219
37
+ - Not Rare F1 Micro: 0.0015
38
+ - Not Rare F1 Macro: 0.0003
39
+ - Not Rare Precision: 0.2576
40
+ - Not Rare Recall: 0.0007
41
+ - Not Rare Precision At 5: 0.2847
42
+ - Not Rare Recall At 5: 0.1756
43
+ - Not Rare Precision At 8: 0.2542
44
+ - Not Rare Recall At 8: 0.2401
45
+ - Not Rare Precision At 15: 0.1926
46
+ - Not Rare Recall At 15: 0.3324
47
+ - Loss: 0.0170
48
 
49
  ## Model description
50
 
 
72
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
73
  - lr_scheduler_type: linear
74
  - lr_scheduler_warmup_steps: 500
75
+ - num_epochs: 4
76
  - mixed_precision_training: Native AMP
77
 
78
  ### Training results
79
 
80
  | Training Loss | Epoch | Step | F1 Micro | F1 Macro | Precision At 5 | Recall At 5 | Precision At 8 | Recall At 8 | Precision At 15 | Recall At 15 | Rare F1 Micro | Rare F1 Macro | Rare Precision | Rare Recall | Rare Precision At 5 | Rare Recall At 5 | Rare Precision At 8 | Rare Recall At 8 | Rare Precision At 15 | Rare Recall At 15 | Not Rare F1 Micro | Not Rare F1 Macro | Not Rare Precision | Not Rare Recall | Not Rare Precision At 5 | Not Rare Recall At 5 | Not Rare Precision At 8 | Not Rare Recall At 8 | Not Rare Precision At 15 | Not Rare Recall At 15 | Validation Loss |
81
  |:-------------:|:------:|:----:|:--------:|:--------:|:--------------:|:-----------:|:--------------:|:-----------:|:---------------:|:------------:|:-------------:|:-------------:|:--------------:|:-----------:|:-------------------:|:----------------:|:-------------------:|:----------------:|:--------------------:|:-----------------:|:-----------------:|:-----------------:|:------------------:|:---------------:|:-----------------------:|:--------------------:|:-----------------------:|:--------------------:|:------------------------:|:---------------------:|:---------------:|
82
+ | 0.0229 | 0.9981 | 262 | 0.0 | 0.0 | 0.2769 | 0.0644 | 0.2472 | 0.0880 | 0.1883 | 0.1226 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0078 | 0.0025 | 0.0075 | 0.0040 | 0.0070 | 0.0065 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2771 | 0.1707 | 0.2473 | 0.2341 | 0.1888 | 0.3243 | 0.0209 |
83
+ | 0.0181 | 1.9981 | 524 | 0.0 | 0.0 | 0.2775 | 0.0651 | 0.2542 | 0.0910 | 0.1934 | 0.1270 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0295 | 0.0091 | 0.0251 | 0.0128 | 0.0230 | 0.0214 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2774 | 0.1715 | 0.2542 | 0.2401 | 0.1933 | 0.3366 | 0.0170 |
84
+ | 0.0176 | 2.9981 | 786 | 0.0005 | 0.0000 | 0.2844 | 0.0665 | 0.2542 | 0.0910 | 0.1908 | 0.1227 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0282 | 0.0084 | 0.0246 | 0.0118 | 0.0273 | 0.0233 | 0.0013 | 0.0003 | 0.2830 | 0.0007 | 0.2844 | 0.1755 | 0.2542 | 0.2401 | 0.1908 | 0.3230 | 0.0170 |
85
+ | 0.0167 | 3.9981 | 1048 | 0.0005 | 0.0000 | 0.2847 | 0.0664 | 0.2542 | 0.0910 | 0.1926 | 0.1252 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0263 | 0.0069 | 0.0267 | 0.0118 | 0.0257 | 0.0219 | 0.0015 | 0.0003 | 0.2576 | 0.0007 | 0.2847 | 0.1756 | 0.2542 | 0.2401 | 0.1926 | 0.3324 | 0.0170 |
86
 
87
 
88
  ### Framework versions
eval_loss_plot.png CHANGED
eval_precision_at_15_plot.png CHANGED
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80d1e9d271f98d5c0a9fe96f241ea75ca08e4da791ce23029772df4e845c4be8
3
  size 4824468367
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d3a37a57bfddb569d6b3f50a45e8053e871ac4b0213a69b650ec9ffcb396867
3
  size 4824468367
train_loss_plot.png CHANGED
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dd9c1f6ab1ba09652359171d70300a5e24b37eaed13268307c961fe7ff4b071
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60967cbb5c4ceeda10e4014734667df1dd5d5c2918d3cc15dd2280ad349a209
3
  size 5496