update model card README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ 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: validation
|
@@ -21,7 +21,7 @@ model-index:
|
|
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 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# mobilebert_add_pre-training-complete
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the wikitext dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss:
|
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 |
config: wikitext-103-raw-v1
|
19 |
split: validation
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.46066022044935584
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# mobilebert_add_pre-training-complete
|
31 |
|
32 |
+
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the wikitext wikitext-103-raw-v1 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.9849
|
35 |
+
- Accuracy: 0.4607
|
36 |
|
37 |
## Model description
|
38 |
|