Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- 20260305_134923/analysis_bundle/cartography/summary.json +7 -0
- 20260305_134923/analysis_bundle/cartography/task1_cartography.csv +3 -0
- 20260305_134923/analysis_bundle/cartography/task1_cartography.png +3 -0
- 20260305_134923/analysis_bundle/metrics/metrics.jsonl +3 -0
- 20260305_134923/analysis_bundle/predictions/final_eval_predictions.csv +0 -0
- 20260305_134923/analysis_bundle/predictions/final_eval_predictions_evalonly.csv +0 -0
- 20260305_134923/analysis_bundle/summaries/final_eval_summary.csv +2 -0
- 20260305_134923/analysis_bundle/summaries/final_eval_summary_evalonly.csv +2 -0
- 20260305_134923/analysis_bundle/summaries/summary.json +23 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
20260303_181847/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
20260305_122917/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 44 |
20260305_122917/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 42 |
20260303_181847/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
20260305_122917/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 44 |
20260305_122917/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
20260305_134923/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
20260305_134923/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
20260305_134923/analysis_bundle/cartography/summary.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epochs": 3,
|
| 3 |
+
"task1_rows": 19483,
|
| 4 |
+
"task1_lowmean_threshold": 0.0,
|
| 5 |
+
"task1_suspects": 2094,
|
| 6 |
+
"plot_saved": true
|
| 7 |
+
}
|
20260305_134923/analysis_bundle/cartography/task1_cartography.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ef9df1e9e466e552c2e15458d01b719af7101545cefe9d09f0fc6aeabc55051
|
| 3 |
+
size 68922924
|
20260305_134923/analysis_bundle/cartography/task1_cartography.png
ADDED
|
Git LFS Details
|
20260305_134923/analysis_bundle/metrics/metrics.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 1, "train_loss": 0.31555615859457914, "acc": 0.8879040667361835, "f1": 0.85657104736491, "precision": 0.8273195876288659, "recall": 0.8879668049792531, "score": 0.8879040667361835}
|
| 2 |
+
{"epoch": 2, "train_loss": 0.1605212128245576, "acc": 0.8847758081334723, "f1": 0.85137861466039, "precision": 0.8285340314136126, "recall": 0.8755186721991701, "score": 0.8847758081334723}
|
| 3 |
+
{"epoch": 3, "train_loss": 0.1207108153351422, "acc": 0.8587069864442127, "f1": 0.8252740167633784, "precision": 0.7729468599033816, "recall": 0.8852005532503457, "score": 0.8587069864442127}
|
20260305_134923/analysis_bundle/predictions/final_eval_predictions.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20260305_134923/analysis_bundle/predictions/final_eval_predictions_evalonly.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20260305_134923/analysis_bundle/summaries/final_eval_summary.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,rows_evaluated,acc,f1,precision,recall,always_pick_acc,always_decline_acc
|
| 2 |
+
data_for_deberta/dedup_split/positive_test.csv,2879,0.8614102118791247,0.8236853733981441,0.7945439045183291,0.8550458715596331,0.37860368183397014,0.6213963181660299
|
20260305_134923/analysis_bundle/summaries/final_eval_summary_evalonly.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
run_dir,model_path,dataset,rows_raw,rows_evaluated,acc,f1,precision,recall,always_pick_acc,always_decline_acc
|
| 2 |
+
outputs/task1_positive_binary_runs/20260305_134923,outputs/task1_positive_binary_runs/20260305_134923/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,2879,2879,0.8614102118791247,0.8236853733981441,0.7945439045183291,0.8550458715596331,0.37860368183397014,0.6213963181660299
|
20260305_134923/analysis_bundle/summaries/summary.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_epoch": 1,
|
| 3 |
+
"best_score": 0.8879040667361835,
|
| 4 |
+
"train_rows": 19483,
|
| 5 |
+
"val_rows": 1918,
|
| 6 |
+
"final_eval_rows": 2879,
|
| 7 |
+
"val_metrics": {
|
| 8 |
+
"acc": 0.8879040667361835,
|
| 9 |
+
"f1": 0.85657104736491,
|
| 10 |
+
"precision": 0.8273195876288659,
|
| 11 |
+
"recall": 0.8879668049792531
|
| 12 |
+
},
|
| 13 |
+
"final_eval_metrics": {
|
| 14 |
+
"acc": 0.8614102118791247,
|
| 15 |
+
"f1": 0.8236853733981441,
|
| 16 |
+
"precision": 0.7945439045183291,
|
| 17 |
+
"recall": 0.8550458715596331
|
| 18 |
+
},
|
| 19 |
+
"final_eval_baseline": {
|
| 20 |
+
"always_pick_acc": 0.37860368183397014,
|
| 21 |
+
"always_decline_acc": 0.6213963181660299
|
| 22 |
+
}
|
| 23 |
+
}
|