Amine101 commited on
Commit
dcce5dd
1 Parent(s): bcd1de9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -12,6 +12,8 @@ should probably proofread and complete it, then remove this comment. -->
12
  # my_qa_model
13
 
14
  This model is a fine-tuned version of [SI2M-Lab/DarijaBERT](https://huggingface.co/SI2M-Lab/DarijaBERT) on an unknown dataset.
 
 
15
 
16
  ## Model description
17
 
@@ -38,9 +40,19 @@ The following hyperparameters were used during training:
38
  - lr_scheduler_type: linear
39
  - num_epochs: 4
40
 
 
 
 
 
 
 
 
 
 
 
41
  ### Framework versions
42
 
43
  - Transformers 4.28.0
44
- - Pytorch 2.2.1+cu121
45
- - Datasets 2.19.1
46
  - Tokenizers 0.13.3
 
12
  # my_qa_model
13
 
14
  This model is a fine-tuned version of [SI2M-Lab/DarijaBERT](https://huggingface.co/SI2M-Lab/DarijaBERT) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 4.2501
17
 
18
  ## Model description
19
 
 
40
  - lr_scheduler_type: linear
41
  - num_epochs: 4
42
 
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | No log | 1.0 | 250 | 5.8112 |
48
+ | 5.4191 | 2.0 | 500 | 5.8763 |
49
+ | 5.4191 | 3.0 | 750 | 4.4043 |
50
+ | 4.6357 | 4.0 | 1000 | 4.2501 |
51
+
52
+
53
  ### Framework versions
54
 
55
  - Transformers 4.28.0
56
+ - Pytorch 2.3.1+cu121
57
+ - Datasets 2.20.0
58
  - Tokenizers 0.13.3