Training in progress epoch 0
Browse files- README.md +5 -14
- tf_model.h5 +2 -2
- tokenizer.json +1 -6
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 [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss:
|
| 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 |
-
|
|
| 48 |
-
| 0.4754 | 0.8086 | 0.76 | 1 |
|
| 49 |
-
| 0.3786 | 0.8021 | 0.7778 | 2 |
|
| 50 |
-
| 0.3192 | 0.7830 | 0.7867 | 3 |
|
| 51 |
-
| 0.2721 | 0.7740 | 0.7911 | 4 |
|
| 52 |
-
| 0.2527 | 0.7762 | 0.8 | 5 |
|
| 53 |
-
| 0.2508 | 0.7762 | 0.8 | 6 |
|
| 54 |
-
| 0.2548 | 0.7762 | 0.8 | 7 |
|
| 55 |
-
| 0.2512 | 0.7762 | 0.8 | 8 |
|
| 56 |
-
| 0.2530 | 0.7762 | 0.8 | 9 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 1.3876
|
| 19 |
+
- Validation Loss: 1.1603
|
| 20 |
+
- Train Accuracy: 0.6667
|
| 21 |
+
- Epoch: 0
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
+
| 1.3876 | 1.1603 | 0.6667 | 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:b5e72862b2ca4dbaf0672788741871574661d7e957e064652e168d53e7a998fb
|
| 3 |
+
size 541452232
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|