Model save
Browse files- README.md +74 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: Davlan/afro-xlmr-large-76L
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: cs221-afro-xlmr-large-76L-orm-finetuned-10-epochs
|
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 |
+
# cs221-afro-xlmr-large-76L-orm-finetuned-10-epochs
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [Davlan/afro-xlmr-large-76L](https://huggingface.co/Davlan/afro-xlmr-large-76L) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2466
|
23 |
+
- F1: 0.5756
|
24 |
+
- Roc Auc: 0.7349
|
25 |
+
- Accuracy: 0.6061
|
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: 32
|
46 |
+
- eval_batch_size: 32
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 10
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.3477 | 1.0 | 87 | 0.3587 | 0.0354 | 0.5080 | 0.2369 |
|
58 |
+
| 0.3192 | 2.0 | 174 | 0.3032 | 0.1766 | 0.5570 | 0.3924 |
|
59 |
+
| 0.2639 | 3.0 | 261 | 0.2631 | 0.3089 | 0.6130 | 0.5334 |
|
60 |
+
| 0.2128 | 4.0 | 348 | 0.2350 | 0.5180 | 0.7115 | 0.5858 |
|
61 |
+
| 0.1789 | 5.0 | 435 | 0.2314 | 0.5112 | 0.7075 | 0.5901 |
|
62 |
+
| 0.1465 | 6.0 | 522 | 0.2347 | 0.6000 | 0.7566 | 0.5843 |
|
63 |
+
| 0.1321 | 7.0 | 609 | 0.2457 | 0.5844 | 0.7496 | 0.5872 |
|
64 |
+
| 0.094 | 8.0 | 696 | 0.2412 | 0.5649 | 0.7271 | 0.6032 |
|
65 |
+
| 0.0867 | 9.0 | 783 | 0.2450 | 0.5755 | 0.7326 | 0.6119 |
|
66 |
+
| 0.0866 | 10.0 | 870 | 0.2466 | 0.5756 | 0.7349 | 0.6061 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.48.0
|
72 |
+
- Pytorch 2.5.1+cu121
|
73 |
+
- Datasets 3.2.0
|
74 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2239635072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26dac143de0ed5d4b213ec424cf602f45c4710d86a0ca8fef6b975f085f4d185
|
3 |
size 2239635072
|