teru00801 commited on
Commit
69e5048
·
verified ·
1 Parent(s): 541296d

Upload folder using huggingface_hub

Browse files
.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

  • SHA256: f3afbb781974971259ea7160699594ff429d19832a289dd7630e5089fc18e803
  • Pointer size: 131 Bytes
  • Size of remote file: 358 kB
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
+ }