dharshinig012 commited on
Commit
0e26e36
·
verified ·
1 Parent(s): f301661

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +17 -0
metrics.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "microsoft/graphcodebert-base",
3
+ "epochs_ran": 10,
4
+ "early_stopped": false,
5
+ "threshold": 0.5,
6
+ "class_weights": {
7
+ "clean": 0.9833504098360656,
8
+ "buggy": 1.0172231054583996
9
+ },
10
+ "test": {
11
+ "accuracy": 0.9927095990279465,
12
+ "precision": 0.9901477832512315,
13
+ "recall": 0.995049504950495,
14
+ "f1": 0.9925925925925926,
15
+ "roc_auc": 0.999288144804934
16
+ }
17
+ }