Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- 20260305_150950/analysis_bundle/cartography/summary.json +7 -0
- 20260305_150950/analysis_bundle/cartography/task1_cartography.csv +3 -0
- 20260305_150950/analysis_bundle/cartography/task1_cartography.png +3 -0
- 20260305_150950/analysis_bundle/metrics/metrics.jsonl +3 -0
- 20260305_150950/analysis_bundle/predictions/final_eval_predictions.csv +0 -0
- 20260305_150950/analysis_bundle/predictions/final_eval_predictions_evalonly.csv +0 -0
- 20260305_150950/analysis_bundle/summaries/final_eval_summary.csv +2 -0
- 20260305_150950/analysis_bundle/summaries/final_eval_summary_evalonly.csv +2 -0
- 20260305_150950/analysis_bundle/summaries/summary.json +23 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,5 @@ saved_model/**/* 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
|
|
|
|
|
|
|
|
|
| 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
|
| 47 |
+
20260305_150950/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
20260305_150950/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
20260305_150950/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_150950/analysis_bundle/cartography/task1_cartography.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:211190792ee4deab0288ead02543d5c978671ebe9ed9e80fbb06ebc1323f67f5
|
| 3 |
+
size 68922853
|
20260305_150950/analysis_bundle/cartography/task1_cartography.png
ADDED
|
Git LFS Details
|
20260305_150950/analysis_bundle/metrics/metrics.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 1, "train_loss": 0.31556070297772953, "acc": 0.8884254431699687, "f1": 0.8573333333333333, "precision": 0.8275418275418276, "recall": 0.8893499308437067, "score": 0.8884254431699687}
|
| 2 |
+
{"epoch": 2, "train_loss": 0.16042823203776663, "acc": 0.8842544316996872, "f1": 0.8508064516129032, "precision": 0.8274509803921568, "recall": 0.8755186721991701, "score": 0.8842544316996872}
|
| 3 |
+
{"epoch": 3, "train_loss": 0.12056007395591739, "acc": 0.8753910323253389, "f1": 0.8422442244224423, "precision": 0.8055555555555556, "recall": 0.8824343015214384, "score": 0.8753910323253389}
|
20260305_150950/analysis_bundle/predictions/final_eval_predictions.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20260305_150950/analysis_bundle/predictions/final_eval_predictions_evalonly.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20260305_150950/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.8621048975338659,0.8247240618101546,0.7948936170212766,0.8568807339449541,0.37860368183397014,0.6213963181660299
|
20260305_150950/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_150950,outputs/task1_positive_binary_runs/20260305_150950/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,2879,2879,0.8621048975338659,0.8247240618101546,0.7948936170212766,0.8568807339449541,0.37860368183397014,0.6213963181660299
|
20260305_150950/analysis_bundle/summaries/summary.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_epoch": 1,
|
| 3 |
+
"best_score": 0.8884254431699687,
|
| 4 |
+
"train_rows": 19483,
|
| 5 |
+
"val_rows": 1918,
|
| 6 |
+
"final_eval_rows": 2879,
|
| 7 |
+
"val_metrics": {
|
| 8 |
+
"acc": 0.8884254431699687,
|
| 9 |
+
"f1": 0.8573333333333333,
|
| 10 |
+
"precision": 0.8275418275418276,
|
| 11 |
+
"recall": 0.8893499308437067
|
| 12 |
+
},
|
| 13 |
+
"final_eval_metrics": {
|
| 14 |
+
"acc": 0.8621048975338659,
|
| 15 |
+
"f1": 0.8247240618101546,
|
| 16 |
+
"precision": 0.7948936170212766,
|
| 17 |
+
"recall": 0.8568807339449541
|
| 18 |
+
},
|
| 19 |
+
"final_eval_baseline": {
|
| 20 |
+
"always_pick_acc": 0.37860368183397014,
|
| 21 |
+
"always_decline_acc": 0.6213963181660299
|
| 22 |
+
}
|
| 23 |
+
}
|