update model card README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,13 @@ model-index:
|
|
13 |
name: Masked Language Modeling
|
14 |
type: fill-mask
|
15 |
dataset:
|
16 |
-
name: wikitext
|
17 |
type: wikitext
|
18 |
args: wikitext-2-raw-v1
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,10 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
# wikitext_roberta-base
|
29 |
|
30 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the wikitext dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 1.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
13 |
name: Masked Language Modeling
|
14 |
type: fill-mask
|
15 |
dataset:
|
16 |
+
name: wikitext wikitext-2-raw-v1
|
17 |
type: wikitext
|
18 |
args: wikitext-2-raw-v1
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.7371052344006119
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# wikitext_roberta-base
|
29 |
|
30 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the wikitext wikitext-2-raw-v1 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 1.2143
|
33 |
+
- Accuracy: 0.7371
|
34 |
|
35 |
## Model description
|
36 |
|