Training in progress epoch 0
Browse files- README.md +9 -5
- config.json +1 -1
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -3,18 +3,19 @@ license: apache-2.0
|
|
| 3 |
tags:
|
| 4 |
- generated_from_keras_callback
|
| 5 |
model-index:
|
| 6 |
-
- name: tf-bert-finetuned-squad
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 11 |
probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
-
# tf-bert-finetuned-squad
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [bert-
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -33,11 +34,14 @@ More information needed
|
|
| 33 |
### Training hyperparameters
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
| 36 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 16635, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
| 37 |
- training_precision: mixed_float16
|
| 38 |
|
| 39 |
### Training results
|
| 40 |
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
### Framework versions
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_keras_callback
|
| 5 |
model-index:
|
| 6 |
+
- name: peterhsu/tf-bert-finetuned-squad
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 11 |
probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
+
# peterhsu/tf-bert-finetuned-squad
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [peterhsu/tf-bert-finetuned-squad](https://huggingface.co/peterhsu/tf-bert-finetuned-squad) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 1.2652
|
| 18 |
+
- Epoch: 0
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 34 |
### Training hyperparameters
|
| 35 |
|
| 36 |
The following hyperparameters were used during training:
|
| 37 |
+
- optimizer: {'inner_optimizer': {'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 16635, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
|
| 38 |
- training_precision: mixed_float16
|
| 39 |
|
| 40 |
### Training results
|
| 41 |
|
| 42 |
+
| Train Loss | Epoch |
|
| 43 |
+
|:----------:|:-----:|
|
| 44 |
+
| 1.2652 | 0 |
|
| 45 |
|
| 46 |
|
| 47 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "bert-
|
| 3 |
"architectures": [
|
| 4 |
"BertForQuestionAnswering"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "peterhsu/tf-bert-finetuned-squad",
|
| 3 |
"architectures": [
|
| 4 |
"BertForQuestionAnswering"
|
| 5 |
],
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22140715c9dae9e95bec1e0a9d4ccbfbe4683cea027a08c1e50217731e19d3dd
|
| 3 |
+
size 431158288
|