teru00801 commited on
Commit
14352fe
·
verified ·
1 Parent(s): 8ccfe1e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ 20260222_104444/analysis_bundle/cartography/task1_cartography.csv filter=lfs diff=lfs merge=lfs -text
37
+ 20260222_104444/analysis_bundle/cartography/task1_cartography.png filter=lfs diff=lfs merge=lfs -text
38
+ 20260222_104444/analysis_bundle/predictions/final_eval_predictions.csv filter=lfs diff=lfs merge=lfs -text
20260222_104444/analysis_bundle/cartography/summary.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": 4,
3
+ "task1_rows": 13552,
4
+ "task1_lowmean_threshold": 0.0,
5
+ "task1_suspects": 961,
6
+ "plot_saved": true
7
+ }
20260222_104444/analysis_bundle/cartography/task1_cartography.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ccf2cd7a5281be2092ff4623799cc5d37c5097dd29a6124a282adfca75257b
3
+ size 44537175
20260222_104444/analysis_bundle/cartography/task1_cartography.png ADDED

Git LFS Details

  • SHA256: cd8dca3cdd6e78676e2e26315b2e725af0acc42dcba38f44574f1e7c03f30b2b
  • Pointer size: 131 Bytes
  • Size of remote file: 372 kB
20260222_104444/analysis_bundle/metrics/metrics.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"epoch": 1, "train_loss": 0.3369092302706968, "acc": 0.9056687333923826, "f1": 0.7810894141829393, "precision": 0.6834532374100719, "recall": 0.9112709832134293, "score": 0.9056687333923826}
2
+ {"epoch": 2, "train_loss": 0.1789138112195197, "acc": 0.9247121346324181, "f1": 0.8183760683760684, "precision": 0.7379576107899807, "recall": 0.9184652278177458, "score": 0.9247121346324181}
3
+ {"epoch": 3, "train_loss": 0.1285285502540249, "acc": 0.9158547387068202, "f1": 0.80083857442348, "precision": 0.7113594040968343, "recall": 0.9160671462829736, "score": 0.9158547387068202}
4
+ {"epoch": 4, "train_loss": 0.10631198255255062, "acc": 0.9220549158547388, "f1": 0.810752688172043, "precision": 0.7348927875243665, "recall": 0.9040767386091128, "score": 0.9220549158547388}
20260222_104444/analysis_bundle/predictions/final_eval_predictions.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36009207e8958869ecd6a263eaf6027281757679e165359ba7008937ce7be33
3
+ size 11188445
20260222_104444/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/risk_test.csv,3389,0.9188551195042786,0.8075577326801959,0.7378516624040921,0.8918083462132921,0.1909117733844792,0.8090882266155208
20260222_104444/analysis_bundle/summaries/summary.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_epoch": 2,
3
+ "best_score": 0.9247121346324181,
4
+ "train_rows": 13552,
5
+ "val_rows": 2258,
6
+ "final_eval_rows": 3389,
7
+ "val_metrics": {
8
+ "acc": 0.9247121346324181,
9
+ "f1": 0.8183760683760684,
10
+ "precision": 0.7379576107899807,
11
+ "recall": 0.9184652278177458
12
+ },
13
+ "final_eval_metrics": {
14
+ "acc": 0.9188551195042786,
15
+ "f1": 0.8075577326801959,
16
+ "precision": 0.7378516624040921,
17
+ "recall": 0.8918083462132921
18
+ },
19
+ "final_eval_baseline": {
20
+ "always_pick_acc": 0.1909117733844792,
21
+ "always_decline_acc": 0.8090882266155208
22
+ }
23
+ }