lafarizo commited on
Commit
8a330bf
·
verified ·
1 Parent(s): 1866f2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -21,5 +21,14 @@ Code Translation from Java to C#
21
  ### Dataset
22
  - **Repository:** [google/code_x_glue_cc_code_to_code_trans](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans)
23
 
24
- #### Testing Data
25
  - [Testing Data](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans/viewer/default/test)
 
 
 
 
 
 
 
 
 
 
21
  ### Dataset
22
  - **Repository:** [google/code_x_glue_cc_code_to_code_trans](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans)
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
+ | Metric | Base Model | Fine Tuned |
29
+ |-------------------------- |--------------------|-------------------|
30
+ | **Average BLEU Score** | 0.3855 | 0.8682 |
31
+ | **Average ROUGE-1 Score** | 0.5994 | 0.9311 |
32
+ | **Average ROUGE-2 Score** | 0.4474 | 0.8749 |
33
+ | **Average ROUGE-L Score** | 0.5914 | 0.9254 |
34
+ | **Exact Match Accuracy** | 0.0000 | 0.5800 |