mehdi-moradi commited on
Commit
e610a93
·
1 Parent(s): 73c6c35

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: output
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # output
19
+
20
+ This model is a fine-tuned version of [HooshvareLab/bert-fa-zwnj-base](https://huggingface.co/HooshvareLab/bert-fa-zwnj-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.9434
23
+ - Accuracy: 0.6684
24
+ - F1: 0.6608
25
+ - F1 Micro: 0.6684
26
+ - F1 Macro: 0.5384
27
+ - Precision: 0.6585
28
+ - Recall: 0.6684
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0001
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 16
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 50
54
+ - num_epochs: 8
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | F1 Micro | F1 Macro | Precision | Recall |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------:|:--------:|:---------:|:------:|
60
+ | No log | 1.0 | 96 | 1.1053 | 0.5789 | 0.5598 | 0.5789 | 0.4428 | 0.5993 | 0.5789 |
61
+ | No log | 2.0 | 192 | 1.1474 | 0.5737 | 0.5831 | 0.5737 | 0.4693 | 0.6383 | 0.5737 |
62
+ | No log | 3.0 | 288 | 1.0758 | 0.6316 | 0.6016 | 0.6316 | 0.4850 | 0.6356 | 0.6316 |
63
+ | No log | 4.0 | 384 | 1.2156 | 0.6474 | 0.6454 | 0.6474 | 0.5224 | 0.6489 | 0.6474 |
64
+ | No log | 5.0 | 480 | 1.5757 | 0.6316 | 0.6276 | 0.6316 | 0.5099 | 0.6293 | 0.6316 |
65
+ | 0.5922 | 6.0 | 576 | 1.7277 | 0.6579 | 0.6542 | 0.6579 | 0.5338 | 0.6520 | 0.6579 |
66
+ | 0.5922 | 7.0 | 672 | 1.9130 | 0.6789 | 0.6736 | 0.6789 | 0.5482 | 0.6749 | 0.6789 |
67
+ | 0.5922 | 8.0 | 768 | 1.9434 | 0.6684 | 0.6608 | 0.6684 | 0.5384 | 0.6585 | 0.6684 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.2
73
+ - Pytorch 2.0.1+cu118
74
+ - Tokenizers 0.13.3