Chrispfield commited on
Commit
6c450ed
1 Parent(s): 5c9206b

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
+ datasets:
6
+ - emotion
7
+ model-index:
8
+ - name: bert-base-uncased-issues-128
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-base-uncased-issues-128
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the emotion dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.3196
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: 5e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 16
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.6586 | 1.0 | 500 | 2.4203 |
51
+ | 2.4655 | 2.0 | 1000 | 2.3889 |
52
+ | 2.3769 | 3.0 | 1500 | 2.3279 |
53
+ | 2.3024 | 4.0 | 2000 | 2.3623 |
54
+ | 2.2178 | 5.0 | 2500 | 2.4500 |
55
+ | 2.1352 | 6.0 | 3000 | 2.3042 |
56
+ | 2.0793 | 7.0 | 3500 | 2.3053 |
57
+ | 2.0462 | 8.0 | 4000 | 2.2402 |
58
+ | 1.9886 | 9.0 | 4500 | 2.3407 |
59
+ | 1.9393 | 10.0 | 5000 | 2.2826 |
60
+ | 1.904 | 11.0 | 5500 | 2.3401 |
61
+ | 1.8742 | 12.0 | 6000 | 2.3276 |
62
+ | 1.8441 | 13.0 | 6500 | 2.2815 |
63
+ | 1.8082 | 14.0 | 7000 | 2.2739 |
64
+ | 1.8058 | 15.0 | 7500 | 2.3225 |
65
+ | 1.7951 | 16.0 | 8000 | 2.2933 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.21.1
71
+ - Pytorch 1.12.0+cu113
72
+ - Datasets 2.4.0
73
+ - Tokenizers 0.12.1