lafarizo commited on
Commit
2e66223
·
verified ·
1 Parent(s): c104f91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -14
README.md CHANGED
@@ -21,21 +21,25 @@ 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)
26
 
27
- #### Model Evaluation
28
 
29
- Before Fine Tuning :
30
- - Average BLEU Score: 0.011636114254821745
31
- - Average ROUGE-1 Score: 0.02005944495992147
32
- - Average ROUGE-2 Score: 0.0008888888888888888
33
- - Average ROUGE-L Score: 0.02005944495992147
34
- - Exact Match Accuracy: 0.0000
 
 
35
 
36
- After Fine Tuning :
37
- - Average BLEU Score: 0.8832611394373109
38
- - Average ROUGE-1 Score: 0.9367542484054554
39
- - Average ROUGE-2 Score: 0.902736962491288
40
- - Average ROUGE-L Score: 0.9343546480058551
41
- - Exact Match Accuracy: 0.6800
 
 
 
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
 
29
+ ### Sebelum Fine Tuning
30
+ | Metric | Score |
31
+ |------------------------|-------------------|
32
+ | Average BLEU Score | 0.0116 |
33
+ | Average ROUGE-1 Score | 0.0201 |
34
+ | Average ROUGE-2 Score | 0.0009 |
35
+ | Average ROUGE-L Score | 0.0201 |
36
+ | Exact Match Accuracy | 0.0000 |
37
 
38
+ ### Setelah Fine Tuning
39
+ | Metric | Score |
40
+ |------------------------|-------------------|
41
+ | Average BLEU Score | 0.8833 |
42
+ | Average ROUGE-1 Score | 0.9368 |
43
+ | Average ROUGE-2 Score | 0.9027 |
44
+ | Average ROUGE-L Score | 0.9344 |
45
+ | Exact Match Accuracy | 0.6800 |