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