lorenzoscottb commited on
Commit
ec6aa8e
1 Parent(s): dbebc71

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - accuracy
8
+ model-index:
9
+ - name: bert-base-cased-DreamBank
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
+ # bert-base-cased-DreamBank
17
+
18
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2697
21
+ - F1: 0.8335
22
+ - Roc Auc: 0.8761
23
+ - Accuracy: 0.6703
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: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
54
+ | No log | 1.0 | 185 | 0.5983 | 0.0330 | 0.5064 | 0.0162 |
55
+ | No log | 2.0 | 370 | 0.3939 | 0.6104 | 0.7317 | 0.4649 |
56
+ | 0.4638 | 3.0 | 555 | 0.3227 | 0.7572 | 0.8154 | 0.5568 |
57
+ | 0.4638 | 4.0 | 740 | 0.2852 | 0.7902 | 0.8412 | 0.5784 |
58
+ | 0.4638 | 5.0 | 925 | 0.2720 | 0.7982 | 0.8382 | 0.6270 |
59
+ | 0.1877 | 6.0 | 1110 | 0.2795 | 0.8144 | 0.8619 | 0.6541 |
60
+ | 0.1877 | 7.0 | 1295 | 0.2575 | 0.8147 | 0.8568 | 0.6541 |
61
+ | 0.1877 | 8.0 | 1480 | 0.2556 | 0.8204 | 0.8630 | 0.6595 |
62
+ | 0.0952 | 9.0 | 1665 | 0.2668 | 0.8321 | 0.8764 | 0.6703 |
63
+ | 0.0952 | 10.0 | 1850 | 0.2697 | 0.8335 | 0.8761 | 0.6703 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.25.1
69
+ - Pytorch 1.12.1
70
+ - Datasets 2.5.1
71
+ - Tokenizers 0.12.1