End of training
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
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
|
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: 3.2824
|
24 |
+
- Accuracy: 0.1864
|
25 |
+
- Precision: 0.1087
|
26 |
+
- Recall: 0.1864
|
27 |
+
- F1: 0.1114
|
28 |
+
- Binary: 0.4189
|
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: 3e-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.86 | 50 | 4.2455 | 0.0533 | 0.0410 | 0.0533 | 0.0255 | 0.3252 |
|
63 |
+
| No log | 1.72 | 100 | 3.9851 | 0.0630 | 0.0179 | 0.0630 | 0.0163 | 0.3249 |
|
64 |
+
| No log | 2.59 | 150 | 3.7681 | 0.0726 | 0.0401 | 0.0726 | 0.0283 | 0.3421 |
|
65 |
+
| No log | 3.45 | 200 | 3.7448 | 0.0678 | 0.0383 | 0.0678 | 0.0252 | 0.3167 |
|
66 |
+
| No log | 4.31 | 250 | 3.5775 | 0.0896 | 0.0447 | 0.0896 | 0.0413 | 0.3453 |
|
67 |
+
| No log | 5.17 | 300 | 3.5078 | 0.0969 | 0.0380 | 0.0969 | 0.0400 | 0.3482 |
|
68 |
+
| No log | 6.03 | 350 | 3.4008 | 0.1283 | 0.0445 | 0.1283 | 0.0587 | 0.3777 |
|
69 |
+
| No log | 6.9 | 400 | 3.3443 | 0.1550 | 0.1089 | 0.1550 | 0.0850 | 0.3983 |
|
70 |
+
| No log | 7.76 | 450 | 3.2965 | 0.1792 | 0.1052 | 0.1792 | 0.1056 | 0.4177 |
|
71 |
+
| 3.768 | 8.62 | 500 | 3.2824 | 0.1864 | 0.1087 | 0.1864 | 0.1114 | 0.4189 |
|
72 |
+
| 3.768 | 9.48 | 550 | 3.2609 | 0.2058 | 0.1339 | 0.2058 | 0.1251 | 0.4332 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.38.2
|
78 |
+
- Pytorch 2.3.0
|
79 |
+
- Datasets 2.19.1
|
80 |
+
- Tokenizers 0.15.1
|
runs/Jun13_13-23-20_LAPTOP-1GID9RGH/events.out.tfevents.1718259800.LAPTOP-1GID9RGH.9068.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:67d5746478317fab5050500a9f3ff691eb8de8071ec8b9faf327af102c62ae52
|
3 |
+
size 15309
|
runs/Jun13_13-23-20_LAPTOP-1GID9RGH/events.out.tfevents.1718260129.LAPTOP-1GID9RGH.9068.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3189229c17292fc9374bf77d5d716459f77b1ecae086ccbea72fb07205e573f
|
3 |
+
size 610
|