aidan-o-brien
commited on
Commit
•
99fb15f
1
Parent(s):
7987373
Epoch one complete.
Browse files- README.md +6 -2
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,7 +14,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
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: None
|
37 |
- training_precision: float32
|
38 |
|
39 |
### Training results
|
40 |
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 2.5570
|
18 |
+
- Epoch: 0
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 5539, '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-07, 'amsgrad': False}
|
38 |
- training_precision: float32
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
+
| Train Loss | Epoch |
|
43 |
+
|:----------:|:-----:|
|
44 |
+
| 2.5570 | 0 |
|
45 |
|
46 |
|
47 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 44417752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:377d9f76de5dcd25ac880516b847d360bbc2a8396db37ba419daf43a58b42301
|
3 |
size 44417752
|