End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-multilingual-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: bert-base-multilingual-cased-FakeNews-Dravidian-mBert
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# bert-base-multilingual-cased-FakeNews-Dravidian-mBert
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4452
|
21 |
+
- Accuracy: 0.8307
|
22 |
+
- Weighted f1 score: 0.8305
|
23 |
+
- Macro f1 score: 0.8305
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 2e-06
|
43 |
+
- train_batch_size: 16
|
44 |
+
- eval_batch_size: 16
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 15
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 score | Macro f1 score |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:--------------:|
|
54 |
+
| 0.7901 | 1.0 | 204 | 0.6155 | 0.7067 | 0.6999 | 0.7000 |
|
55 |
+
| 0.5829 | 2.0 | 408 | 0.4932 | 0.8037 | 0.8036 | 0.8036 |
|
56 |
+
| 0.4813 | 3.0 | 612 | 0.4437 | 0.8135 | 0.8130 | 0.8129 |
|
57 |
+
| 0.4298 | 4.0 | 816 | 0.4182 | 0.8123 | 0.8123 | 0.8123 |
|
58 |
+
| 0.3896 | 5.0 | 1020 | 0.4068 | 0.8221 | 0.8219 | 0.8219 |
|
59 |
+
| 0.3411 | 6.0 | 1224 | 0.3999 | 0.8209 | 0.8209 | 0.8209 |
|
60 |
+
| 0.314 | 7.0 | 1428 | 0.4030 | 0.8307 | 0.8305 | 0.8305 |
|
61 |
+
| 0.2982 | 8.0 | 1632 | 0.4084 | 0.8270 | 0.8269 | 0.8269 |
|
62 |
+
| 0.279 | 9.0 | 1836 | 0.4129 | 0.8319 | 0.8316 | 0.8315 |
|
63 |
+
| 0.2502 | 10.0 | 2040 | 0.4120 | 0.8307 | 0.8306 | 0.8305 |
|
64 |
+
| 0.2328 | 11.0 | 2244 | 0.4256 | 0.8368 | 0.8364 | 0.8364 |
|
65 |
+
| 0.2168 | 12.0 | 2448 | 0.4480 | 0.8393 | 0.8388 | 0.8388 |
|
66 |
+
| 0.2246 | 13.0 | 2652 | 0.4463 | 0.8294 | 0.8292 | 0.8292 |
|
67 |
+
| 0.2149 | 14.0 | 2856 | 0.4411 | 0.8307 | 0.8306 | 0.8305 |
|
68 |
+
| 0.2077 | 15.0 | 3060 | 0.4452 | 0.8307 | 0.8305 | 0.8305 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.35.0
|
74 |
+
- Pytorch 2.0.0
|
75 |
+
- Datasets 2.11.0
|
76 |
+
- 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 711446532
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2214ab7509ed36702469161cd7fc63424a27a4cf62082c9ee4845cd0a61a83c1
|
3 |
size 711446532
|
runs/Nov22_11-56-57_e54bdea777fc/events.out.tfevents.1700654224.e54bdea777fc.94.0
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:4158252656c24255e2809f669f9190b8e0562b3f1088ecb94a07a9487043cc4a
|
3 |
+
size 13987
|