teru00801 commited on
Commit
3af105c
·
verified ·
1 Parent(s): fff8652

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  20260306_070444/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
59
  20260306_092824/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
60
  20260306_092824/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  20260306_070444/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
59
  20260306_092824/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
60
  20260306_092824/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
61
+ 20260306_161747/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
62
+ 20260306_161747/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
20260306_161747/analysis_bundle/cartography/summary.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": 3,
3
+ "task1_rows": 19465,
4
+ "task1_lowmean_threshold": 0.0,
5
+ "task1_suspects": 2115,
6
+ "plot_saved": true
7
+ }
20260306_161747/analysis_bundle/cartography/task1_cartography.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47fbe27bd257513815f8108225ec5b903c96060d5985ad84e022fb660af0d2c
3
+ size 68840506
20260306_161747/analysis_bundle/cartography/task1_cartography.png ADDED

Git LFS Details

  • SHA256: ae8e6c999d2b1bc3cfa1c15bad2552a200d9112d3544720f6b369327c51553d5
  • Pointer size: 131 Bytes
  • Size of remote file: 346 kB
20260306_161747/analysis_bundle/metrics/metrics.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"epoch": 1, "train_loss": 0.2988610934640603, "acc": 0.8806047966631908, "f1": 0.8390723822909346, "precision": 0.8361344537815126, "recall": 0.842031029619182, "score": 0.8806047966631908}
2
+ {"epoch": 2, "train_loss": 0.14993673105377492, "acc": 0.8733055265901981, "f1": 0.8270462633451957, "precision": 0.8347701149425287, "recall": 0.8194640338504936, "score": 0.8733055265901981}
3
+ {"epoch": 3, "train_loss": 0.11598749612760328, "acc": 0.8607924921793535, "f1": 0.8086021505376344, "precision": 0.8221574344023324, "recall": 0.7954866008462623, "score": 0.8607924921793535}
20260306_161747/analysis_bundle/predictions/final_eval_predictions.csv ADDED
The diff for this file is too large to render. See raw diff
 
20260306_161747/analysis_bundle/predictions/final_eval_predictions_evalonly.csv ADDED
The diff for this file is too large to render. See raw diff
 
20260306_161747/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.8753039249739493,0.8365953573054165,0.825696316262354,0.8477859778597786,0.37651962486974644,0.6234803751302536
20260306_161747/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_161747,outputs/task1_positive_binary_runs/20260306_161747/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,2879,2879,0.8753039249739493,0.8365953573054165,0.825696316262354,0.8477859778597786,0.37651962486974644,0.6234803751302536
20260306_161747/analysis_bundle/summaries/summary.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_epoch": 1,
3
+ "best_score": 0.8806047966631908,
4
+ "train_rows": 19465,
5
+ "val_rows": 1918,
6
+ "final_eval_rows": 2879,
7
+ "val_metrics": {
8
+ "acc": 0.8806047966631908,
9
+ "f1": 0.8390723822909346,
10
+ "precision": 0.8361344537815126,
11
+ "recall": 0.842031029619182
12
+ },
13
+ "final_eval_metrics": {
14
+ "acc": 0.8753039249739493,
15
+ "f1": 0.8365953573054165,
16
+ "precision": 0.825696316262354,
17
+ "recall": 0.8477859778597786
18
+ },
19
+ "final_eval_baseline": {
20
+ "always_pick_acc": 0.37651962486974644,
21
+ "always_decline_acc": 0.6234803751302536
22
+ }
23
+ }