lamaabdulaziz commited on
Commit
2e2cdb7
1 Parent(s): c18330b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [aubmindlab/araelectra-base-discriminator](https://huggingface.co/aubmindlab/araelectra-base-discriminator) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5072
21
- - Macro F1: 0.7679
22
- - Accuracy: 0.7745
23
- - Precision: 0.7680
24
- - Recall: 0.7678
25
 
26
  ## Model description
27
 
@@ -54,15 +54,15 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
- | 0.5316 | 1.0 | 1597 | 0.4992 | 0.7428 | 0.7564 | 0.7535 | 0.7386 |
58
- | 0.4349 | 2.0 | 3194 | 0.4832 | 0.7523 | 0.7677 | 0.7692 | 0.7470 |
59
- | 0.3423 | 3.0 | 4791 | 0.5072 | 0.7679 | 0.7745 | 0.7680 | 0.7678 |
60
- | 0.2826 | 4.0 | 6388 | 0.5890 | 0.7672 | 0.7752 | 0.7693 | 0.7656 |
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.20.1
66
- - Pytorch 1.11.0
67
  - Datasets 2.1.0
68
- - Tokenizers 0.12.1
 
17
 
18
  This model is a fine-tuned version of [aubmindlab/araelectra-base-discriminator](https://huggingface.co/aubmindlab/araelectra-base-discriminator) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6073
21
+ - Macro F1: 0.7629
22
+ - Accuracy: 0.7708
23
+ - Precision: 0.7646
24
+ - Recall: 0.7616
25
 
26
  ## Model description
27
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
+ | 0.5248 | 1.0 | 1597 | 0.4960 | 0.7416 | 0.7546 | 0.7508 | 0.7377 |
58
+ | 0.4308 | 2.0 | 3194 | 0.4770 | 0.7535 | 0.7666 | 0.7647 | 0.7490 |
59
+ | 0.3386 | 3.0 | 4791 | 0.5201 | 0.7614 | 0.7684 | 0.7617 | 0.7611 |
60
+ | 0.2781 | 4.0 | 6388 | 0.6073 | 0.7629 | 0.7708 | 0.7646 | 0.7616 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.27.4
66
+ - Pytorch 1.13.0
67
  - Datasets 2.1.0
68
+ - Tokenizers 0.13.2