usingF1
Browse files- README.md +72 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: aubmindlab/bert-base-arabertv02-twitter
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: Model4_arabertv2_base_T1_WS_A100_2nd_F1
|
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 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/so/Model4-with-add-clasess-T1-ArabertTv2-Bas-WS-A100/runs/tr0iviop)
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/so/Model4-with-add-clasess-T1-ArabertTv2-Bas-WS-A100/runs/tr0iviop)
|
18 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/so/Model4-with-add-clasess-T1-ArabertTv2-Bas-WS-A100/runs/tr0iviop)
|
19 |
+
# Model4_arabertv2_base_T1_WS_A100_2nd_F1
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02-twitter](https://huggingface.co/aubmindlab/bert-base-arabertv02-twitter) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2587
|
24 |
+
- F1 Micro: 0.8495
|
25 |
+
- F1 Macro: 0.7753
|
26 |
+
- Roc Auc: 0.9091
|
27 |
+
- Accuracy: 0.8254
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 15
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | Roc Auc | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-------:|:--------:|
|
58 |
+
| 0.0226 | 1.0 | 507 | 0.2380 | 0.8341 | 0.7767 | 0.9012 | 0.8094 |
|
59 |
+
| 0.0303 | 2.0 | 1014 | 0.2433 | 0.8341 | 0.7606 | 0.8980 | 0.8094 |
|
60 |
+
| 0.0179 | 3.0 | 1521 | 0.2635 | 0.8308 | 0.7540 | 0.8987 | 0.8024 |
|
61 |
+
| 0.0141 | 4.0 | 2028 | 0.2587 | 0.8495 | 0.7753 | 0.9091 | 0.8254 |
|
62 |
+
| 0.0083 | 5.0 | 2535 | 0.2919 | 0.8353 | 0.7731 | 0.9017 | 0.8059 |
|
63 |
+
| 0.0066 | 6.0 | 3042 | 0.2922 | 0.8329 | 0.7611 | 0.9006 | 0.8045 |
|
64 |
+
| 0.0054 | 7.0 | 3549 | 0.3193 | 0.8358 | 0.7752 | 0.9016 | 0.8128 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.46.3
|
70 |
+
- Pytorch 2.5.1+cu121
|
71 |
+
- Datasets 3.2.0
|
72 |
+
- Tokenizers 0.20.3
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 540815376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c998fd19fe935d46dd83195de04513ad43cffbf5310a17c2573566bec92759d1
|
3 |
size 540815376
|