sujeongh commited on
Commit
a7e94d9
·
1 Parent(s): 1007ef0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
 
 
4
  model-index:
5
  - name: biobert-v1.1-BC2GM-IOBES
6
  results: []
@@ -13,7 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.4728
 
 
 
17
 
18
  ## Model description
19
 
@@ -32,9 +39,9 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - learning_rate: 2e-05
36
- - train_batch_size: 8
37
- - eval_batch_size: 8
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
@@ -42,11 +49,11 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
45
- | Training Loss | Epoch | Step | Validation Loss |
46
- |:-------------:|:-----:|:----:|:---------------:|
47
- | No log | 1.0 | 4 | 0.5383 |
48
- | No log | 2.0 | 8 | 0.4935 |
49
- | No log | 3.0 | 12 | 0.4728 |
50
 
51
 
52
  ### Framework versions
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
  model-index:
9
  - name: biobert-v1.1-BC2GM-IOBES
10
  results: []
 
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.2095
21
+ - Precision: 0.4505
22
+ - Recall: 0.4762
23
+ - F1: 0.4630
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 1e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
54
+ | 0.1812 | 1.0 | 2 | 0.2149 | 0.4706 | 0.4571 | 0.4638 |
55
+ | 0.1812 | 2.0 | 4 | 0.2109 | 0.4519 | 0.4476 | 0.4498 |
56
+ | 0.1812 | 3.0 | 6 | 0.2095 | 0.4505 | 0.4762 | 0.4630 |
57
 
58
 
59
  ### Framework versions