Training in progress epoch 0
Browse files
README.md
CHANGED
@@ -14,11 +14,11 @@ 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.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Train Matthews Correlation: 0.
|
20 |
-
- Train F1: 0.
|
21 |
-
- Train Accuracy: 0.
|
22 |
- Epoch: 0
|
23 |
|
24 |
## Model description
|
@@ -38,19 +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': 1e-05, 'decay_steps':
|
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.
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.
|
54 |
- TensorFlow 2.15.0
|
55 |
-
- Datasets 2.19.
|
56 |
-
- Tokenizers 0.
|
|
|
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.6338
|
18 |
+
- Validation Loss: 0.5099
|
19 |
+
- Train Matthews Correlation: 0.5313
|
20 |
+
- Train F1: 0.7560
|
21 |
+
- Train Accuracy: 0.7642
|
22 |
- Epoch: 0
|
23 |
|
24 |
## Model description
|
|
|
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': 9805, '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.6338 | 0.5099 | 0.5313 | 0.7560 | 0.7642 | 0 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
+
- Transformers 4.40.2
|
54 |
- TensorFlow 2.15.0
|
55 |
+
- Datasets 2.19.1
|
56 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"output_past": true,
|
27 |
"pad_token_id": 0,
|
28 |
"position_embedding_type": "absolute",
|
29 |
-
"transformers_version": "4.
|
30 |
"type_vocab_size": 2,
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 35000
|
|
|
26 |
"output_past": true,
|
27 |
"pad_token_id": 0,
|
28 |
"position_embedding_type": "absolute",
|
29 |
+
"transformers_version": "4.40.2",
|
30 |
"type_vocab_size": 2,
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 35000
|
logs/train/events.out.tfevents.1716130157.4b0d0dc2f2b4.3485.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:647aa61aa9f3253ddafd75ef73d9b68d6faeafd419c47acdde6dd629cc5c915c
|
3 |
+
size 3541055
|
logs/validation/events.out.tfevents.1716130290.4b0d0dc2f2b4.3485.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3034a9b6691d446edb54ba253f46f3dd2f99bee323141efa34d08733426c007
|
3 |
+
size 231
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 451979544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8a9a096e33afe42a3156d447eb0c8d9cd96d7c25bde463ef655276a3907d16e
|
3 |
size 451979544
|