lafarizo commited on
Commit
024139a
·
verified ·
1 Parent(s): e8263da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
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 | Pre-Trained | Fine Tuned |
28
- |-------------------------- |--------------------|-------------------|
29
- | **Average BLEU Score** | 0.3855 | 0.8682 |
30
- | **Average ROUGE-1 Score** | 0.5994 | 0.9311 |
31
- | **Average ROUGE-2 Score** | 0.4474 | 0.8749 |
32
- | **Average ROUGE-L Score** | 0.5914 | 0.9254 |
33
- | **Exact Match Accuracy** | 0.0000 | 0.5800 |
 
 
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% |