Training in progress epoch 0
Browse files- README.md +5 -14
- tf_model.h5 +2 -2
- tokenizer_config.json +4 -0
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [ayshi/basic_distil](https://huggingface.co/ayshi/basic_distil) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss:
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -44,16 +44,7 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
-
| 0.
|
| 48 |
-
| 0.2309 | 0.9458 | 0.7156 | 1 |
|
| 49 |
-
| 0.1663 | 0.9184 | 0.7556 | 2 |
|
| 50 |
-
| 0.1142 | 0.8916 | 0.7511 | 3 |
|
| 51 |
-
| 0.0864 | 0.9570 | 0.7733 | 4 |
|
| 52 |
-
| 0.0658 | 0.9529 | 0.7778 | 5 |
|
| 53 |
-
| 0.0522 | 0.9422 | 0.7822 | 6 |
|
| 54 |
-
| 0.0423 | 0.9622 | 0.7867 | 7 |
|
| 55 |
-
| 0.0376 | 0.9713 | 0.7867 | 8 |
|
| 56 |
-
| 0.0347 | 0.9729 | 0.7867 | 9 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [ayshi/basic_distil](https://huggingface.co/ayshi/basic_distil) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.0683
|
| 19 |
+
- Validation Loss: 1.0267
|
| 20 |
+
- Train Accuracy: 0.7422
|
| 21 |
+
- Epoch: 0
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
+
| 0.0683 | 1.0267 | 0.7422 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### 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:37ca84008368ee2cc876eb5b2db720cd242a413332e3bee39ee68075665b0859
|
| 3 |
+
size 541452232
|
tokenizer_config.json
CHANGED
|
@@ -52,11 +52,15 @@
|
|
| 52 |
"cls_token": "[CLS]",
|
| 53 |
"do_lower_case": false,
|
| 54 |
"mask_token": "[MASK]",
|
|
|
|
| 55 |
"model_max_length": 512,
|
| 56 |
"pad_token": "[PAD]",
|
| 57 |
"sep_token": "[SEP]",
|
|
|
|
| 58 |
"strip_accents": null,
|
| 59 |
"tokenize_chinese_chars": true,
|
| 60 |
"tokenizer_class": "DistilBertTokenizer",
|
|
|
|
|
|
|
| 61 |
"unk_token": "[UNK]"
|
| 62 |
}
|
|
|
|
| 52 |
"cls_token": "[CLS]",
|
| 53 |
"do_lower_case": false,
|
| 54 |
"mask_token": "[MASK]",
|
| 55 |
+
"max_length": 512,
|
| 56 |
"model_max_length": 512,
|
| 57 |
"pad_token": "[PAD]",
|
| 58 |
"sep_token": "[SEP]",
|
| 59 |
+
"stride": 0,
|
| 60 |
"strip_accents": null,
|
| 61 |
"tokenize_chinese_chars": true,
|
| 62 |
"tokenizer_class": "DistilBertTokenizer",
|
| 63 |
+
"truncation_side": "right",
|
| 64 |
+
"truncation_strategy": "longest_first",
|
| 65 |
"unk_token": "[UNK]"
|
| 66 |
}
|