End of training
Browse files- README.md +77 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-multilingual-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- recall
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: multibert1110_lrate7.5b8
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# multibert1110_lrate7.5b8
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6124
|
22 |
+
- Precisions: 0.8795
|
23 |
+
- Recall: 0.7898
|
24 |
+
- F-measure: 0.8228
|
25 |
+
- Accuracy: 0.9026
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 7.5e-05
|
45 |
+
- train_batch_size: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 14
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
|
56 |
+
| 0.6395 | 1.0 | 471 | 0.4532 | 0.8345 | 0.6789 | 0.6899 | 0.8619 |
|
57 |
+
| 0.3636 | 2.0 | 942 | 0.3956 | 0.8284 | 0.7491 | 0.7766 | 0.8853 |
|
58 |
+
| 0.2471 | 3.0 | 1413 | 0.5037 | 0.8053 | 0.6950 | 0.7258 | 0.8821 |
|
59 |
+
| 0.1785 | 4.0 | 1884 | 0.5098 | 0.8444 | 0.7522 | 0.7755 | 0.8936 |
|
60 |
+
| 0.1279 | 5.0 | 2355 | 0.5574 | 0.8751 | 0.7735 | 0.8077 | 0.8973 |
|
61 |
+
| 0.097 | 6.0 | 2826 | 0.6124 | 0.8795 | 0.7898 | 0.8228 | 0.9026 |
|
62 |
+
| 0.071 | 7.0 | 3297 | 0.5377 | 0.8621 | 0.7836 | 0.8157 | 0.9044 |
|
63 |
+
| 0.0494 | 8.0 | 3768 | 0.5842 | 0.8705 | 0.7725 | 0.8109 | 0.9029 |
|
64 |
+
| 0.0344 | 9.0 | 4239 | 0.6835 | 0.8705 | 0.7506 | 0.7912 | 0.9010 |
|
65 |
+
| 0.0276 | 10.0 | 4710 | 0.6916 | 0.8226 | 0.7864 | 0.7999 | 0.9048 |
|
66 |
+
| 0.0174 | 11.0 | 5181 | 0.7412 | 0.8646 | 0.7491 | 0.7905 | 0.8994 |
|
67 |
+
| 0.0112 | 12.0 | 5652 | 0.7701 | 0.8258 | 0.7647 | 0.7866 | 0.9018 |
|
68 |
+
| 0.0084 | 13.0 | 6123 | 0.7811 | 0.8331 | 0.7593 | 0.7899 | 0.9058 |
|
69 |
+
| 0.0063 | 14.0 | 6594 | 0.7682 | 0.8636 | 0.7763 | 0.8112 | 0.9064 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.34.0
|
75 |
+
- Pytorch 2.0.1+cu118
|
76 |
+
- Datasets 2.14.5
|
77 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 667152553
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6879c26dd9d7bb7eab634671a78c8f911b3e188e1184d3c135e76f8132dfed3
|
3 |
size 667152553
|