elopezlopez commited on
Commit
d05b623
1 Parent(s): 4b18711

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_9_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_9_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.7204
20
+ - F1: 0.8203
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 | 291 | 0.4045 | 0.8001 |
52
+ | 0.4262 | 2.0 | 582 | 0.3914 | 0.8297 |
53
+ | 0.4262 | 3.0 | 873 | 0.5050 | 0.8029 |
54
+ | 0.2488 | 4.0 | 1164 | 0.7681 | 0.8007 |
55
+ | 0.2488 | 5.0 | 1455 | 0.8349 | 0.8262 |
56
+ | 0.1483 | 6.0 | 1746 | 0.9045 | 0.8220 |
57
+ | 0.0894 | 7.0 | 2037 | 1.1584 | 0.8165 |
58
+ | 0.0894 | 8.0 | 2328 | 1.1818 | 0.8300 |
59
+ | 0.0389 | 9.0 | 2619 | 1.3332 | 0.8147 |
60
+ | 0.0389 | 10.0 | 2910 | 1.2373 | 0.8285 |
61
+ | 0.038 | 11.0 | 3201 | 1.3156 | 0.8234 |
62
+ | 0.038 | 12.0 | 3492 | 1.3251 | 0.8341 |
63
+ | 0.0211 | 13.0 | 3783 | 1.3144 | 0.8255 |
64
+ | 0.0158 | 14.0 | 4074 | 1.5686 | 0.8168 |
65
+ | 0.0158 | 15.0 | 4365 | 1.5382 | 0.8185 |
66
+ | 0.0165 | 16.0 | 4656 | 1.5203 | 0.8282 |
67
+ | 0.0165 | 17.0 | 4947 | 1.5352 | 0.8136 |
68
+ | 0.0142 | 18.0 | 5238 | 1.4799 | 0.8243 |
69
+ | 0.0062 | 19.0 | 5529 | 1.5030 | 0.8294 |
70
+ | 0.0062 | 20.0 | 5820 | 1.6264 | 0.8094 |
71
+ | 0.0078 | 21.0 | 6111 | 1.6949 | 0.8122 |
72
+ | 0.0078 | 22.0 | 6402 | 1.7106 | 0.8139 |
73
+ | 0.0043 | 23.0 | 6693 | 1.7234 | 0.8218 |
74
+ | 0.0043 | 24.0 | 6984 | 1.7344 | 0.8208 |
75
+ | 0.0028 | 25.0 | 7275 | 1.7204 | 0.8203 |
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