End of training
Browse files
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: MBERTdataaugmentation1511
|
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 |
+
# MBERTdataaugmentation1511
|
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.4799
|
22 |
+
- Precisions: 0.8775
|
23 |
+
- Recall: 0.8066
|
24 |
+
- F-measure: 0.8358
|
25 |
+
- Accuracy: 0.9364
|
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: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 34
|
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.4277 | 1.0 | 284 | 0.2782 | 0.7721 | 0.7565 | 0.7579 | 0.9183 |
|
57 |
+
| 0.1776 | 2.0 | 568 | 0.2903 | 0.8401 | 0.7736 | 0.8007 | 0.9265 |
|
58 |
+
| 0.0953 | 3.0 | 852 | 0.3116 | 0.8565 | 0.7792 | 0.8124 | 0.9337 |
|
59 |
+
| 0.067 | 4.0 | 1136 | 0.3747 | 0.8019 | 0.7974 | 0.7931 | 0.9253 |
|
60 |
+
| 0.0424 | 5.0 | 1420 | 0.3834 | 0.8297 | 0.7751 | 0.7971 | 0.9306 |
|
61 |
+
| 0.0288 | 6.0 | 1704 | 0.4208 | 0.8641 | 0.7981 | 0.8245 | 0.9313 |
|
62 |
+
| 0.0187 | 7.0 | 1988 | 0.4472 | 0.8374 | 0.8033 | 0.8148 | 0.9323 |
|
63 |
+
| 0.0105 | 8.0 | 2272 | 0.4297 | 0.8652 | 0.7903 | 0.8181 | 0.9332 |
|
64 |
+
| 0.0085 | 9.0 | 2556 | 0.4425 | 0.8567 | 0.8019 | 0.8250 | 0.9344 |
|
65 |
+
| 0.0044 | 10.0 | 2840 | 0.4744 | 0.8493 | 0.8075 | 0.8256 | 0.9347 |
|
66 |
+
| 0.004 | 11.0 | 3124 | 0.4967 | 0.8581 | 0.8017 | 0.8251 | 0.9361 |
|
67 |
+
| 0.003 | 12.0 | 3408 | 0.4799 | 0.8775 | 0.8066 | 0.8358 | 0.9364 |
|
68 |
+
| 0.0015 | 13.0 | 3692 | 0.5093 | 0.8803 | 0.7943 | 0.8294 | 0.9356 |
|
69 |
+
| 0.0014 | 14.0 | 3976 | 0.4985 | 0.8762 | 0.7964 | 0.8281 | 0.9359 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.35.1
|
75 |
+
- Pytorch 2.1.0+cu118
|
76 |
+
- Datasets 2.14.7
|
77 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 667108188
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:826d43afddbbb61a3eb559a626c077e2fc492adb674932f9ac0a5ba901a1b7b5
|
3 |
size 667108188
|
runs/Nov15_14-36-44_1ef25cfaef96/events.out.tfevents.1700059568.1ef25cfaef96.279.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e312560dbdbffb75027e806e1d0008dac01d849acf2df102fc110bd564909ab2
|
3 |
+
size 568
|