Model save
Browse files- README.md +84 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: xlnet/xlnet-large-cased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: xlnet-large-cased-finetuned-augmentation-LUNAR-TAPT-DAIR
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# xlnet-large-cased-finetuned-augmentation-LUNAR-TAPT-DAIR
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [xlnet/xlnet-large-cased](https://huggingface.co/xlnet/xlnet-large-cased) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3446
|
23 |
+
- F1: 0.7969
|
24 |
+
- Roc Auc: 0.8626
|
25 |
+
- Accuracy: 0.6676
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 20
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.5069 | 1.0 | 627 | 0.5087 | 0.1392 | 0.5511 | 0.1141 |
|
58 |
+
| 0.4852 | 2.0 | 1254 | 0.5375 | 0.1380 | 0.5503 | 0.1141 |
|
59 |
+
| 0.483 | 3.0 | 1881 | 0.4748 | 0.2573 | 0.5929 | 0.2402 |
|
60 |
+
| 0.4274 | 4.0 | 2508 | 0.4217 | 0.3887 | 0.6509 | 0.4134 |
|
61 |
+
| 0.4097 | 5.0 | 3135 | 0.3956 | 0.4075 | 0.6626 | 0.4505 |
|
62 |
+
| 0.3566 | 6.0 | 3762 | 0.3691 | 0.4944 | 0.7070 | 0.4916 |
|
63 |
+
| 0.344 | 7.0 | 4389 | 0.3530 | 0.5637 | 0.7385 | 0.5243 |
|
64 |
+
| 0.3145 | 8.0 | 5016 | 0.3265 | 0.6867 | 0.7866 | 0.5874 |
|
65 |
+
| 0.2944 | 9.0 | 5643 | 0.3415 | 0.6197 | 0.7661 | 0.5607 |
|
66 |
+
| 0.2168 | 10.0 | 6270 | 0.3160 | 0.7367 | 0.8176 | 0.6373 |
|
67 |
+
| 0.1664 | 11.0 | 6897 | 0.3014 | 0.7569 | 0.8345 | 0.6333 |
|
68 |
+
| 0.1604 | 12.0 | 7524 | 0.3070 | 0.7606 | 0.8411 | 0.6453 |
|
69 |
+
| 0.1616 | 13.0 | 8151 | 0.3060 | 0.7700 | 0.8411 | 0.6592 |
|
70 |
+
| 0.1155 | 14.0 | 8778 | 0.3160 | 0.7831 | 0.8532 | 0.6536 |
|
71 |
+
| 0.1226 | 15.0 | 9405 | 0.3307 | 0.7886 | 0.8556 | 0.6600 |
|
72 |
+
| 0.0968 | 16.0 | 10032 | 0.3346 | 0.7919 | 0.8594 | 0.6604 |
|
73 |
+
| 0.0939 | 17.0 | 10659 | 0.3389 | 0.7981 | 0.8621 | 0.6672 |
|
74 |
+
| 0.0632 | 18.0 | 11286 | 0.3417 | 0.7970 | 0.8634 | 0.6648 |
|
75 |
+
| 0.0816 | 19.0 | 11913 | 0.3438 | 0.7970 | 0.8625 | 0.6676 |
|
76 |
+
| 0.0759 | 20.0 | 12540 | 0.3446 | 0.7969 | 0.8626 | 0.6676 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.45.1
|
82 |
+
- Pytorch 2.4.0
|
83 |
+
- Datasets 3.0.1
|
84 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1445339812
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7086d60f4ffc71bd770fb81f4e1c2dce2b70f05231729587c89c9416b22d135
|
3 |
size 1445339812
|