teru00801 commited on
Commit
3c88cbf
·
verified ·
1 Parent(s): 0a2661e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -52,3 +52,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  20260306_010338/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
53
  20260306_031627/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
54
  20260306_031627/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
 
 
 
52
  20260306_010338/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
53
  20260306_031627/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
54
  20260306_031627/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
55
+ 20260306_052539/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
56
+ 20260306_052539/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
20260306_052539/analysis_bundle/cartography/summary.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": 4,
3
+ "task1_rows": 19481,
4
+ "task1_lowmean_threshold": 0.0,
5
+ "task1_suspects": 1068,
6
+ "plot_saved": true
7
+ }
20260306_052539/analysis_bundle/cartography/task1_cartography.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d5bc1793b40750314dbf0d7ddc490171362cd4c97a622ed69947442e8b2336
3
+ size 68941519
20260306_052539/analysis_bundle/cartography/task1_cartography.png ADDED

Git LFS Details

  • SHA256: 3cff7c44d6c5cbb0c59d67850761296fc6b84c6089ab27e9e6f70c73e8a4c5e5
  • Pointer size: 131 Bytes
  • Size of remote file: 361 kB
20260306_052539/analysis_bundle/metrics/metrics.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"epoch": 1, "train_loss": 0.29818788143593594, "acc": 0.8587806149035956, "f1": 0.7957799547852299, "precision": 0.8262910798122066, "recall": 0.7674418604651163, "score": 0.8587806149035956}
2
+ {"epoch": 2, "train_loss": 0.14909711701884157, "acc": 0.8629494528400209, "f1": 0.8015094339622642, "precision": 0.8335949764521193, "recall": 0.7718023255813954, "score": 0.8629494528400209}
3
+ {"epoch": 3, "train_loss": 0.11901936801808025, "acc": 0.8582595101615424, "f1": 0.8014598540145985, "precision": 0.8049853372434017, "recall": 0.7979651162790697, "score": 0.8582595101615424}
4
+ {"epoch": 4, "train_loss": 0.09573218423402173, "acc": 0.8457529963522668, "f1": 0.765079365079365, "precision": 0.8426573426573427, "recall": 0.7005813953488372, "score": 0.8457529963522668}
20260306_052539/analysis_bundle/predictions/final_eval_predictions.csv ADDED
The diff for this file is too large to render. See raw diff
 
20260306_052539/analysis_bundle/predictions/final_eval_predictions_evalonly.csv ADDED
The diff for this file is too large to render. See raw diff
 
20260306_052539/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.8485585272664119,0.7905859750240154,0.823,0.7606284658040665,0.3758249392150052,0.6241750607849947
20260306_052539/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_052539,outputs/task1_positive_binary_runs/20260306_052539/best_model.pt,data_for_deberta/dedup_split/positive_test.csv,2879,2879,0.8485585272664119,0.7905859750240154,0.823,0.7606284658040665,0.3758249392150052,0.6241750607849947
20260306_052539/analysis_bundle/summaries/summary.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_epoch": 2,
3
+ "best_score": 0.8629494528400209,
4
+ "train_rows": 19481,
5
+ "val_rows": 1919,
6
+ "final_eval_rows": 2879,
7
+ "val_metrics": {
8
+ "acc": 0.8629494528400209,
9
+ "f1": 0.8015094339622642,
10
+ "precision": 0.8335949764521193,
11
+ "recall": 0.7718023255813954
12
+ },
13
+ "final_eval_metrics": {
14
+ "acc": 0.8485585272664119,
15
+ "f1": 0.7905859750240154,
16
+ "precision": 0.823,
17
+ "recall": 0.7606284658040665
18
+ },
19
+ "final_eval_baseline": {
20
+ "always_pick_acc": 0.3758249392150052,
21
+ "always_decline_acc": 0.6241750607849947
22
+ }
23
+ }