kernelpult commited on
Commit
fecfcf6
1 Parent(s): b1ff24b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: bert_test_8
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bert_test_8
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7390
20
+ - F1: 0.8624
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 1.5054 | 1.0 | 341 | 0.8553 | 0.7042 |
52
+ | 0.7004 | 2.0 | 682 | 0.5741 | 0.8367 |
53
+ | 0.4056 | 3.0 | 1023 | 0.4853 | 0.8504 |
54
+ | 0.2813 | 4.0 | 1364 | 0.4766 | 0.8574 |
55
+ | 0.1813 | 5.0 | 1705 | 0.4964 | 0.8536 |
56
+ | 0.1327 | 6.0 | 2046 | 0.5343 | 0.8648 |
57
+ | 0.1148 | 7.0 | 2387 | 0.6017 | 0.8723 |
58
+ | 0.0755 | 8.0 | 2728 | 0.6251 | 0.8684 |
59
+ | 0.0552 | 9.0 | 3069 | 0.6666 | 0.8624 |
60
+ | 0.0442 | 10.0 | 3410 | 0.6992 | 0.8670 |
61
+ | 0.0308 | 11.0 | 3751 | 0.7045 | 0.8705 |
62
+ | 0.0235 | 12.0 | 4092 | 0.7237 | 0.8607 |
63
+ | 0.0219 | 13.0 | 4433 | 0.7377 | 0.8596 |
64
+ | 0.0249 | 14.0 | 4774 | 0.7384 | 0.8646 |
65
+ | 0.0214 | 15.0 | 5115 | 0.7390 | 0.8624 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.27.1
71
+ - Pytorch 2.3.1+cu121
72
+ - Datasets 2.20.0
73
+ - Tokenizers 0.13.3