kiddothe2b commited on
Commit
96d75a1
1 Parent(s): e584303

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,11 +1,24 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  metrics:
5
  - accuracy
6
  model-index:
7
  - name: longformer-predicted-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,10 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # longformer-predicted-pos-encodings-4096-2L
15
 
16
- This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.0203
19
- - Accuracy: 0.6238
20
 
21
  ## Model description
22
 
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ datasets:
5
+ - c4
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: longformer-predicted-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.6237216312108128
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  # longformer-predicted-pos-encodings-4096-2L
28
 
29
+ This model is a fine-tuned version of [data/models/longformer-predicted-pos-encodings-4096](https://huggingface.co/data/models/longformer-predicted-pos-encodings-4096) on the c4 en dataset.
30
  It achieves the following results on the evaluation set:
31
+ - Loss: 2.0208
32
+ - Accuracy: 0.6237
33
 
34
  ## Model description
35