CoolFace
Modelpublic

ai4data/lfm2.5-Encoder-350M-datause

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes23downloads
holdout_metrics.json118 linesDownload Raw Back to root
1{2  "labels": [3    "NAMED_DATA",4    "DESCRIPTIVE_DATA",5    "VAGUE_DATA"6  ],7  "in_domain": {8    "rows": [9      {10        "thr": 0.1,11        "tp": 7803,12        "fp": 1715,13        "fn": 4761,14        "precision": 0.819815087203194,15        "recall": 0.6210601719197708,16        "f05": 0.7704992495457778,17        "f1": 0.706729462910968318      },19      {20        "thr": 0.2,21        "tp": 7803,22        "fp": 1715,23        "fn": 4761,24        "precision": 0.819815087203194,25        "recall": 0.6210601719197708,26        "f05": 0.7704992495457778,27        "f1": 0.706729462910968328      },29      {30        "thr": 0.3,31        "tp": 7803,32        "fp": 1715,33        "fn": 4761,34        "precision": 0.819815087203194,35        "recall": 0.6210601719197708,36        "f05": 0.7704992495457778,37        "f1": 0.706729462910968338      },39      {40        "thr": 0.4,41        "tp": 7787,42        "fp": 1702,43        "fn": 4777,44        "precision": 0.8206344188007166,45        "recall": 0.6197866921362624,46        "f05": 0.7706848772763264,47        "f1": 0.706207772185190448      },49      {50        "thr": 0.5,51        "tp": 7658,52        "fp": 1625,53        "fn": 4906,54        "precision": 0.8249488311968114,55        "recall": 0.6095192613817255,56        "f05": 0.7704845460399228,57        "f1": 0.701057353412367958      },59      {60        "thr": 0.6,61        "tp": 7083,62        "fp": 1304,63        "fn": 5481,64        "precision": 0.8445212829378801,65        "recall": 0.5637535816618912,66        "f05": 0.7680213393476752,67        "f1": 0.676149109827693268      },69      {70        "thr": 0.7,71        "tp": 6560,72        "fp": 1057,73        "fn": 6004,74        "precision": 0.8612314559537876,75        "recall": 0.5221267112384591,76        "f05": 0.7622234616099647,77        "f1": 0.650116446162231978      }79    ],80    "best_f05": {81      "thr": 0.4,82      "tp": 7787,83      "fp": 1702,84      "fn": 4777,85      "precision": 0.8206344188007166,86      "recall": 0.6197866921362624,87      "f05": 0.7706848772763264,88      "f1": 0.706207772185190489    },90    "best_f1": {91      "thr": 0.1,92      "tp": 7803,93      "fp": 1715,94      "fn": 4761,95      "precision": 0.819815087203194,96      "recall": 0.6210601719197708,97      "f05": 0.7704992495457778,98      "f1": 0.706729462910968399    },100    "per_label": {101      "named_data": [102        3416,103        871,104        2165105      ],106      "descriptive_data": [107        3080,108        1303,109        2811110      ],111      "vague_data": [112        404,113        433,114        697115      ]116    }117  }118}