Training in progress epoch 0
Browse files- README.md +6 -6
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,8 +14,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 3.
|
| 18 |
-
- Validation Loss: 2.
|
| 19 |
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
|
@@ -35,19 +35,19 @@ More information needed
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
-
- optimizer: {'name': 'Adam', '
|
| 39 |
- training_precision: float32
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
| Train Loss | Validation Loss | Epoch |
|
| 44 |
|:----------:|:---------------:|:-----:|
|
| 45 |
-
| 3.
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
| 49 |
|
| 50 |
-
- Transformers 4.29.
|
| 51 |
-
- TensorFlow 2.
|
| 52 |
- Datasets 2.12.0
|
| 53 |
- Tokenizers 0.13.3
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 3.4823
|
| 18 |
+
- Validation Loss: 2.2787
|
| 19 |
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- optimizer: {'name': 'Adam', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 500, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, '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 | Epoch |
|
| 44 |
|:----------:|:---------------:|:-----:|
|
| 45 |
+
| 3.4823 | 2.2787 | 0 |
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
| 49 |
|
| 50 |
+
- Transformers 4.29.1
|
| 51 |
+
- TensorFlow 2.13.0-rc0
|
| 52 |
- Datasets 2.12.0
|
| 53 |
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -18,6 +18,6 @@
|
|
| 18 |
"seq_classif_dropout": 0.2,
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
| 21 |
-
"transformers_version": "4.29.
|
| 22 |
"vocab_size": 30522
|
| 23 |
}
|
|
|
|
| 18 |
"seq_classif_dropout": 0.2,
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
| 21 |
+
"transformers_version": "4.29.1",
|
| 22 |
"vocab_size": 30522
|
| 23 |
}
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265583592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:871cd241af38f258af4487aad7644e968502c3453277c86bd33016a387cb9a27
|
| 3 |
size 265583592
|