omersubasi commited on
Commit
e937666
1 Parent(s): 69a1344

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -5,8 +5,6 @@ tags:
5
  model-index:
6
  - name: fine-tune-vanilla-bert-base-uncased-ch9
7
  results: []
8
- datasets:
9
- - Francesco-A/github-issues_huggingface-datasets
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,11 +12,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # fine-tune-vanilla-bert-base-uncased-ch9
16
 
17
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1877
20
- - Micro f1: 0.7208
21
- - Macro f1: 0.6293
22
 
23
  ## Model description
24
 
@@ -49,16 +47,16 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Micro f1 | Macro f1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
52
- | 0.4535 | 1.0 | 56 | 0.3607 | 0.0 | 0.0 |
53
- | 0.3388 | 2.0 | 112 | 0.3270 | 0.0 | 0.0 |
54
- | 0.3023 | 3.0 | 168 | 0.2794 | 0.4654 | 0.2139 |
55
- | 0.2515 | 4.0 | 224 | 0.2420 | 0.4750 | 0.1855 |
56
- | 0.2095 | 5.0 | 280 | 0.2263 | 0.5318 | 0.2599 |
57
- | 0.1673 | 6.0 | 336 | 0.2135 | 0.6429 | 0.4327 |
58
- | 0.1424 | 7.0 | 392 | 0.1885 | 0.6631 | 0.4890 |
59
- | 0.1049 | 8.0 | 448 | 0.1801 | 0.7164 | 0.6139 |
60
- | 0.08 | 9.0 | 504 | 0.1802 | 0.7136 | 0.6020 |
61
- | 0.0637 | 10.0 | 560 | 0.1877 | 0.7208 | 0.6293 |
62
 
63
 
64
  ### Framework versions
@@ -66,4 +64,4 @@ The following hyperparameters were used during training:
66
  - Transformers 4.16.2
67
  - Pytorch 2.1.0+cu118
68
  - Datasets 1.16.1
69
- - Tokenizers 0.15.0
 
5
  model-index:
6
  - name: fine-tune-vanilla-bert-base-uncased-ch9
7
  results: []
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
12
 
13
  # fine-tune-vanilla-bert-base-uncased-ch9
14
 
15
+ This model is a fine-tuned version of [omersubasi/bert-base-uncased-issues-128](https://huggingface.co/omersubasi/bert-base-uncased-issues-128) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.1664
18
+ - Micro f1: 0.7308
19
+ - Macro f1: 0.6418
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Micro f1 | Macro f1 |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
50
+ | 0.3943 | 1.0 | 56 | 0.3426 | 0.0 | 0.0 |
51
+ | 0.3165 | 2.0 | 112 | 0.3111 | 0.2857 | 0.1010 |
52
+ | 0.2701 | 3.0 | 168 | 0.2531 | 0.5 | 0.2266 |
53
+ | 0.2019 | 4.0 | 224 | 0.2155 | 0.6196 | 0.3375 |
54
+ | 0.1544 | 5.0 | 280 | 0.2094 | 0.6064 | 0.4363 |
55
+ | 0.1135 | 6.0 | 336 | 0.1829 | 0.7030 | 0.5914 |
56
+ | 0.0823 | 7.0 | 392 | 0.1774 | 0.6970 | 0.5956 |
57
+ | 0.0619 | 8.0 | 448 | 0.1781 | 0.6965 | 0.6130 |
58
+ | 0.0491 | 9.0 | 504 | 0.1695 | 0.7327 | 0.6402 |
59
+ | 0.0419 | 10.0 | 560 | 0.1664 | 0.7308 | 0.6418 |
60
 
61
 
62
  ### Framework versions
 
64
  - Transformers 4.16.2
65
  - Pytorch 2.1.0+cu118
66
  - Datasets 1.16.1
67
+ - Tokenizers 0.15.0