CoolFace
Modelpublic

slepape/ArticleTypePrediction

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes14downloads
evaluation_results.json105 linesDownload Raw Back to root
1{2  "test_accuracy": 0.937962962962963,3  "classification_report": "               precision    recall  f1-score   support\n\n  CASE_REPORT     0.9657    0.9663    0.9660      6000\n      COMMENT     0.8575    0.8357    0.8465      6000\n    EDITORIAL     0.8386    0.8660    0.8521      6000\n   GUIDELINES     0.9962    1.0000    0.9981      6000\nMETA_ANALYSIS     0.9071    0.9877    0.9457      6000\n  PROSPECTIVE     0.9601    0.9898    0.9747      6000\n          RCT     0.9884    0.9768    0.9826      6000\nRETROSPECTIVE     0.9857    0.9653    0.9754      6000\n       REVIEW     0.9480    0.8540    0.8986      6000\n\n     accuracy                         0.9380     54000\n    macro avg     0.9386    0.9380    0.9377     54000\n weighted avg     0.9386    0.9380    0.9377     54000\n",4  "confusion_matrix": [5    [6      5798,7      12,8      2,9      0,10      1,11      0,12      7,13      2,14      17815    ],16    [17      0,18      5014,19      974,20      12,21      0,22      0,23      0,24      0,25      026    ],27    [28      0,29      804,30      5196,31      0,32      0,33      0,34      0,35      0,36      037    ],38    [39      0,40      0,41      0,42      6000,43      0,44      0,45      0,46      0,47      048    ],49    [50      0,51      5,52      0,53      0,54      5926,55      1,56      25,57      0,58      4359    ],60    [61      0,62      0,63      0,64      0,65      0,66      5939,67      0,68      61,69      070    ],71    [72      1,73      8,74      6,75      0,76      14,77      33,78      5861,79      17,80      6081    ],82    [83      0,84      0,85      0,86      0,87      0,88      208,89      0,90      5792,91      092    ],93    [94      205,95      4,96      18,97      11,98      592,99      5,100      37,101      4,102      5124103    ]104  ]105}