File size: 1,201 Bytes
fa3beea 9600c9a 939da93 4cdb1f5 9600c9a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
license: cc-by-nc-4.0
---
[allenai/tk-instruct-base-def-pos](https://huggingface.co/allenai/tk-instruct-base-def-pos) model fined tuned on custom KeyBert default keywords extracter model - [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) and ABSA model - [yangheng/deberta-v3-base-absa-v1.1](https://huggingface.co/yangheng/deberta-v3-base-absa-v1.1) auto annotated hospital reviews [keywords,polarity] dataset.
Training Results:
Epoch | Training Loss | Validation Loss
1 | 0.150800 | 0.112104
2 | 0.103700 | 0.074400
3 | 0.074500 | 0.065034
4 | 0.065900 | 0.062676
5 | 0.059700 | 0.058017
6 | 0.050700 | 0.056635
7 | 0.046500 | 0.056589
8 | 0.046300 | 0.056924
-----------------------------------------------------------------------------------------------------------------------------------------------
Evaluation Results:
Train Precision: 0.9552227554840818
Train Recall: 0.9552107544443746
Train F1: 0.9552167549265339
Test Precision: 0.9300919842312746
Test Recall: 0.9301530981010578
Test F1: 0.9301225401622918
UnseenTest Precision: 0.9329632792485055
UnseenTest Recall: 0.9329632792485055
UnseenTest F1: 0.9329632792485054 |