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-kin-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-kin-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.2964
|
23 |
+
- F1: 0.5317
|
24 |
+
- Roc Auc: 0.7240
|
25 |
+
- Accuracy: 0.5388
|
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.3427 | 1.0 | 62 | 0.3480 | 0.0 | 0.5 | 0.2755 |
|
58 |
+
| 0.3132 | 2.0 | 124 | 0.2953 | 0.2963 | 0.6054 | 0.3776 |
|
59 |
+
| 0.2477 | 3.0 | 186 | 0.2773 | 0.3701 | 0.6474 | 0.5020 |
|
60 |
+
| 0.2142 | 4.0 | 248 | 0.2545 | 0.4388 | 0.6919 | 0.5102 |
|
61 |
+
| 0.1723 | 5.0 | 310 | 0.2574 | 0.5025 | 0.7093 | 0.5265 |
|
62 |
+
| 0.1362 | 6.0 | 372 | 0.2884 | 0.5145 | 0.7257 | 0.5306 |
|
63 |
+
| 0.0995 | 7.0 | 434 | 0.2816 | 0.5031 | 0.7086 | 0.5388 |
|
64 |
+
| 0.0857 | 8.0 | 496 | 0.2895 | 0.5332 | 0.7265 | 0.5449 |
|
65 |
+
| 0.0695 | 9.0 | 558 | 0.2984 | 0.5322 | 0.7244 | 0.5388 |
|
66 |
+
| 0.071 | 10.0 | 620 | 0.2964 | 0.5317 | 0.7240 | 0.5388 |
|
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:af79aab0881f444224ff708351e4cb072e37fd0afc262867d590bbe29eb35043
|
3 |
size 2239635072
|