omersubasi commited on
Commit
65ccbaa
1 Parent(s): d2b118a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
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
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # fine-tune-vanilla-bert-base-uncased-ch9
14
+
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1877
18
+ - Micro f1: 0.7208
19
+ - Macro f1: 0.6293
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 3e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: constant
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Micro f1 | Macro f1 |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
50
+ | 0.4535 | 1.0 | 56 | 0.3607 | 0.0 | 0.0 |
51
+ | 0.3388 | 2.0 | 112 | 0.3270 | 0.0 | 0.0 |
52
+ | 0.3023 | 3.0 | 168 | 0.2794 | 0.4654 | 0.2139 |
53
+ | 0.2515 | 4.0 | 224 | 0.2420 | 0.4750 | 0.1855 |
54
+ | 0.2095 | 5.0 | 280 | 0.2263 | 0.5318 | 0.2599 |
55
+ | 0.1673 | 6.0 | 336 | 0.2135 | 0.6429 | 0.4327 |
56
+ | 0.1424 | 7.0 | 392 | 0.1885 | 0.6631 | 0.4890 |
57
+ | 0.1049 | 8.0 | 448 | 0.1801 | 0.7164 | 0.6139 |
58
+ | 0.08 | 9.0 | 504 | 0.1802 | 0.7136 | 0.6020 |
59
+ | 0.0637 | 10.0 | 560 | 0.1877 | 0.7208 | 0.6293 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.16.2
65
+ - Pytorch 2.1.0+cu118
66
+ - Datasets 1.16.1
67
+ - Tokenizers 0.15.0