Amir13 commited on
Commit
58437c2
1 Parent(s): 4687c8e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: bert-base-parsbert-uncased-ncbi_disease
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # bert-base-parsbert-uncased-ncbi_disease
18
+
19
+ This model is a fine-tuned version of [HooshvareLab/bert-base-parsbert-uncased](https://huggingface.co/HooshvareLab/bert-base-parsbert-uncased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1018
22
+ - Precision: 0.8192
23
+ - Recall: 0.8645
24
+ - F1: 0.8412
25
+ - Accuracy: 0.9862
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 32
46
+ - eval_batch_size: 32
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 15
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | No log | 1.0 | 169 | 0.0648 | 0.7154 | 0.8237 | 0.7657 | 0.9813 |
57
+ | No log | 2.0 | 338 | 0.0573 | 0.7870 | 0.8263 | 0.8062 | 0.9853 |
58
+ | 0.0596 | 3.0 | 507 | 0.0639 | 0.7893 | 0.8776 | 0.8312 | 0.9858 |
59
+ | 0.0596 | 4.0 | 676 | 0.0678 | 0.8150 | 0.8461 | 0.8302 | 0.9860 |
60
+ | 0.0596 | 5.0 | 845 | 0.0737 | 0.8070 | 0.8474 | 0.8267 | 0.9862 |
61
+ | 0.0065 | 6.0 | 1014 | 0.0834 | 0.8052 | 0.8592 | 0.8313 | 0.9856 |
62
+ | 0.0065 | 7.0 | 1183 | 0.0918 | 0.8099 | 0.8355 | 0.8225 | 0.9859 |
63
+ | 0.0065 | 8.0 | 1352 | 0.0882 | 0.8061 | 0.8697 | 0.8367 | 0.9857 |
64
+ | 0.0021 | 9.0 | 1521 | 0.0903 | 0.8045 | 0.85 | 0.8266 | 0.9860 |
65
+ | 0.0021 | 10.0 | 1690 | 0.0965 | 0.8303 | 0.85 | 0.8401 | 0.9866 |
66
+ | 0.0021 | 11.0 | 1859 | 0.0954 | 0.8182 | 0.8645 | 0.8407 | 0.9860 |
67
+ | 0.0008 | 12.0 | 2028 | 0.0998 | 0.8206 | 0.8605 | 0.8401 | 0.9862 |
68
+ | 0.0008 | 13.0 | 2197 | 0.0995 | 0.82 | 0.8632 | 0.8410 | 0.9862 |
69
+ | 0.0008 | 14.0 | 2366 | 0.1015 | 0.8214 | 0.8592 | 0.8399 | 0.9861 |
70
+ | 0.0004 | 15.0 | 2535 | 0.1018 | 0.8192 | 0.8645 | 0.8412 | 0.9862 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.26.1
76
+ - Pytorch 1.13.1+cu116
77
+ - Datasets 2.9.0
78
+ - Tokenizers 0.13.2