BeardedJohn
commited on
Commit
•
ea484cd
1
Parent(s):
9f9cc71
Upload TFBertForTokenClassification
Browse files- README.md +1 -1
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -33,7 +33,7 @@ More information needed
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
-
- optimizer: {'
|
37 |
- training_precision: mixed_float16
|
38 |
|
39 |
### Training results
|
|
|
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': 128, '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
|
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:98ba1986e68712b706b2662400aecebf612fc99415a2bb07414b67b421585c0a
|
3 |
+
size 431179820
|