vishnun commited on
Commit
e17e720
1 Parent(s): ec26575

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - vishnun/CodevsNL
4
+ language:
5
+ - en
6
+ metrics:
7
+ - accuracy
8
+
9
+ library_name: transformers
10
+ tags:
11
+ - nlp
12
+ - code
13
+ - classification
14
+ ---
15
+
16
+ ##
17
+ Code vs Natural language classification using bert-small from prajwall, below are the metrics achieved
18
+
19
+ ## Training Metrics
20
+
21
+ | Epoch | Training Loss | Validation Loss | Accuracy | |
22
+ |------:|--------------:|----------------:|---------:|---|
23
+ | 1 | 0.022500 | 0.012705 | 0.997203 | |
24
+ | 2 | 0.008700 | 0.013107 | 0.996880 | |
25
+ | 3 | 0.002700 | 0.014081 | 0.997633 | |
26
+ | 4 | 0.001800 | 0.010666 | 0.997526 | |
27
+ | 5 | 0.000900 | 0.010800 | 0.998063 | |