Training in progress epoch 0
Browse files- README.md +9 -10
- tf_model.h5 +1 -1
- tokenizer.json +1 -6
README.md
CHANGED
|
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss:
|
| 18 |
-
- Train End Logits Accuracy: 0.
|
| 19 |
-
- Train Start Logits Accuracy: 0.
|
| 20 |
-
- Validation Loss: 1.
|
| 21 |
-
- Validation End Logits Accuracy: 0.
|
| 22 |
-
- Validation Start Logits Accuracy: 0.
|
| 23 |
-
- Epoch:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -39,15 +39,14 @@ More information needed
|
|
| 39 |
### Training hyperparameters
|
| 40 |
|
| 41 |
The following hyperparameters were used during training:
|
| 42 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate':
|
| 43 |
- training_precision: mixed_float16
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
| 48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
| 49 |
-
| 1.
|
| 50 |
-
| 0.7317 | 0.7896 | 0.7527 | 1.1469 | 0.7060 | 0.6706 | 1 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 1.7468
|
| 18 |
+
- Train End Logits Accuracy: 0.5488
|
| 19 |
+
- Train Start Logits Accuracy: 0.5204
|
| 20 |
+
- Validation Loss: 1.2282
|
| 21 |
+
- Validation End Logits Accuracy: 0.6706
|
| 22 |
+
- Validation Start Logits Accuracy: 0.6367
|
| 23 |
+
- Epoch: 0
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 39 |
### Training hyperparameters
|
| 40 |
|
| 41 |
The following hyperparameters were used during training:
|
| 42 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 25124, '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.001}
|
| 43 |
- training_precision: mixed_float16
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
| 48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
| 49 |
+
| 1.7468 | 0.5488 | 0.5204 | 1.2282 | 0.6706 | 0.6367 | 0 |
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 260895720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:720a79aebd6f6f387260046de42afca1e2283b25f06d76c266de13acac3f7975
|
| 3 |
size 260895720
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 100,
|
| 6 |
-
"strategy": "OnlySecond",
|
| 7 |
-
"stride": 50
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|