ghadeermobasher commited on
Commit
a81ffab
1 Parent(s): d438631

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -60
README.md CHANGED
@@ -1,60 +0,0 @@
1
- ---
2
- license: cc0-1.0
3
- tags:
4
- - generated_from_trainer
5
- metrics:
6
- - precision
7
- - recall
8
- - f1
9
- model-index:
10
- - name: Modified-BlueBERT-BioRED-Chem-512-5-30
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
- # Modified-BlueBERT-BioRED-Chem-512-5-30
18
-
19
- This model is a fine-tuned version of [bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12](https://huggingface.co/bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12) on an unknown dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 0.0000
22
- - Precision: 1.0
23
- - Recall: 1.0
24
- - F1: 1.0
25
-
26
- ## Model description
27
-
28
- More information needed
29
-
30
- ## Intended uses & limitations
31
-
32
- More information needed
33
-
34
- ## Training and evaluation data
35
-
36
- More information needed
37
-
38
- ## Training procedure
39
-
40
- ### Training hyperparameters
41
-
42
- The following hyperparameters were used during training:
43
- - learning_rate: 5e-05
44
- - train_batch_size: 5
45
- - eval_batch_size: 8
46
- - seed: 1
47
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
- - lr_scheduler_type: linear
49
- - num_epochs: 30.0
50
-
51
- ### Training results
52
-
53
-
54
-
55
- ### Framework versions
56
-
57
- - Transformers 4.11.3
58
- - Pytorch 1.10.0+cu113
59
- - Datasets 2.1.0
60
- - Tokenizers 0.10.3