GItaf commited on
Commit
bfbbbfe
1 Parent(s): 95442ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: BERT-FINETUNE-MBTI-LM-BERT-FINETUNE-MBTI-LM-JointBERT-Warmup-from-LM
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # BERT-FINETUNE-MBTI-LM-BERT-FINETUNE-MBTI-LM-JointBERT-Warmup-from-LM
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 4.7966
17
+ - Cls loss: 1.4255
18
+ - Lm loss: 4.4398
19
+ - Cls Accuracy: 0.6380
20
+ - Cls F1: 0.6319
21
+ - Cls Precision: 0.6416
22
+ - Cls Recall: 0.6380
23
+ - Perplexity: 84.76
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: 2e-05
43
+ - train_batch_size: 2
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Cls loss | Lm loss | Cls Accuracy | Cls F1 | Cls Precision | Cls Recall | Perplexity |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:-------:|:------------:|:------:|:-------------:|:----------:|:----------:|
54
+ | 5.3087 | 1.0 | 3470 | 4.9005 | 1.4109 | 4.5474 | 0.6075 | 0.5981 | 0.6132 | 0.6075 | 94.39 |
55
+ | 4.8274 | 2.0 | 6940 | 4.7987 | 1.3448 | 4.4621 | 0.6242 | 0.6193 | 0.6381 | 0.6242 | 86.67 |
56
+ | 4.6472 | 3.0 | 10410 | 4.7966 | 1.4255 | 4.4398 | 0.6380 | 0.6319 | 0.6416 | 0.6380 | 84.76 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.21.2
62
+ - Pytorch 1.12.1
63
+ - Datasets 2.4.0
64
+ - Tokenizers 0.12.1