End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: xlnet-base-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: xlnet-base-cased-HU-comple
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# xlnet-base-cased-HU-comple
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.9240
|
24 |
+
- Accuracy: 0.8050
|
25 |
+
- F1: 0.7619
|
26 |
+
- Precision: 0.7568
|
27 |
+
- Recall: 0.7671
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.6952 | 1.0 | 90 | 0.6760 | 0.5933 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| 0.694 | 2.0 | 180 | 0.6782 | 0.5933 | 0.0 | 0.0 | 0.0 |
|
60 |
+
| 0.6856 | 3.0 | 270 | 0.6781 | 0.5933 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| 0.6868 | 4.0 | 360 | 0.7132 | 0.5933 | 0.0 | 0.0 | 0.0 |
|
62 |
+
| 0.6353 | 5.0 | 450 | 0.6486 | 0.6657 | 0.6685 | 0.5602 | 0.8288 |
|
63 |
+
| 0.5003 | 6.0 | 540 | 0.5151 | 0.7799 | 0.7189 | 0.7481 | 0.6918 |
|
64 |
+
| 0.3585 | 7.0 | 630 | 0.5237 | 0.7660 | 0.7290 | 0.6890 | 0.7740 |
|
65 |
+
| 0.2167 | 8.0 | 720 | 0.7817 | 0.7883 | 0.7226 | 0.7734 | 0.6781 |
|
66 |
+
| 0.1643 | 9.0 | 810 | 0.8763 | 0.7939 | 0.7597 | 0.7222 | 0.8014 |
|
67 |
+
| 0.135 | 10.0 | 900 | 0.9240 | 0.8050 | 0.7619 | 0.7568 | 0.7671 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.43.0.dev0
|
73 |
+
- Pytorch 2.0.1+cu117
|
74 |
+
- Datasets 2.19.1
|
75 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 469264592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaabe46d8d16930d9042034be6619edba997cb3ae0ebed27bf0274155cde112c
|
3 |
size 469264592
|
runs/Jul04_10-42-42_raul-MS-7B98/events.out.tfevents.1720107788.raul-MS-7B98.8442.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26b86eac84384c4f502dad73cb329eeefd4da18a4b6c8f9b99ebd0e8bcabf0e4
|
3 |
+
size 12393
|