lafarizo commited on
Commit
c104f91
1 Parent(s): 58fec06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -23,3 +23,19 @@ Code Translation from Java to C#
23
 
24
  #### Testing Data
25
  - [Testing Data](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans/viewer/default/test)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  #### Testing Data
25
  - [Testing Data](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans/viewer/default/test)
26
+
27
+ #### Model Evaluation
28
+
29
+ Before Fine Tuning :
30
+ - Average BLEU Score: 0.011636114254821745
31
+ - Average ROUGE-1 Score: 0.02005944495992147
32
+ - Average ROUGE-2 Score: 0.0008888888888888888
33
+ - Average ROUGE-L Score: 0.02005944495992147
34
+ - Exact Match Accuracy: 0.0000
35
+
36
+ After Fine Tuning :
37
+ - Average BLEU Score: 0.8832611394373109
38
+ - Average ROUGE-1 Score: 0.9367542484054554
39
+ - Average ROUGE-2 Score: 0.902736962491288
40
+ - Average ROUGE-L Score: 0.9343546480058551
41
+ - Exact Match Accuracy: 0.6800