nizarh1999
commited on
Commit
•
b734b49
1
Parent(s):
fce85ab
End of training
Browse files- README.md +69 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: yhavinga/t5-small-24L-ccmatrix-multi
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
model-index:
|
11 |
+
- name: final_classification
|
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 |
+
# final_classification
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [yhavinga/t5-small-24L-ccmatrix-multi](https://huggingface.co/yhavinga/t5-small-24L-ccmatrix-multi) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0945
|
23 |
+
- F1: {'f1': 0.9405940594059407}
|
24 |
+
- Precision: {'precision': 0.9134615384615384}
|
25 |
+
- Recall: {'recall': 0.9693877551020408}
|
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: 0.0001
|
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: linear
|
50 |
+
- num_epochs: 6
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------------:|:---------------------------------:|:------------------------------:|
|
56 |
+
| No log | 1.0 | 110 | 0.2338 | {'f1': 0.6845637583892618} | {'precision': 1.0} | {'recall': 0.5204081632653061} |
|
57 |
+
| No log | 2.0 | 220 | 0.0828 | {'f1': 0.9387755102040817} | {'precision': 0.9387755102040817} | {'recall': 0.9387755102040817} |
|
58 |
+
| No log | 3.0 | 330 | 0.0891 | {'f1': 0.9359605911330049} | {'precision': 0.9047619047619048} | {'recall': 0.9693877551020408} |
|
59 |
+
| No log | 4.0 | 440 | 0.0744 | {'f1': 0.95} | {'precision': 0.9313725490196079} | {'recall': 0.9693877551020408} |
|
60 |
+
| 0.1529 | 5.0 | 550 | 0.1012 | {'f1': 0.9405940594059407} | {'precision': 0.9134615384615384} | {'recall': 0.9693877551020408} |
|
61 |
+
| 0.1529 | 6.0 | 660 | 0.0945 | {'f1': 0.9405940594059407} | {'precision': 0.9134615384615384} | {'recall': 0.9693877551020408} |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.40.0
|
67 |
+
- Pytorch 2.2.1+cu121
|
68 |
+
- Datasets 2.19.0
|
69 |
+
- 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 935348320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:518b75f41ddc4a46742957e2dccddb8c63a3f2eb1c0b5bc5c959319882244116
|
3 |
size 935348320
|