ppak10 commited on
Commit
8ac037c
·
verified ·
1 Parent(s): d041848

Trained model with classification head weights

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: defect-classification-t5-baseline-20-epochs
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # defect-classification-t5-baseline-20-epochs
18
+
19
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4748
22
+ - Accuracy: 0.7776
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
+ - train_batch_size: 512
43
+ - eval_batch_size: 512
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 20
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 0.5451 | 1.0 | 1062 | 0.8419 | 0.6840 |
54
+ | 0.4981 | 2.0 | 2124 | 0.6668 | 0.6973 |
55
+ | 0.4465 | 3.0 | 3186 | 0.5410 | 0.7736 |
56
+ | 0.4091 | 4.0 | 4248 | 0.4561 | 0.8153 |
57
+ | 0.3967 | 5.0 | 5310 | 0.4574 | 0.8106 |
58
+ | 0.4033 | 6.0 | 6372 | 0.4654 | 0.8002 |
59
+ | 0.3887 | 7.0 | 7434 | 0.4576 | 0.7978 |
60
+ | 0.4674 | 8.0 | 8496 | 0.4824 | 0.7910 |
61
+ | 0.3977 | 9.0 | 9558 | 0.4450 | 0.8007 |
62
+ | 0.4191 | 10.0 | 10620 | 0.4415 | 0.7992 |
63
+ | 0.3749 | 11.0 | 11682 | 0.4439 | 0.7946 |
64
+ | 0.3741 | 12.0 | 12744 | 0.4987 | 0.7725 |
65
+ | 0.3772 | 13.0 | 13806 | 0.4445 | 0.8008 |
66
+ | 0.398 | 14.0 | 14868 | 0.4641 | 0.7800 |
67
+ | 0.3939 | 15.0 | 15930 | 0.4601 | 0.7856 |
68
+ | 0.3777 | 16.0 | 16992 | 0.4587 | 0.7869 |
69
+ | 0.3705 | 17.0 | 18054 | 0.4627 | 0.7835 |
70
+ | 0.3856 | 18.0 | 19116 | 0.4707 | 0.7791 |
71
+ | 0.3982 | 19.0 | 20178 | 0.4829 | 0.7758 |
72
+ | 0.3811 | 20.0 | 21240 | 0.4748 | 0.7776 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.47.0
78
+ - Pytorch 2.5.1+cu124
79
+ - Datasets 3.2.0
80
+ - Tokenizers 0.21.0