czigopis commited on
Commit
1b0f93b
1 Parent(s): 535880d

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -14,12 +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.3070
18
- - Validation Loss: 0.3335
19
- - Train Matthews Correlation: 0.6995
20
- - Train F1: 0.8446
21
- - Train Accuracy: 0.8493
22
- - Epoch: 1
23
 
24
  ## Model description
25
 
@@ -38,20 +38,19 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 3922, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
42
  - training_precision: float32
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
- | 0.3070 | 0.3335 | 0.6995 | 0.8446 | 0.8493 | 1 |
50
 
51
 
52
  ### Framework versions
53
 
54
  - Transformers 4.38.2
55
  - TensorFlow 2.15.0
56
- - Datasets 2.18.0
57
  - Tokenizers 0.15.2
 
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.6131
18
+ - Validation Loss: 0.4901
19
+ - Train Matthews Correlation: 0.5370
20
+ - Train F1: 0.7500
21
+ - Train Accuracy: 0.7660
22
+ - Epoch: 0
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 3922, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
42
  - training_precision: float32
43
 
44
  ### Training results
45
 
46
  | Train Loss | Validation Loss | Train Matthews Correlation | Train F1 | Train Accuracy | Epoch |
47
  |:----------:|:---------------:|:--------------------------:|:--------:|:--------------:|:-----:|
48
+ | 0.6131 | 0.4901 | 0.5370 | 0.7500 | 0.7660 | 0 |
 
49
 
50
 
51
  ### Framework versions
52
 
53
  - Transformers 4.38.2
54
  - TensorFlow 2.15.0
55
+ - Datasets 2.19.0
56
  - Tokenizers 0.15.2
logs/train/events.out.tfevents.1713614993.848805f9c3bb.158.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc19d06e924b3f6a3a048b2eb76bbfa78801b99f22e106a6c52d9eef67bb1c0
3
+ size 3541055
logs/validation/events.out.tfevents.1713615114.848805f9c3bb.158.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6b4bac212e4f797cf69b2006df04c2d3bf3879eadd43ad55c15e849599c42d6
3
+ size 231
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:778887451506464ef035876e140b47a6712bfc72294d061d99e618a5cff9cc0f
3
  size 451979544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935b1fbdea39b5219575ea33f425130570b0763b9ab24cf3125efd6c9818ed44
3
  size 451979544
tokenizer.json CHANGED
@@ -1,14 +1,7 @@
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,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,