Commit ·
d4ab9e6
1
Parent(s): 8256aa8
Training in progress epoch 0
Browse files- README.md +5 -5
- tf_model.h5 +2 -2
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 [distilbert-base-german-cased](https://huggingface.co/distilbert-base-german-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Validation Loss: 0.
|
| 19 |
-
- Train Accuracy: 0.
|
| 20 |
- Epoch: 0
|
| 21 |
|
| 22 |
## Model description
|
|
@@ -36,14 +36,14 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
- optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
-
| 0.
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-german-cased](https://huggingface.co/distilbert-base-german-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.7433
|
| 18 |
+
- Validation Loss: 0.7673
|
| 19 |
+
- Train Accuracy: 0.3333
|
| 20 |
- Epoch: 0
|
| 21 |
|
| 22 |
## Model description
|
|
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
+
- optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.00032, 'decay_steps': 12, '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}
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
+
| 0.7433 | 0.7673 | 0.3333 | 0 |
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
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:99ca606ef4c71b4657a6ead4a7c54e184157833e4814af4f7ef95dd6bd650abf
|
| 3 |
+
size 269738152
|