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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,12 +21,12 @@ 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
- ### Sebelum Fine Tuning
30
  | Metric | Score |
31
  |------------------------|-------------------|
32
  | Average BLEU Score | 0.0116 |
@@ -35,7 +35,7 @@ Code Translation from Java to C#
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 |
 
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
  | Metric | Score |
31
  |------------------------|-------------------|
32
  | Average BLEU Score | 0.0116 |
 
35
  | Average ROUGE-L Score | 0.0201 |
36
  | Exact Match Accuracy | 0.0000 |
37
 
38
+ After Fine Tuning
39
  | Metric | Score |
40
  |------------------------|-------------------|
41
  | Average BLEU Score | 0.8833 |