Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ widget:
|
|
| 15 |
# Code Translation v1
|
| 16 |
Code Translation from Java to C#
|
| 17 |
|
| 18 |
-
### Model
|
| 19 |
- **Repository:** [michaelnath/dummy_code_to_code_model](https://huggingface.co/michaelnath/dummy_code_to_code_model)
|
| 20 |
|
| 21 |
### Dataset
|
|
@@ -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 |
-
| **Average BLEU Score**
|
| 30 |
-
| **Average ROUGE-1 Score
|
| 31 |
-
| **Average ROUGE-2 Score
|
| 32 |
-
| **Average ROUGE-L Score
|
| 33 |
-
| **Exact Match Accuracy**
|
|
|
|
|
|
| 15 |
# Code Translation v1
|
| 16 |
Code Translation from Java to C#
|
| 17 |
|
| 18 |
+
### Base Model
|
| 19 |
- **Repository:** [michaelnath/dummy_code_to_code_model](https://huggingface.co/michaelnath/dummy_code_to_code_model)
|
| 20 |
|
| 21 |
### Dataset
|
|
|
|
| 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 |
+
| **Average BLEU Score** | 1.18% | 87.82% |
|
| 30 |
+
| **Average ROUGE-1 Score** | 2.55% | 93.87% |
|
| 31 |
+
| **Average ROUGE-2 Score** | 0.56% | 90.17% |
|
| 32 |
+
| **Average ROUGE-L Score** | 2.55% | 63% |
|
| 33 |
+
| **Exact Match Accuracy** | 0% | 0.6800 |
|
| 34 |
+
| **Mutation-Based Translation Score** | 52% | 43% |
|