Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- 20260223_080517/analysis_bundle/metrics/metrics.jsonl +8 -0
- 20260223_080517/analysis_bundle/predictions/final_eval_predictions.csv +3 -0
- 20260223_080517/analysis_bundle/predictions/final_eval_predictions_evalonly.csv +3 -0
- 20260223_080517/analysis_bundle/summaries/final_eval_summary.csv +2 -0
- 20260223_080517/analysis_bundle/summaries/final_eval_summary_evalonly.csv +2 -0
- 20260223_080517/analysis_bundle/summaries/summary.json +23 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
20260222_105221/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 37 |
20260222_105221/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
20260222_105221/analysis_bundle/predictions/final_eval_predictions.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 36 |
20260222_105221/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
|
| 37 |
20260222_105221/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
20260222_105221/analysis_bundle/predictions/final_eval_predictions.csv filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
20260223_080517/analysis_bundle/predictions/final_eval_predictions.csv filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
20260223_080517/analysis_bundle/predictions/final_eval_predictions_evalonly.csv filter=lfs diff=lfs merge=lfs -text
|
20260223_080517/analysis_bundle/metrics/metrics.jsonl
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 1, "train_loss": 0.06774910851139818, "acc": 0.8613817537643933, "f1": 0.7966211825860948, "precision": 0.760545905707196, "recall": 0.8362892223738063, "score": 0.8613817537643933}
|
| 2 |
+
{"epoch": 2, "train_loss": 0.04488198762168418, "acc": 0.8764393268379097, "f1": 0.8263845675171126, "precision": 0.7597254004576659, "recall": 0.9058663028649386, "score": 0.8764393268379097}
|
| 3 |
+
{"epoch": 3, "train_loss": 0.03135902374643295, "acc": 0.8795394154118689, "f1": 0.8276299112801014, "precision": 0.7727810650887574, "recall": 0.8908594815825375, "score": 0.8795394154118689}
|
| 4 |
+
{"epoch": 4, "train_loss": 0.021428259513931215, "acc": 0.8755535872453498, "f1": 0.8264360716491661, "precision": 0.755079006772009, "recall": 0.91268758526603, "score": 0.8755535872453498}
|
| 5 |
+
{"epoch": 5, "train_loss": 0.013693201170341741, "acc": 0.8817537643932684, "f1": 0.8330206378986866, "precision": 0.76905311778291, "recall": 0.9085948158253752, "score": 0.8817537643932684}
|
| 6 |
+
{"epoch": 6, "train_loss": 0.009861885602099838, "acc": 0.8888396811337467, "f1": 0.8394113883557262, "precision": 0.7903614457831325, "recall": 0.8949522510231923, "score": 0.8888396811337467}
|
| 7 |
+
{"epoch": 7, "train_loss": 0.006371234271870905, "acc": 0.8844109831709478, "f1": 0.8274950429610046, "precision": 0.8025641025641026, "recall": 0.8540245566166439, "score": 0.8844109831709478}
|
| 8 |
+
{"epoch": 8, "train_loss": 0.004685555490450087, "acc": 0.8808680248007086, "f1": 0.8302839116719243, "precision": 0.7723004694835681, "recall": 0.897680763983629, "score": 0.8808680248007086}
|
20260223_080517/analysis_bundle/predictions/final_eval_predictions.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34177d6603f84328e7276458354f4eeb5bfe0125412b59bb7198209c02fae9fb
|
| 3 |
+
size 11183218
|
20260223_080517/analysis_bundle/predictions/final_eval_predictions_evalonly.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2b64a7286e9446b594eeb2ac7cf46f2605b823a5fe70f32e11439925b396f73
|
| 3 |
+
size 11183254
|
20260223_080517/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,3389,0.8861020950132783,0.8361629881154499,0.7848605577689243,0.8946412352406903,0.3248745942755975,0.6751254057244025
|
20260223_080517/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/20260223_080517,outputs/task1_positive_binary_runs/20260223_080517/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,3389,3389,0.8861020950132783,0.8361629881154499,0.7848605577689243,0.8946412352406903,0.3248745942755975,0.6751254057244025
|
20260223_080517/analysis_bundle/summaries/summary.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_epoch": 6,
|
| 3 |
+
"best_score": 0.8888396811337467,
|
| 4 |
+
"train_rows": 13552,
|
| 5 |
+
"val_rows": 2258,
|
| 6 |
+
"final_eval_rows": 3389,
|
| 7 |
+
"val_metrics": {
|
| 8 |
+
"acc": 0.8888396811337467,
|
| 9 |
+
"f1": 0.8394113883557262,
|
| 10 |
+
"precision": 0.7903614457831325,
|
| 11 |
+
"recall": 0.8949522510231923
|
| 12 |
+
},
|
| 13 |
+
"final_eval_metrics": {
|
| 14 |
+
"acc": 0.8861020950132783,
|
| 15 |
+
"f1": 0.8361629881154499,
|
| 16 |
+
"precision": 0.7848605577689243,
|
| 17 |
+
"recall": 0.8946412352406903
|
| 18 |
+
},
|
| 19 |
+
"final_eval_baseline": {
|
| 20 |
+
"always_pick_acc": 0.3248745942755975,
|
| 21 |
+
"always_decline_acc": 0.6751254057244025
|
| 22 |
+
}
|
| 23 |
+
}
|