abbassix commited on
Commit
7f1e290
1 Parent(s): 0ffa8d5

adding details and test result

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -15,11 +15,18 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # 2d_psn_1600
17
 
18
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.3675
21
  - Accuracy: 0.7175
22
 
 
 
 
 
 
 
23
  ## Model description
24
 
25
  More information needed
 
15
 
16
  # 2d_psn_1600
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [ComNum](https://huggingface.co/datasets/abbassix/ComNum) dataset.
19
+ This model used 800 samples as training, 200 as validation, and 1200 as test on three epochs.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.3675
22
  - Accuracy: 0.7175
23
 
24
+ This model achieves the following results on the test set:
25
+ - Loss: 0.3475
26
+ - Accuracy: 0.7493
27
+ <!--
28
+ {'eval_loss': 0.34749719500541687, 'eval_accuracy': 0.7493, 'eval_runtime': 852.7429, 'eval_samples_per_second': 11.727, 'eval_steps_per_second': 1.466}
29
+ -->
30
  ## Model description
31
 
32
  More information needed