lafarizo commited on
Commit
fb4b998
1 Parent(s): 5334690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -24,18 +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
- | Before Fine Tuning | Score |
28
- |---------------------------|-----------|
29
- | **Average BLEU Score** | 0.0116 |
30
- | **Average ROUGE-1 Score** | 0.0201 |
31
- | **Average ROUGE-2 Score** | 0.0009 |
32
- | **Average ROUGE-L Score** | 0.0201 |
33
- | **Exact Match Accuracy** | 0.0000 |
34
-
35
- | After Fine Tuning | Score |
36
- |---------------------------|-----------|
37
- | **Average BLEU Score** | 0.8833 |
38
- | **Average ROUGE-1 Score** | 0.9368 |
39
- | **Average ROUGE-2 Score** | 0.9027 |
40
- | **Average ROUGE-L Score** | 0.9344 |
41
- | **Exact Match Accuracy** | 0.6800 |
 
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 | Before Fine Tuning | After Fine Tuning |
29
+ |--------------------------|--------------------|-------------------|
30
+ | **Average BLEU Score** | 0.0116 | 0.8833 |
31
+ | **Average ROUGE-1 Score**| 0.0201 | 0.9368 |
32
+ | **Average ROUGE-2 Score**| 0.0009 | 0.9027 |
33
+ | **Average ROUGE-L Score**| 0.0201 | 0.9344 |
34
+ | **Exact Match Accuracy** | 0.0000 | 0.6800 |