oknashar commited on
Commit
562f2be
·
1 Parent(s): d208816

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -11,7 +11,14 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # arabertAutoModelForMaskedLM
13
 
14
- This model was trained from scratch on the None dataset.
 
 
 
 
 
 
 
15
 
16
  ## Model description
17
 
@@ -36,11 +43,7 @@ The following hyperparameters were used during training:
36
  - seed: 42
37
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
  - lr_scheduler_type: linear
39
- - num_epochs: 500
40
-
41
- ### Training results
42
-
43
-
44
 
45
  ### Framework versions
46
 
 
11
 
12
  # arabertAutoModelForMaskedLM
13
 
14
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabert](https://huggingface.co/aubmindlab/bert-base-arabert) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.0000
17
+ - eval_runtime: 0.1606
18
+ - eval_samples_per_second: 24.901
19
+ - eval_steps_per_second: 6.225
20
+ - epoch: 4.0
21
+ - step: 4
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 150
 
 
 
 
47
 
48
  ### Framework versions
49