Training in progress epoch 0
Browse files- README.md +9 -13
- config.json +2 -2
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [Rifky/IndoBERT-IndoLEM-QA](https://huggingface.co/Rifky/IndoBERT-IndoLEM-QA) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss:
|
| 18 |
-
- Validation Loss:
|
| 19 |
-
- Epoch:
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -35,23 +35,19 @@ More information needed
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
-
- 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': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-
|
| 39 |
- training_precision: float32
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
| Train Loss | Validation Loss | Epoch |
|
| 44 |
|:----------:|:---------------:|:-----:|
|
| 45 |
-
| 1.
|
| 46 |
-
| 1.1982 | 0.9672 | 1 |
|
| 47 |
-
| 0.9983 | 0.9804 | 2 |
|
| 48 |
-
| 0.8854 | 0.9944 | 3 |
|
| 49 |
-
| 0.8022 | 1.0033 | 4 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
| 53 |
|
| 54 |
-
- Transformers 4.27.
|
| 55 |
-
- TensorFlow 2.
|
| 56 |
-
- Datasets 2.
|
| 57 |
-
- Tokenizers 0.13.
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [Rifky/IndoBERT-IndoLEM-QA](https://huggingface.co/Rifky/IndoBERT-IndoLEM-QA) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 1.5935
|
| 18 |
+
- Validation Loss: 2.0725
|
| 19 |
+
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- 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': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-07, 'decay_steps': 82010, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
| 39 |
- training_precision: float32
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
| Train Loss | Validation Loss | Epoch |
|
| 44 |
|:----------:|:---------------:|:-----:|
|
| 45 |
+
| 1.5935 | 2.0725 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
| 49 |
|
| 50 |
+
- Transformers 4.27.4
|
| 51 |
+
- TensorFlow 2.12.0
|
| 52 |
+
- Datasets 2.11.0
|
| 53 |
+
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"classifier_dropout": null,
|
| 9 |
"eos_token_ids": 0,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
-
"hidden_dropout_prob": 0.
|
| 12 |
"hidden_size": 768,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 3072,
|
|
@@ -20,7 +20,7 @@
|
|
| 20 |
"output_past": true,
|
| 21 |
"pad_token_id": 0,
|
| 22 |
"position_embedding_type": "absolute",
|
| 23 |
-
"transformers_version": "4.27.
|
| 24 |
"type_vocab_size": 2,
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 31923
|
|
|
|
| 8 |
"classifier_dropout": null,
|
| 9 |
"eos_token_ids": 0,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.3,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 3072,
|
|
|
|
| 20 |
"output_past": true,
|
| 21 |
"pad_token_id": 0,
|
| 22 |
"position_embedding_type": "absolute",
|
| 23 |
+
"transformers_version": "4.27.4",
|
| 24 |
"type_vocab_size": 2,
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 31923
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440145872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80452bd193f0739bd0831a7a5bc7f97a90ffd783022534607d22b56eb8433d67
|
| 3 |
size 440145872
|