elopezlopez commited on
Commit
8c12ae2
1 Parent(s): 6b276f7

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_6_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_6_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.6214
20
+ - F1: 0.8352
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 | 290 | 0.4174 | 0.7980 |
52
+ | 0.4661 | 2.0 | 580 | 0.4118 | 0.8142 |
53
+ | 0.4661 | 3.0 | 870 | 0.5152 | 0.8331 |
54
+ | 0.2714 | 4.0 | 1160 | 0.6901 | 0.8242 |
55
+ | 0.2714 | 5.0 | 1450 | 0.6853 | 0.8451 |
56
+ | 0.1542 | 6.0 | 1740 | 0.8570 | 0.8399 |
57
+ | 0.0935 | 7.0 | 2030 | 1.1342 | 0.8401 |
58
+ | 0.0935 | 8.0 | 2320 | 1.1763 | 0.8397 |
59
+ | 0.037 | 9.0 | 2610 | 1.3530 | 0.8215 |
60
+ | 0.037 | 10.0 | 2900 | 1.3826 | 0.8402 |
61
+ | 0.0351 | 11.0 | 3190 | 1.4057 | 0.8374 |
62
+ | 0.0351 | 12.0 | 3480 | 1.4259 | 0.8455 |
63
+ | 0.0159 | 13.0 | 3770 | 1.4270 | 0.8431 |
64
+ | 0.0249 | 14.0 | 4060 | 1.4215 | 0.8442 |
65
+ | 0.0249 | 15.0 | 4350 | 1.4245 | 0.8408 |
66
+ | 0.0197 | 16.0 | 4640 | 1.4171 | 0.8353 |
67
+ | 0.0197 | 17.0 | 4930 | 1.4537 | 0.8383 |
68
+ | 0.0137 | 18.0 | 5220 | 1.4786 | 0.8430 |
69
+ | 0.0068 | 19.0 | 5510 | 1.5635 | 0.8443 |
70
+ | 0.0068 | 20.0 | 5800 | 1.5527 | 0.8378 |
71
+ | 0.0062 | 21.0 | 6090 | 1.5917 | 0.8460 |
72
+ | 0.0062 | 22.0 | 6380 | 1.6317 | 0.8318 |
73
+ | 0.005 | 23.0 | 6670 | 1.6226 | 0.8340 |
74
+ | 0.005 | 24.0 | 6960 | 1.6378 | 0.8310 |
75
+ | 0.007 | 25.0 | 7250 | 1.6214 | 0.8352 |
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