update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
base_model: SI2M-Lab/DarijaBERT
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -17,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [SI2M-Lab/DarijaBERT](https://huggingface.co/SI2M-Lab/DarijaBERT) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -41,7 +39,7 @@ The following hyperparameters were used during training:
|
|
41 |
- train_batch_size: 8
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
-
- optimizer:
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 8
|
47 |
|
@@ -49,19 +47,19 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.0 | 6.0 |
|
58 |
-
| 0.0 | 7.0 |
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
-
- Transformers 4.
|
65 |
-
- Pytorch 2.
|
66 |
- Datasets 2.21.0
|
67 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [SI2M-Lab/DarijaBERT](https://huggingface.co/SI2M-Lab/DarijaBERT) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0442
|
19 |
+
- Accuracy: 0.9928
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 8
|
45 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
+
| 0.1801 | 1.0 | 694 | 0.0455 | 0.9913 |
|
51 |
+
| 0.0437 | 2.0 | 1388 | 0.0442 | 0.9928 |
|
52 |
+
| 0.0081 | 3.0 | 2082 | 0.0656 | 0.9928 |
|
53 |
+
| 0.0061 | 4.0 | 2776 | 0.0583 | 0.9935 |
|
54 |
+
| 0.0055 | 5.0 | 3470 | 0.0509 | 0.9935 |
|
55 |
+
| 0.0 | 6.0 | 4164 | 0.0537 | 0.9942 |
|
56 |
+
| 0.0 | 7.0 | 4858 | 0.0493 | 0.9957 |
|
57 |
+
| 0.0015 | 8.0 | 5552 | 0.0637 | 0.9935 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.28.1
|
63 |
+
- Pytorch 2.6.0+cu124
|
64 |
- Datasets 2.21.0
|
65 |
+
- Tokenizers 0.13.3
|