tgamstaetter commited on
Commit
c730fa9
1 Parent(s): 5a76d88

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: mult_tf
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # mult_tf
20
+
21
+ This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.5180
24
+ - Accuracy: 0.8364
25
+ - F1: 0.8358
26
+ - Precision: 0.8355
27
+ - Recall: 0.8364
28
+ - Roc Auc: 0.9896
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: 1e-05
48
+ - train_batch_size: 640
49
+ - eval_batch_size: 1280
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: cosine
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 4
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Roc Auc |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-------:|
60
+ | No log | 1.0 | 357 | 0.5694 | 0.8249 | 0.8243 | 0.8245 | 0.8249 | 0.9875 |
61
+ | 0.5397 | 2.0 | 714 | 0.5324 | 0.8324 | 0.8312 | 0.8313 | 0.8324 | 0.9890 |
62
+ | 0.523 | 3.0 | 1071 | 0.5193 | 0.8354 | 0.8348 | 0.8346 | 0.8354 | 0.9895 |
63
+ | 0.523 | 4.0 | 1428 | 0.5180 | 0.8364 | 0.8358 | 0.8355 | 0.8364 | 0.9896 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.31.0
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.13.1
71
+ - Tokenizers 0.13.3