End of training
Browse files
README.md
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: asapp/sew-d-tiny-100k-ft-ls100h
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: sewd-classifier-aug-large
|
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 |
+
# sewd-classifier-aug-large
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [asapp/sew-d-tiny-100k-ft-ls100h](https://huggingface.co/asapp/sew-d-tiny-100k-ft-ls100h) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 3.2094
|
24 |
+
- Accuracy: 0.1712
|
25 |
+
- Precision: 0.0867
|
26 |
+
- Recall: 0.1712
|
27 |
+
- F1: 0.0887
|
28 |
+
- Binary: 0.4166
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1e-05
|
48 |
+
- train_batch_size: 32
|
49 |
+
- eval_batch_size: 32
|
50 |
+
- seed: 42
|
51 |
+
- gradient_accumulation_steps: 4
|
52 |
+
- total_train_batch_size: 128
|
53 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
+
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 10
|
56 |
+
- mixed_precision_training: Native AMP
|
57 |
+
|
58 |
+
### Training results
|
59 |
+
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
|
61 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
|
62 |
+
| No log | 0.1 | 50 | 4.4166 | 0.0108 | 0.0010 | 0.0108 | 0.0013 | 0.1291 |
|
63 |
+
| No log | 0.2 | 100 | 4.3510 | 0.0135 | 0.0069 | 0.0135 | 0.0026 | 0.1367 |
|
64 |
+
| No log | 0.29 | 150 | 4.2531 | 0.0323 | 0.0016 | 0.0323 | 0.0030 | 0.2372 |
|
65 |
+
| No log | 0.39 | 200 | 4.1748 | 0.0350 | 0.0022 | 0.0350 | 0.0039 | 0.2779 |
|
66 |
+
| No log | 0.49 | 250 | 4.0970 | 0.0431 | 0.0076 | 0.0431 | 0.0094 | 0.2969 |
|
67 |
+
| No log | 0.59 | 300 | 4.0268 | 0.0499 | 0.0179 | 0.0499 | 0.0116 | 0.3198 |
|
68 |
+
| No log | 0.69 | 350 | 3.9648 | 0.0472 | 0.0029 | 0.0472 | 0.0054 | 0.3175 |
|
69 |
+
| No log | 0.78 | 400 | 3.8977 | 0.0553 | 0.0279 | 0.0553 | 0.0164 | 0.3283 |
|
70 |
+
| No log | 0.88 | 450 | 3.8290 | 0.0768 | 0.0239 | 0.0768 | 0.0230 | 0.3437 |
|
71 |
+
| No log | 0.98 | 500 | 3.7650 | 0.0701 | 0.0313 | 0.0701 | 0.0252 | 0.3418 |
|
72 |
+
| 4.166 | 1.08 | 550 | 3.7060 | 0.0997 | 0.0444 | 0.0997 | 0.0418 | 0.3625 |
|
73 |
+
| 4.166 | 1.18 | 600 | 3.6526 | 0.1132 | 0.0497 | 0.1132 | 0.0501 | 0.3733 |
|
74 |
+
| 4.166 | 1.27 | 650 | 3.5931 | 0.1132 | 0.0433 | 0.1132 | 0.0509 | 0.3732 |
|
75 |
+
| 4.166 | 1.37 | 700 | 3.5467 | 0.1240 | 0.0664 | 0.1240 | 0.0558 | 0.3805 |
|
76 |
+
| 4.166 | 1.47 | 750 | 3.4981 | 0.1213 | 0.0589 | 0.1213 | 0.0553 | 0.3792 |
|
77 |
+
| 4.166 | 1.57 | 800 | 3.4544 | 0.1361 | 0.0606 | 0.1361 | 0.0641 | 0.3904 |
|
78 |
+
| 4.166 | 1.67 | 850 | 3.4081 | 0.1456 | 0.0557 | 0.1456 | 0.0655 | 0.3980 |
|
79 |
+
| 4.166 | 1.76 | 900 | 3.3696 | 0.1536 | 0.0812 | 0.1536 | 0.0786 | 0.4040 |
|
80 |
+
| 4.166 | 1.86 | 950 | 3.3213 | 0.1523 | 0.0609 | 0.1523 | 0.0745 | 0.4038 |
|
81 |
+
| 4.166 | 1.96 | 1000 | 3.2814 | 0.1779 | 0.0991 | 0.1779 | 0.0922 | 0.4217 |
|
82 |
+
| 3.6654 | 2.06 | 1050 | 3.2435 | 0.1550 | 0.0883 | 0.1550 | 0.0737 | 0.4061 |
|
83 |
+
| 3.6654 | 2.16 | 1100 | 3.2094 | 0.1712 | 0.0867 | 0.1712 | 0.0887 | 0.4166 |
|
84 |
+
|
85 |
+
|
86 |
+
### Framework versions
|
87 |
+
|
88 |
+
- Transformers 4.38.2
|
89 |
+
- Pytorch 2.3.0
|
90 |
+
- Datasets 2.19.1
|
91 |
+
- Tokenizers 0.15.1
|
runs/Jul04_23-43-31_LAPTOP-1GID9RGH/events.out.tfevents.1720111412.LAPTOP-1GID9RGH.5360.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:6d8ff88f9a77900220146305469a00b2af06ac36e59d98e8b0e2d520ebdf0735
|
3 |
+
size 21853
|