alfonsusrr commited on
Commit
4d90d6b
1 Parent(s): fa48de9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -2,6 +2,12 @@
2
  license: mit
3
  language:
4
  - en
 
 
 
 
 
 
5
  ---
6
 
7
  This model is trained on base model `microsoft/codebert-base` added with classification head and trained with `DebugBench` dataset for bug classification purpose.
 
2
  license: mit
3
  language:
4
  - en
5
+ datasets:
6
+ - Rtian/DebugBench
7
+ metrics:
8
+ - roc_auc
9
+ - accuracy
10
+ pipeline_tag: text-classification
11
  ---
12
 
13
  This model is trained on base model `microsoft/codebert-base` added with classification head and trained with `DebugBench` dataset for bug classification purpose.