kiddothe2b
commited on
Commit
•
1842269
1
Parent(s):
834e22d
update model card README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,24 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
model-index:
|
7 |
- name: longformer-replicated-pos-encodings-4096-2L
|
8 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,9 +26,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# longformer-replicated-pos-encodings-4096-2L
|
15 |
|
16 |
-
This model
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
19 |
- Accuracy: 0.6366
|
20 |
|
21 |
## Model description
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- c4
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: longformer-replicated-pos-encodings-4096-2L
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Masked Language Modeling
|
13 |
+
type: fill-mask
|
14 |
+
dataset:
|
15 |
+
name: c4 en
|
16 |
+
type: c4
|
17 |
+
args: en
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.6366230517315061
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# longformer-replicated-pos-encodings-4096-2L
|
28 |
|
29 |
+
This model is a fine-tuned version of [data/models/longformer-replicated-pos-encodings-4096](https://huggingface.co/data/models/longformer-replicated-pos-encodings-4096) on the c4 en dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 1.9437
|
32 |
- Accuracy: 0.6366
|
33 |
|
34 |
## Model description
|