Luca-Engel
commited on
Commit
•
d4786ea
1
Parent(s):
88bbe77
ast trainer push best model after 5 epochs fp16
Browse files- README.md +74 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
base_model: MIT/ast-finetuned-audioset-10-10-0.4593
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- recall
|
9 |
+
- precision
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: DL_Audio_Hatespeech_ast_trainer_push
|
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 |
+
# DL_Audio_Hatespeech_ast_trainer_push
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.6336
|
24 |
+
- Accuracy: 0.6431
|
25 |
+
- Recall: 0.7452
|
26 |
+
- Precision: 0.6237
|
27 |
+
- F1: 0.6790
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 3e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- gradient_accumulation_steps: 2
|
51 |
+
- total_train_batch_size: 32
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- lr_scheduler_warmup_ratio: 0.1
|
55 |
+
- num_epochs: 5
|
56 |
+
- mixed_precision_training: Native AMP
|
57 |
+
|
58 |
+
### Training results
|
59 |
+
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision | F1 |
|
61 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
+
| 0.6432 | 0.9987 | 387 | 0.6686 | 0.5992 | 0.6580 | 0.5944 | 0.6245 |
|
63 |
+
| 0.6414 | 2.0 | 775 | 0.6336 | 0.6431 | 0.7452 | 0.6237 | 0.6790 |
|
64 |
+
| 0.6079 | 2.9987 | 1162 | 0.6505 | 0.6328 | 0.5783 | 0.6561 | 0.6148 |
|
65 |
+
| 0.5088 | 4.0 | 1550 | 0.7122 | 0.6176 | 0.6624 | 0.6136 | 0.6371 |
|
66 |
+
| 0.3005 | 4.9935 | 1935 | 0.9250 | 0.6099 | 0.6038 | 0.6176 | 0.6106 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.40.2
|
72 |
+
- Pytorch 2.3.0+cu121
|
73 |
+
- Datasets 2.3.2
|
74 |
+
- 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 344790040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f531ef814edd2716daa24f14c8afb46b0ddcfcfb7a3e89537b0761875a1ea1aa
|
3 |
size 344790040
|