Commit
·
b2a59af
1
Parent(s):
4dbc1bc
Training in progress epoch 0
Browse files- README.md +5 -5
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -13,9 +13,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [dbernsohn/roberta-javascript](https://huggingface.co/dbernsohn/roberta-javascript) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Train Loss: 0.
|
| 17 |
-
- Validation Loss: 0.
|
| 18 |
-
- Train Accuracy: 0.
|
| 19 |
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
|
@@ -35,14 +35,14 @@ 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': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps':
|
| 39 |
- training_precision: float32
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 44 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 45 |
-
| 0.
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
|
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [dbernsohn/roberta-javascript](https://huggingface.co/dbernsohn/roberta-javascript) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Train Loss: 0.1409
|
| 17 |
+
- Validation Loss: 0.0865
|
| 18 |
+
- Train Accuracy: 0.9800
|
| 19 |
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
|
|
|
| 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': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 182, '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 | Train Accuracy | Epoch |
|
| 44 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 45 |
+
| 0.1409 | 0.0865 | 0.9800 | 0 |
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 333960056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:288a6fa377c833fc34d6d7bafa81543e5a8d6ddd504e9f8f61a4f0cf78512d70
|
| 3 |
size 333960056
|