GItaf commited on
Commit
1866e57
1 Parent(s): e805e46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  model-index:
@@ -12,7 +11,16 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # BERT-FINETUNE-MBTI-CLS-BERT-FINETUNE-MBTI-CLS-JointBERT-Warmup-from-CLS
14
 
15
- This model is a fine-tuned version of [GItaf/BERT-FINETUNE-MBTI-CLS](https://huggingface.co/GItaf/BERT-FINETUNE-MBTI-CLS) on the None dataset.
 
 
 
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,9 +47,18 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3
41
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.21.2
45
  - Pytorch 1.12.1
46
  - Datasets 2.4.0
47
- - Tokenizers 0.12.1
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
 
11
 
12
  # BERT-FINETUNE-MBTI-CLS-BERT-FINETUNE-MBTI-CLS-JointBERT-Warmup-from-CLS
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: 5.3549
17
+ - Cls loss: 2.1311
18
+ - Lm loss: 4.8216
19
+ - Cls Accuracy: 0.6058
20
+ - Cls F1: 0.6037
21
+ - Cls Precision: 0.6084
22
+ - Cls Recall: 0.6058
23
+ - Perplexity: 124.17
24
 
25
  ## Model description
26
 
 
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.778 | 1.0 | 3470 | 5.5656 | 1.9246 | 5.0840 | 0.5931 | 0.5907 | 0.5968 | 0.5931 | 161.43 |
55
+ | 5.1443 | 2.0 | 6940 | 5.3831 | 2.0178 | 4.8783 | 0.6069 | 0.6057 | 0.6177 | 0.6069 | 131.40 |
56
+ | 4.9386 | 3.0 | 10410 | 5.3549 | 2.1311 | 4.8216 | 0.6058 | 0.6037 | 0.6084 | 0.6058 | 124.17 |
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