Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- 20260306_010338/analysis_bundle/cartography/summary.json +7 -0
- 20260306_010338/analysis_bundle/cartography/task1_cartography.csv +3 -0
- 20260306_010338/analysis_bundle/cartography/task1_cartography.png +3 -0
- 20260306_010338/analysis_bundle/metrics/metrics.jsonl +3 -0
- 20260306_010338/analysis_bundle/predictions/final_eval_predictions.csv +0 -0
- 20260306_010338/analysis_bundle/predictions/final_eval_predictions_evalonly.csv +0 -0
- 20260306_010338/analysis_bundle/summaries/final_eval_summary.csv +2 -0
- 20260306_010338/analysis_bundle/summaries/final_eval_summary_evalonly.csv +2 -0
- 20260306_010338/analysis_bundle/summaries/summary.json +23 -0
.gitattributes
CHANGED
|
@@ -48,3 +48,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 48 |
20260305_150950/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
20260305_170447/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 50 |
20260305_170447/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 48 |
20260305_150950/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
20260305_170447/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 50 |
20260305_170447/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
20260306_010338/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
20260306_010338/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
20260306_010338/analysis_bundle/cartography/summary.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epochs": 3,
|
| 3 |
+
"task1_rows": 19481,
|
| 4 |
+
"task1_lowmean_threshold": 0.0,
|
| 5 |
+
"task1_suspects": 2092,
|
| 6 |
+
"plot_saved": true
|
| 7 |
+
}
|
20260306_010338/analysis_bundle/cartography/task1_cartography.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb1e8450922d6a25ff26517254343306b91ceae0de8724d56156f83793637a09
|
| 3 |
+
size 68910026
|
20260306_010338/analysis_bundle/cartography/task1_cartography.png
ADDED
|
Git LFS Details
|
20260306_010338/analysis_bundle/metrics/metrics.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 1, "train_loss": 0.2981848690891256, "acc": 0.8587806149035956, "f1": 0.7957799547852299, "precision": 0.8262910798122066, "recall": 0.7674418604651163, "score": 0.8587806149035956}
|
| 2 |
+
{"epoch": 2, "train_loss": 0.1504280993008408, "acc": 0.8457529963522668, "f1": 0.7726574500768049, "precision": 0.8192182410423453, "recall": 0.7311046511627907, "score": 0.8457529963522668}
|
| 3 |
+
{"epoch": 3, "train_loss": 0.11574762833896529, "acc": 0.8488796248045857, "f1": 0.7873900293255132, "precision": 0.7943786982248521, "recall": 0.7805232558139535, "score": 0.8488796248045857}
|
20260306_010338/analysis_bundle/predictions/final_eval_predictions.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20260306_010338/analysis_bundle/predictions/final_eval_predictions_evalonly.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20260306_010338/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.8562000694685655,0.8011527377521613,0.834,0.7707948243992606,0.3758249392150052,0.6241750607849947
|
20260306_010338/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/20260306_010338,outputs/task1_positive_binary_runs/20260306_010338/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,2879,2879,0.8562000694685655,0.8011527377521613,0.834,0.7707948243992606,0.3758249392150052,0.6241750607849947
|
20260306_010338/analysis_bundle/summaries/summary.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_epoch": 1,
|
| 3 |
+
"best_score": 0.8587806149035956,
|
| 4 |
+
"train_rows": 19481,
|
| 5 |
+
"val_rows": 1919,
|
| 6 |
+
"final_eval_rows": 2879,
|
| 7 |
+
"val_metrics": {
|
| 8 |
+
"acc": 0.8587806149035956,
|
| 9 |
+
"f1": 0.7957799547852299,
|
| 10 |
+
"precision": 0.8262910798122066,
|
| 11 |
+
"recall": 0.7674418604651163
|
| 12 |
+
},
|
| 13 |
+
"final_eval_metrics": {
|
| 14 |
+
"acc": 0.8562000694685655,
|
| 15 |
+
"f1": 0.8011527377521613,
|
| 16 |
+
"precision": 0.834,
|
| 17 |
+
"recall": 0.7707948243992606
|
| 18 |
+
},
|
| 19 |
+
"final_eval_baseline": {
|
| 20 |
+
"always_pick_acc": 0.3758249392150052,
|
| 21 |
+
"always_decline_acc": 0.6241750607849947
|
| 22 |
+
}
|
| 23 |
+
}
|