SushantGautam
commited on
Commit
·
3738e8e
1
Parent(s):
b754ece
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: CodeGeneration
|
7 |
results: []
|
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# CodeGeneration
|
14 |
|
15 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: CodeGeneration
|
9 |
results: []
|
|
|
15 |
# CodeGeneration
|
16 |
|
17 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.5020
|
20 |
+
- Accuracy: 0.4444
|
21 |
|
22 |
## Model description
|
23 |
|