Update README.md
Browse files
README.md
CHANGED
@@ -24,10 +24,11 @@ Code Translation from Java to C#
|
|
24 |
### Testing Data
|
25 |
- [Testing Data](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans/viewer/default/test)
|
26 |
|
27 |
-
| Metric
|
28 |
-
|
29 |
-
| **
|
30 |
-
| **
|
31 |
-
| **
|
32 |
-
| **
|
33 |
-
| **Exact Match Accuracy**
|
|
|
|
24 |
### Testing Data
|
25 |
- [Testing Data](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans/viewer/default/test)
|
26 |
|
27 |
+
| Metric | Pre-Trained | Fine Tuned |
|
28 |
+
|------------------------------------------|--------------------|-------------------|
|
29 |
+
| **BLEU Score** | 38.73% | 85.42% |
|
30 |
+
| **ROUGE-1 Score** | 60.56% | 91.70% |
|
31 |
+
| **ROUGE-2 Score** | 46.34% | 87.64% |
|
32 |
+
| **ROUGE-L Score** | 60.08% | 91.43% |
|
33 |
+
| **Exact Match Accuracy** | 0% | 56% |
|
34 |
+
| **Mutation-Based Translation Score** | 52% | 47% |
|