End of training
Browse files- README.md +74 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: sagorsarker/bangla-bert-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: bangla-bert-base-MLTC-BB2
|
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 |
+
# bangla-bert-base-MLTC-BB2
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [sagorsarker/bangla-bert-base](https://huggingface.co/sagorsarker/bangla-bert-base) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4005
|
22 |
+
- F1: 0.8514
|
23 |
+
- F1 Weighted: 0.8504
|
24 |
+
- Roc Auc: 0.8470
|
25 |
+
- Accuracy: 0.5424
|
26 |
+
- Hamming Loss: 0.1530
|
27 |
+
- Jaccard Score: 0.7413
|
28 |
+
- Zero One Loss: 0.4576
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 2e-05
|
48 |
+
- train_batch_size: 16
|
49 |
+
- eval_batch_size: 16
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | F1 Weighted | Roc Auc | Accuracy | Hamming Loss | Jaccard Score | Zero One Loss |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:-------:|:--------:|:------------:|:-------------:|:-------------:|
|
59 |
+
| 0.4015 | 1.0 | 73 | 0.4027 | 0.8246 | 0.8201 | 0.8206 | 0.5039 | 0.1793 | 0.7016 | 0.4961 |
|
60 |
+
| 0.3579 | 2.0 | 146 | 0.3583 | 0.8541 | 0.8548 | 0.8522 | 0.5553 | 0.1478 | 0.7453 | 0.4447 |
|
61 |
+
| 0.2831 | 3.0 | 219 | 0.3768 | 0.8429 | 0.8402 | 0.8360 | 0.5398 | 0.1639 | 0.7284 | 0.4602 |
|
62 |
+
| 0.1799 | 4.0 | 292 | 0.3565 | 0.8534 | 0.8534 | 0.8489 | 0.5604 | 0.1510 | 0.7443 | 0.4396 |
|
63 |
+
| 0.1671 | 5.0 | 365 | 0.3724 | 0.8552 | 0.8547 | 0.8508 | 0.5681 | 0.1491 | 0.7470 | 0.4319 |
|
64 |
+
| 0.1451 | 6.0 | 438 | 0.3773 | 0.8493 | 0.8484 | 0.8477 | 0.5450 | 0.1523 | 0.7381 | 0.4550 |
|
65 |
+
| 0.0899 | 7.0 | 511 | 0.3986 | 0.8502 | 0.8494 | 0.8457 | 0.5398 | 0.1542 | 0.7394 | 0.4602 |
|
66 |
+
| 0.0744 | 8.0 | 584 | 0.4005 | 0.8514 | 0.8504 | 0.8470 | 0.5424 | 0.1530 | 0.7413 | 0.4576 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.41.2
|
72 |
+
- Pytorch 2.1.2
|
73 |
+
- Datasets 2.19.2
|
74 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 657622024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ed974063e8bb2f9731bb20e100b53876a1d85d623fc538062fffa165105d035
|
3 |
size 657622024
|