d1mitriz commited on
Commit
13361ad
1 Parent(s): 4943488

Fixed model card

Browse files
Files changed (1) hide show
  1. README.md +22 -20
README.md CHANGED
@@ -1,25 +1,27 @@
1
  ---
 
 
2
  tags:
3
- - generated_from_trainer
 
4
  datasets:
5
- - dataset/wiki_oscar_combined_normalized_uncased
6
  metrics:
7
- - accuracy
8
  model-index:
9
- - name: greek-longformer-base-4096-uncased
10
- results:
11
- - task:
12
- name: Masked Language Modeling
13
- type: fill-mask
14
- dataset:
15
- name: dataset/wiki_oscar_combined_normalized_uncased
16
- type: dataset/wiki_oscar_combined_normalized_uncased
17
- config: null
18
- split: None
19
- metrics:
20
- - name: Accuracy
21
- type: accuracy
22
- value: 0.7765486725663717
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,8 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  # greek-longformer-base-4096-uncased
29
 
30
- This model is a fine-tuned version of [](https://huggingface.co/) on the dataset/wiki_oscar_combined_normalized_uncased dataset.
31
  It achieves the following results on the evaluation set:
 
32
  - Loss: 1.1080
33
  - Accuracy: 0.7765
34
 
@@ -49,6 +52,7 @@ More information needed
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
 
52
  - learning_rate: 5e-05
53
  - train_batch_size: 8
54
  - eval_batch_size: 8
@@ -62,8 +66,6 @@ The following hyperparameters were used during training:
62
 
63
  ### Training results
64
 
65
-
66
-
67
  ### Framework versions
68
 
69
  - Transformers 4.28.0.dev0
 
1
  ---
2
+ language:
3
+ - el
4
  tags:
5
+ - text
6
+ - language-modeling
7
  datasets:
8
+ - dataset/wiki_oscar_combined_normalized_uncased
9
  metrics:
10
+ - accuracy
11
  model-index:
12
+ - name: greek-longformer-base-4096-uncased
13
+ results:
14
+ - task:
15
+ name: Masked Language Modeling
16
+ type: fill-mask
17
+ dataset:
18
+ name: dataset/wiki_oscar_combined_normalized_uncased
19
+ type: dataset/wiki_oscar_combined_normalized_uncased
20
+ split: None
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.7765486725663717
 
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # greek-longformer-base-4096-uncased
31
 
32
+ This model is a Longformer model version based on [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) trained on the dataset/wiki_oscar_combined_normalized_uncased dataset from scratch.
33
  It achieves the following results on the evaluation set:
34
+
35
  - Loss: 1.1080
36
  - Accuracy: 0.7765
37
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+
56
  - learning_rate: 5e-05
57
  - train_batch_size: 8
58
  - eval_batch_size: 8
 
66
 
67
  ### Training results
68
 
 
 
69
  ### Framework versions
70
 
71
  - Transformers 4.28.0.dev0