teru00801 commited on
Commit
2a2be47
·
verified ·
1 Parent(s): b9e6c66

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -40,3 +40,5 @@ saved_model/**/* 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
41
  20260303_181847/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
42
  20260303_181847/analysis_bundle/cartography/task1_cartography.png 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
41
  20260303_181847/analysis_bundle/cartography/task1_cartography.csv 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
20260305_122917/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_122917/analysis_bundle/cartography/task1_cartography.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2124fea9065785eb9eab6276e99c7dc260a6b448734507ff5a9afa5c4673eb3a
3
+ size 68922928
20260305_122917/analysis_bundle/cartography/task1_cartography.png ADDED

Git LFS Details

  • SHA256: a46ec7409215eac34983c23e6f09ce5f2856889669ed8b530e04f413c806eb09
  • Pointer size: 131 Bytes
  • Size of remote file: 354 kB
20260305_122917/analysis_bundle/metrics/metrics.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"epoch": 1, "train_loss": 0.31555837556438393, "acc": 0.8884254431699687, "f1": 0.8573333333333333, "precision": 0.8275418275418276, "recall": 0.8893499308437067, "score": 0.8884254431699687}
2
+ {"epoch": 2, "train_loss": 0.15991783332330448, "acc": 0.8816475495307612, "f1": 0.8471380471380472, "precision": 0.8254593175853019, "recall": 0.8699861687413555, "score": 0.8816475495307612}
3
+ {"epoch": 3, "train_loss": 0.12003936337793401, "acc": 0.8795620437956204, "f1": 0.8446536650975117, "precision": 0.8219895287958116, "recall": 0.8686030428769018, "score": 0.8795620437956204}
20260305_122917/analysis_bundle/predictions/final_eval_predictions.csv ADDED
The diff for this file is too large to render. See raw diff
 
20260305_122917/analysis_bundle/predictions/final_eval_predictions_evalonly.csv ADDED
The diff for this file is too large to render. See raw diff
 
20260305_122917/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.8617575547064953,0.8242049469964664,0.7947189097103918,0.8559633027522936,0.37860368183397014,0.6213963181660299
20260305_122917/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_122917,outputs/task1_positive_binary_runs/20260305_122917/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,2879,2879,0.8617575547064953,0.8242049469964664,0.7947189097103918,0.8559633027522936,0.37860368183397014,0.6213963181660299
20260305_122917/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.8617575547064953,
15
+ "f1": 0.8242049469964664,
16
+ "precision": 0.7947189097103918,
17
+ "recall": 0.8559633027522936
18
+ },
19
+ "final_eval_baseline": {
20
+ "always_pick_acc": 0.37860368183397014,
21
+ "always_decline_acc": 0.6213963181660299
22
+ }
23
+ }