elopezlopez commited on
Commit
767b38d
1 Parent(s): d3ca632

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: xlnet-base-cased_fold_4_binary_v1
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
+ # xlnet-base-cased_fold_4_binary_v1
16
+
17
+ This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.5724
20
+ - F1: 0.8315
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: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 25
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 289 | 0.4043 | 0.8009 |
52
+ | 0.4373 | 2.0 | 578 | 0.4093 | 0.8260 |
53
+ | 0.4373 | 3.0 | 867 | 0.5084 | 0.8206 |
54
+ | 0.2707 | 4.0 | 1156 | 0.5945 | 0.8087 |
55
+ | 0.2707 | 5.0 | 1445 | 0.6389 | 0.8251 |
56
+ | 0.1691 | 6.0 | 1734 | 0.8131 | 0.8156 |
57
+ | 0.1012 | 7.0 | 2023 | 0.9865 | 0.8190 |
58
+ | 0.1012 | 8.0 | 2312 | 1.1356 | 0.8342 |
59
+ | 0.0506 | 9.0 | 2601 | 1.0624 | 0.8369 |
60
+ | 0.0506 | 10.0 | 2890 | 1.2604 | 0.8255 |
61
+ | 0.0384 | 11.0 | 3179 | 1.2648 | 0.8183 |
62
+ | 0.0384 | 12.0 | 3468 | 1.3763 | 0.8158 |
63
+ | 0.0318 | 13.0 | 3757 | 1.4966 | 0.8217 |
64
+ | 0.0221 | 14.0 | 4046 | 1.3889 | 0.8250 |
65
+ | 0.0221 | 15.0 | 4335 | 1.4014 | 0.8284 |
66
+ | 0.0145 | 16.0 | 4624 | 1.5321 | 0.8289 |
67
+ | 0.0145 | 17.0 | 4913 | 1.4914 | 0.8233 |
68
+ | 0.0172 | 18.0 | 5202 | 1.3946 | 0.8314 |
69
+ | 0.0172 | 19.0 | 5491 | 1.5032 | 0.8269 |
70
+ | 0.0135 | 20.0 | 5780 | 1.5111 | 0.8328 |
71
+ | 0.0087 | 21.0 | 6069 | 1.4899 | 0.8318 |
72
+ | 0.0087 | 22.0 | 6358 | 1.5562 | 0.8311 |
73
+ | 0.0061 | 23.0 | 6647 | 1.5384 | 0.8327 |
74
+ | 0.0061 | 24.0 | 6936 | 1.5798 | 0.8304 |
75
+ | 0.0052 | 25.0 | 7225 | 1.5724 | 0.8315 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.21.1
81
+ - Pytorch 1.12.0+cu113
82
+ - Datasets 2.4.0
83
+ - Tokenizers 0.12.1