d1mitriz
commited on
Commit
·
4943488
1
Parent(s):
09e2ea9
Final trained model after 6 epochs
Browse files- .gitignore +4 -1
- README.md +72 -0
- pytorch_model.bin +1 -1
.gitignore
CHANGED
@@ -7,4 +7,7 @@
|
|
7 |
/scheduler.pt
|
8 |
/optimizer.pt
|
9 |
/checkpoint-230500-loss-1.2531
|
10 |
-
/checkpoint-263500-loss-1.2217
|
|
|
|
|
|
|
|
7 |
/scheduler.pt
|
8 |
/optimizer.pt
|
9 |
/checkpoint-230500-loss-1.2531
|
10 |
+
/checkpoint-263500-loss-1.2217
|
11 |
+
|
12 |
+
checkpoint-300500/
|
13 |
+
tmp/
|
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
26 |
+
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 |
+
|
35 |
+
## Model description
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Intended uses & limitations
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training and evaluation data
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training procedure
|
48 |
+
|
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
|
55 |
+
- seed: 42
|
56 |
+
- gradient_accumulation_steps: 8
|
57 |
+
- total_train_batch_size: 64
|
58 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
+
- lr_scheduler_type: linear
|
60 |
+
- lr_scheduler_warmup_ratio: 0.1
|
61 |
+
- num_epochs: 6.0
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.28.0.dev0
|
70 |
+
- Pytorch 2.0.0+cu118
|
71 |
+
- Datasets 2.11.0
|
72 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 600280789
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6f3751353b580326df0f6115104865f2ffdaf09bf1ebcab4e65d0a0cd91578d
|
3 |
size 600280789
|