End of training
Browse files
README.md
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/hubert-base-ls960
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: hubert-classifier-aug-fold-9
|
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 |
+
# hubert-classifier-aug-fold-9
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 4.4196
|
24 |
+
- Accuracy: 0.0162
|
25 |
+
- Precision: 0.0003
|
26 |
+
- Recall: 0.0162
|
27 |
+
- F1: 0.0005
|
28 |
+
- Binary: 0.1388
|
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: 0.0001
|
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: 30
|
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.19 | 50 | 4.4284 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
63 |
+
| No log | 0.38 | 100 | 4.4249 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1296 |
|
64 |
+
| No log | 0.58 | 150 | 4.4280 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1353 |
|
65 |
+
| No log | 0.77 | 200 | 4.4229 | 0.0108 | 0.0001 | 0.0108 | 0.0002 | 0.1315 |
|
66 |
+
| No log | 0.96 | 250 | 4.4254 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
67 |
+
| 4.4398 | 1.15 | 300 | 4.4262 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
68 |
+
| 4.4398 | 1.34 | 350 | 4.4237 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
69 |
+
| 4.4398 | 1.53 | 400 | 4.4237 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1315 |
|
70 |
+
| 4.4398 | 1.73 | 450 | 4.4233 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1315 |
|
71 |
+
| 4.4398 | 1.92 | 500 | 4.4241 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
72 |
+
| 4.4196 | 2.11 | 550 | 4.4240 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
73 |
+
| 4.4196 | 2.3 | 600 | 4.4236 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1213 |
|
74 |
+
| 4.4196 | 2.49 | 650 | 4.4227 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
75 |
+
| 4.4196 | 2.68 | 700 | 4.4235 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1353 |
|
76 |
+
| 4.4196 | 2.88 | 750 | 4.4234 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
77 |
+
| 4.4189 | 3.07 | 800 | 4.4234 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
78 |
+
| 4.4189 | 3.26 | 850 | 4.4240 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
79 |
+
| 4.4189 | 3.45 | 900 | 4.4230 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
80 |
+
| 4.4189 | 3.64 | 950 | 4.4230 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
81 |
+
| 4.4189 | 3.84 | 1000 | 4.4225 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1315 |
|
82 |
+
| 4.4185 | 4.03 | 1050 | 4.4233 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
83 |
+
| 4.4185 | 4.22 | 1100 | 4.4229 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
84 |
+
| 4.4185 | 4.41 | 1150 | 4.4226 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
85 |
+
| 4.4185 | 4.6 | 1200 | 4.4223 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
86 |
+
| 4.4185 | 4.79 | 1250 | 4.4234 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
87 |
+
| 4.4185 | 4.99 | 1300 | 4.4225 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1302 |
|
88 |
+
| 4.4351 | 5.18 | 1350 | 4.4225 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
89 |
+
| 4.4351 | 5.37 | 1400 | 4.4231 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
90 |
+
| 4.4351 | 5.56 | 1450 | 4.4233 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
91 |
+
| 4.4351 | 5.75 | 1500 | 4.4220 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
92 |
+
| 4.4351 | 5.94 | 1550 | 4.4217 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
93 |
+
| 4.4178 | 6.14 | 1600 | 4.4225 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
94 |
+
| 4.4178 | 6.33 | 1650 | 4.4217 | 0.0162 | 0.0003 | 0.0162 | 0.0005 | 0.1321 |
|
95 |
+
| 4.4178 | 6.52 | 1700 | 4.4222 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
96 |
+
| 4.4178 | 6.71 | 1750 | 4.4226 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
97 |
+
| 4.4178 | 6.9 | 1800 | 4.4222 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
98 |
+
| 4.4175 | 7.09 | 1850 | 4.4232 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
99 |
+
| 4.4175 | 7.29 | 1900 | 4.4235 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
100 |
+
| 4.4175 | 7.48 | 1950 | 4.4231 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
101 |
+
| 4.4175 | 7.67 | 2000 | 4.4235 | 0.0135 | 0.0002 | 0.0135 | 0.0004 | 0.1334 |
|
102 |
+
|
103 |
+
|
104 |
+
### Framework versions
|
105 |
+
|
106 |
+
- Transformers 4.38.2
|
107 |
+
- Pytorch 2.3.0
|
108 |
+
- Datasets 2.19.1
|
109 |
+
- Tokenizers 0.15.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378386248
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e45aae84a4eb264f1f7f3d5da55aa185cff8b8d48623bd53fe8f0d7c522e732
|
3 |
size 378386248
|
runs/Jun27_16-13-08_LAPTOP-1GID9RGH/events.out.tfevents.1719479590.LAPTOP-1GID9RGH.19012.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:aa08d6c219e508f8b22a887b30865c8c7fca3158ebeea97f186ff46e553f3d94
|
3 |
+
size 31981
|
runs/Jun27_16-13-08_LAPTOP-1GID9RGH/events.out.tfevents.1719480666.LAPTOP-1GID9RGH.19012.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db7beb3cffe84b5837f31a05bee6d15a625c98dc81957f98cdabdcdf9e13fa07
|
3 |
+
size 610
|