sujeongh commited on
Commit
09e44ef
·
1 Parent(s): e3aa83c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ model-index:
9
+ - name: biobert-v1.1-ner
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # biobert-v1.1-ner
17
+
18
+ This model was trained from scratch on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5211
21
+ - Precision: 0.0
22
+ - Recall: 0.0
23
+ - F1: 0.0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 1e-05
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 6
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|
54
+ | 0.575 | 1.0 | 2 | 0.5679 | 0.0 | 0.0 | 0.0 |
55
+ | 0.575 | 2.0 | 4 | 0.5512 | 0.0 | 0.0 | 0.0 |
56
+ | 0.575 | 3.0 | 6 | 0.5387 | 0.0 | 0.0 | 0.0 |
57
+ | 0.575 | 4.0 | 8 | 0.5294 | 0.0 | 0.0 | 0.0 |
58
+ | 0.5527 | 5.0 | 10 | 0.5236 | 0.0 | 0.0 | 0.0 |
59
+ | 0.5527 | 6.0 | 12 | 0.5211 | 0.0 | 0.0 | 0.0 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.28.1
65
+ - Pytorch 2.3.1+cu121
66
+ - Datasets 2.19.1
67
+ - Tokenizers 0.13.3