update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: afl-3.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: model_3
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# model_3
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [Davlan/afro-xlmr-large-61L](https://huggingface.co/Davlan/afro-xlmr-large-61L) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.3654
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 2e-05
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 10
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
48 |
+
| 1.9218 | 1.0 | 1453 | 1.6494 |
|
49 |
+
| 1.7438 | 2.0 | 2906 | 1.6273 |
|
50 |
+
| 1.6321 | 3.0 | 4359 | 1.5267 |
|
51 |
+
| 1.5142 | 4.0 | 5812 | 1.4903 |
|
52 |
+
| 1.4759 | 5.0 | 7265 | 1.4603 |
|
53 |
+
| 1.4138 | 6.0 | 8718 | 1.3933 |
|
54 |
+
| 1.3501 | 7.0 | 10171 | 1.4280 |
|
55 |
+
| 1.3373 | 8.0 | 11624 | 1.3632 |
|
56 |
+
| 1.298 | 9.0 | 13077 | 1.4296 |
|
57 |
+
| 1.2869 | 10.0 | 14530 | 1.3654 |
|
58 |
+
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- Transformers 4.26.1
|
63 |
+
- Pytorch 1.13.1+cu117
|
64 |
+
- Datasets 2.13.1
|
65 |
+
- Tokenizers 0.13.3
|