Model save
Browse files- README.md +76 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: Kuongan/afro-xlmr-base-sun-noaug
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: CS221-afro-xlmr-base-sun-noaug-finetuned-sun-tapt
|
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-base-sun-noaug-finetuned-sun-tapt
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [Kuongan/afro-xlmr-base-sun-noaug](https://huggingface.co/Kuongan/afro-xlmr-base-sun-noaug) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1810
|
23 |
+
- F1: 0.4360
|
24 |
+
- Roc Auc: 0.6706
|
25 |
+
- Accuracy: 0.7780
|
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 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: 20
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.1957 | 1.0 | 52 | 0.1748 | 0.3924 | 0.6586 | 0.7854 |
|
58 |
+
| 0.2027 | 2.0 | 104 | 0.1789 | 0.3654 | 0.6387 | 0.7634 |
|
59 |
+
| 0.1953 | 3.0 | 156 | 0.1768 | 0.4195 | 0.6657 | 0.7707 |
|
60 |
+
| 0.1685 | 4.0 | 208 | 0.1858 | 0.4239 | 0.6645 | 0.7512 |
|
61 |
+
| 0.164 | 5.0 | 260 | 0.1744 | 0.4035 | 0.6627 | 0.7659 |
|
62 |
+
| 0.1553 | 6.0 | 312 | 0.1762 | 0.4651 | 0.6905 | 0.7561 |
|
63 |
+
| 0.154 | 7.0 | 364 | 0.1725 | 0.5028 | 0.6999 | 0.7683 |
|
64 |
+
| 0.1293 | 8.0 | 416 | 0.1768 | 0.4513 | 0.6843 | 0.7707 |
|
65 |
+
| 0.1381 | 9.0 | 468 | 0.1742 | 0.5195 | 0.7121 | 0.7537 |
|
66 |
+
| 0.1212 | 10.0 | 520 | 0.2013 | 0.3664 | 0.6299 | 0.7439 |
|
67 |
+
| 0.0988 | 11.0 | 572 | 0.1723 | 0.4813 | 0.6954 | 0.7683 |
|
68 |
+
| 0.1053 | 12.0 | 624 | 0.1810 | 0.4360 | 0.6706 | 0.7780 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.47.0
|
74 |
+
- Pytorch 2.5.1+cu121
|
75 |
+
- Datasets 3.2.0
|
76 |
+
- 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 1112217312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb8a17d66f910fd0c20124b3ca7bab4d6ab24d6c9db6058a18abc6c0362e2bf9
|
3 |
size 1112217312
|