mtyrrell commited on
Commit
595c159
·
1 Parent(s): 5fde0a5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1184
21
- - Precision Macro: 0.9615
22
- - Precision Weighted: 0.9630
23
- - Recall Macro: 0.9635
24
- - Recall Weighted: 0.9623
25
- - F1-score: 0.9621
26
- - Accuracy: 0.9623
27
 
28
  ## Model description
29
 
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision Macro | Precision Weighted | Recall Macro | Recall Weighted | F1-score | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------------:|:------------:|:---------------:|:--------:|:--------:|
58
- | No log | 1.0 | 60 | 0.4189 | 0.9426 | 0.9442 | 0.9445 | 0.9434 | 0.9432 | 0.9434 |
59
- | No log | 2.0 | 120 | 0.1438 | 0.9521 | 0.9531 | 0.9533 | 0.9528 | 0.9526 | 0.9528 |
60
- | No log | 3.0 | 180 | 0.1119 | 0.9615 | 0.9630 | 0.9635 | 0.9623 | 0.9621 | 0.9623 |
61
- | No log | 4.0 | 240 | 0.1477 | 0.9521 | 0.9531 | 0.9533 | 0.9528 | 0.9526 | 0.9528 |
62
- | No log | 5.0 | 300 | 0.1184 | 0.9615 | 0.9630 | 0.9635 | 0.9623 | 0.9621 | 0.9623 |
63
 
64
 
65
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1595
21
+ - Precision Macro: 0.9521
22
+ - Precision Weighted: 0.9531
23
+ - Recall Macro: 0.9533
24
+ - Recall Weighted: 0.9528
25
+ - F1-score: 0.9526
26
+ - Accuracy: 0.9528
27
 
28
  ## Model description
29
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision Macro | Precision Weighted | Recall Macro | Recall Weighted | F1-score | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------------:|:------------:|:---------------:|:--------:|:--------:|
58
+ | No log | 1.0 | 60 | 0.1380 | 0.9521 | 0.9531 | 0.9533 | 0.9528 | 0.9526 | 0.9528 |
59
+ | No log | 2.0 | 120 | 0.1855 | 0.9523 | 0.9545 | 0.9547 | 0.9528 | 0.9527 | 0.9528 |
60
+ | No log | 3.0 | 180 | 0.1977 | 0.9523 | 0.9545 | 0.9547 | 0.9528 | 0.9527 | 0.9528 |
61
+ | No log | 4.0 | 240 | 0.1249 | 0.9723 | 0.9718 | 0.9708 | 0.9717 | 0.9715 | 0.9717 |
62
+ | No log | 5.0 | 300 | 0.1595 | 0.9521 | 0.9531 | 0.9533 | 0.9528 | 0.9526 | 0.9528 |
63
 
64
 
65
  ### Framework versions