czigopis commited on
Commit
2533069
1 Parent(s): 4b1e1e7

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -14,9 +14,12 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [nlpaueb/bert-base-greek-uncased-v1](https://huggingface.co/nlpaueb/bert-base-greek-uncased-v1) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.3297
18
- - Validation Loss: 0.5681
19
- - Epoch: 1
 
 
 
20
 
21
  ## Model description
22
 
@@ -40,10 +43,9 @@ The following hyperparameters were used during training:
40
 
41
  ### Training results
42
 
43
- | Train Loss | Validation Loss | Epoch |
44
- |:----------:|:---------------:|:-----:|
45
- | 0.5400 | 0.3599 | 0 |
46
- | 0.3297 | 0.5681 | 1 |
47
 
48
 
49
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [nlpaueb/bert-base-greek-uncased-v1](https://huggingface.co/nlpaueb/bert-base-greek-uncased-v1) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.5353
18
+ - Validation Loss: 0.3213
19
+ - Train Matthews Correlation: 0.7376
20
+ - Train F1: 0.8679
21
+ - Train Accuracy: 0.8688
22
+ - Epoch: 0
23
 
24
  ## Model description
25
 
 
43
 
44
  ### Training results
45
 
46
+ | Train Loss | Validation Loss | Train Matthews Correlation | Train F1 | Train Accuracy | Epoch |
47
+ |:----------:|:---------------:|:--------------------------:|:--------:|:--------------:|:-----:|
48
+ | 0.5353 | 0.3213 | 0.7376 | 0.8679 | 0.8688 | 0 |
 
49
 
50
 
51
  ### Framework versions
logs/train/events.out.tfevents.1713377342.635f15221149.1216.2.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7371aad0b127411c02030405b9b0dc1e523dbc5b17974c1aa253e89667b447b4
3
+ size 3578223
logs/train/events.out.tfevents.1713377947.635f15221149.1216.4.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86af547e3cc9844751adccc6c87ff2bce279914096769e1bbe5c9b8adaadfe2
3
+ size 3580410
logs/validation/events.out.tfevents.1713377444.635f15221149.1216.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e00c2625fd55b99ef9e2f66d95aeafa40b898a3c2be283d77eacd0b390c8bf7
3
+ size 543
logs/validation/events.out.tfevents.1713378055.635f15221149.1216.5.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d666f1de01bd0ca68f3fbfd000ebbb1b2ebdc97599709535111290dd7d6f5094
3
+ size 231
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a945f4c19c878b80a1202185e52b5df9a6a71dcf6067318118455294fec47b1f
3
  size 451979544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff3a3830b81a002306736d6aade37e76d3ece41f07db7b486c69007ca742014
3
  size 451979544
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "[PAD]"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,