imrazaa/distilbert-base-multilingual-cased-en
Browse files- README.md +15 -8
- config.json +18 -18
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: distilbert-base-multilingual-cased-en
|
| 11 |
results: []
|
|
@@ -16,10 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# distilbert-base-multilingual-cased-en
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
|
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -48,11 +50,16 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
-
| Training Loss | Epoch
|
| 52 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
- f1
|
| 10 |
model-index:
|
| 11 |
- name: distilbert-base-multilingual-cased-en
|
| 12 |
results: []
|
|
|
|
| 17 |
|
| 18 |
# distilbert-base-multilingual-cased-en
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.3298
|
| 23 |
+
- Accuracy: 0.8909
|
| 24 |
+
- F1: 0.8908
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
+
| 0.7829 | 0.3524 | 500 | 0.4586 | 0.8596 | 0.8473 |
|
| 56 |
+
| 0.4282 | 0.7047 | 1000 | 0.3733 | 0.8759 | 0.8709 |
|
| 57 |
+
| 0.3631 | 1.0571 | 1500 | 0.3518 | 0.8826 | 0.8810 |
|
| 58 |
+
| 0.3082 | 1.4094 | 2000 | 0.3330 | 0.8854 | 0.8827 |
|
| 59 |
+
| 0.2862 | 1.7618 | 2500 | 0.3304 | 0.8890 | 0.8885 |
|
| 60 |
+
| 0.2545 | 2.1142 | 3000 | 0.3342 | 0.8901 | 0.8887 |
|
| 61 |
+
| 0.2307 | 2.4665 | 3500 | 0.3298 | 0.8909 | 0.8908 |
|
| 62 |
+
| 0.2246 | 2.8189 | 4000 | 0.3253 | 0.8907 | 0.8910 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
config.json
CHANGED
|
@@ -9,27 +9,27 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "LABEL_0",
|
| 13 |
+
"1": "LABEL_1",
|
| 14 |
+
"2": "LABEL_2",
|
| 15 |
+
"3": "LABEL_3",
|
| 16 |
+
"4": "LABEL_4",
|
| 17 |
+
"5": "LABEL_5",
|
| 18 |
+
"6": "LABEL_6",
|
| 19 |
+
"7": "LABEL_7",
|
| 20 |
+
"8": "LABEL_8"
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
| 24 |
+
"LABEL_0": 0,
|
| 25 |
+
"LABEL_1": 1,
|
| 26 |
+
"LABEL_2": 2,
|
| 27 |
+
"LABEL_3": 3,
|
| 28 |
+
"LABEL_4": 4,
|
| 29 |
+
"LABEL_5": 5,
|
| 30 |
+
"LABEL_6": 6,
|
| 31 |
+
"LABEL_7": 7,
|
| 32 |
+
"LABEL_8": 8
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 541338908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1300f6f2b847e3d150c0d54b922084b122d559dcd08ca741a5412f43facf9817
|
| 3 |
size 541338908
|
training_args.bin
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:95e5dbe2b9175c50e91ec24f3eade556279c9d5418ba8ac10585e879e75b1201
|
| 3 |
+
size 5112
|