Model save
Browse files- README.md +77 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: Davlan/afro-xlmr-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: afro-xlmr-base-tat-MICRO
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# afro-xlmr-base-tat-MICRO
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [Davlan/afro-xlmr-base](https://huggingface.co/Davlan/afro-xlmr-base) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4220
|
23 |
+
- F1: 0.6791
|
24 |
+
- Roc Auc: 0.8228
|
25 |
+
- Accuracy: 0.6614
|
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: 2e-05
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 20
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.2295 | 1.0 | 345 | 0.2586 | 0.5653 | 0.7200 | 0.5818 |
|
58 |
+
| 0.174 | 2.0 | 690 | 0.2525 | 0.6211 | 0.7728 | 0.6295 |
|
59 |
+
| 0.1379 | 3.0 | 1035 | 0.2428 | 0.6566 | 0.7980 | 0.6477 |
|
60 |
+
| 0.0958 | 4.0 | 1380 | 0.2517 | 0.6689 | 0.7849 | 0.6636 |
|
61 |
+
| 0.0594 | 5.0 | 1725 | 0.2693 | 0.6667 | 0.8033 | 0.65 |
|
62 |
+
| 0.0605 | 6.0 | 2070 | 0.3010 | 0.6637 | 0.8047 | 0.6545 |
|
63 |
+
| 0.0325 | 7.0 | 2415 | 0.3619 | 0.6569 | 0.8053 | 0.6545 |
|
64 |
+
| 0.0141 | 8.0 | 2760 | 0.3174 | 0.6944 | 0.8326 | 0.6727 |
|
65 |
+
| 0.03 | 9.0 | 3105 | 0.3352 | 0.7041 | 0.8304 | 0.6909 |
|
66 |
+
| 0.0101 | 10.0 | 3450 | 0.3533 | 0.6766 | 0.8117 | 0.6682 |
|
67 |
+
| 0.0054 | 11.0 | 3795 | 0.3688 | 0.6950 | 0.8274 | 0.6795 |
|
68 |
+
| 0.007 | 12.0 | 4140 | 0.3798 | 0.6983 | 0.8345 | 0.675 |
|
69 |
+
| 0.0075 | 13.0 | 4485 | 0.4220 | 0.6791 | 0.8228 | 0.6614 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.45.1
|
75 |
+
- Pytorch 2.4.0
|
76 |
+
- Datasets 3.0.1
|
77 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112217312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e0f5b6007368ef0af3df1b114d0c8e39b54562159b9510b9cecab2b5f47b897
|
3 |
size 1112217312
|