Update README.md
Browse files
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 |
-
|
25 |
- [Testing Data](https://huggingface.co/datasets/google/code_x_glue_cc_code_to_code_trans/viewer/default/test)
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
|
|
|
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 |
|