raulgdp commited on
Commit
8ed0b2d
1 Parent(s): 0415408

End of training

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: xlnet-base-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: XLnet-cased-AS-HU-f1-score
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # XLnet-cased-AS-HU-f1-score
15
+
16
+ This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5247
19
+ - F1-score: 0.7609
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | F1-score |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | 0.7055 | 1.0 | 64 | 0.6796 | 0.3697 |
51
+ | 0.6944 | 2.0 | 128 | 0.6786 | 0.3697 |
52
+ | 0.7 | 3.0 | 192 | 0.6800 | 0.3697 |
53
+ | 0.6818 | 4.0 | 256 | 0.6797 | 0.3697 |
54
+ | 0.6848 | 5.0 | 320 | 0.6902 | 0.3697 |
55
+ | 0.6898 | 6.0 | 384 | 0.6777 | 0.3697 |
56
+ | 0.6877 | 7.0 | 448 | 0.6648 | 0.3697 |
57
+ | 0.6805 | 8.0 | 512 | 0.6313 | 0.3697 |
58
+ | 0.5873 | 9.0 | 576 | 0.6145 | 0.6381 |
59
+ | 0.4984 | 10.0 | 640 | 0.5247 | 0.7609 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.41.1
65
+ - Pytorch 2.0.1+cu117
66
+ - Datasets 2.19.1
67
+ - Tokenizers 0.19.1