End of training
Browse files- README.md +22 -0
- config.json +1 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: distilbert/distilbert-base-multilingual-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: distilbert-lang-detect
|
8 |
results: []
|
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# distilbert-lang-detect
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -41,6 +52,17 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 5
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.39.2
|
|
|
3 |
base_model: distilbert/distilbert-base-multilingual-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
model-index:
|
12 |
- name: distilbert-lang-detect
|
13 |
results: []
|
|
|
19 |
# distilbert-lang-detect
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1215
|
24 |
+
- Accuracy: 0.9720
|
25 |
+
- F1: 0.9720
|
26 |
+
- Precision: 0.9720
|
27 |
+
- Recall: 0.9720
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
52 |
- lr_scheduler_type: linear
|
53 |
- num_epochs: 5
|
54 |
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| 0.1022 | 1.0 | 14547 | 0.0924 | 0.9703 | 0.9703 | 0.9703 | 0.9703 |
|
60 |
+
| 0.0783 | 2.0 | 29094 | 0.0924 | 0.9704 | 0.9704 | 0.9705 | 0.9704 |
|
61 |
+
| 0.0646 | 3.0 | 43641 | 0.1096 | 0.9724 | 0.9724 | 0.9725 | 0.9724 |
|
62 |
+
| 0.053 | 4.0 | 58188 | 0.1188 | 0.9722 | 0.9722 | 0.9722 | 0.9722 |
|
63 |
+
| 0.0364 | 5.0 | 72735 | 0.1215 | 0.9720 | 0.9720 | 0.9720 | 0.9720 |
|
64 |
+
|
65 |
+
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.39.2
|
config.json
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
"n_layers": 6,
|
26 |
"output_past": true,
|
27 |
"pad_token_id": 0,
|
|
|
28 |
"qa_dropout": 0.1,
|
29 |
"seq_classif_dropout": 0.2,
|
30 |
"sinusoidal_pos_embds": false,
|
|
|
25 |
"n_layers": 6,
|
26 |
"output_past": true,
|
27 |
"pad_token_id": 0,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
"qa_dropout": 0.1,
|
30 |
"seq_classif_dropout": 0.2,
|
31 |
"sinusoidal_pos_embds": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 541320452
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b91e96f191566e36617588ebf9b08805b0babbdb02a9de92d071133df76eef
|
3 |
size 541320452
|