lafarizo commited on
Commit
5c5789c
·
verified ·
1 Parent(s): acc625a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
  # Code Translation v1
16
  Code Translation from Java to C#
17
 
18
- ### Model Sources
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 | Pre-Trained | Fine Tuned |
28
- |--------------------------|--------------------|-------------------|
29
- | **Average BLEU Score** | 0.0116 | 0.8833 |
30
- | **Average ROUGE-1 Score**| 0.0201 | 0.9368 |
31
- | **Average ROUGE-2 Score**| 0.0009 | 0.9027 |
32
- | **Average ROUGE-L Score**| 0.0201 | 0.9344 |
33
- | **Exact Match Accuracy** | 0.0000 | 0.6800 |
 
 
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% |