minoosh commited on
Commit
8016cb8
1 Parent(s): 6b76af1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ASTie-finetuned-on-shEMO
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # ASTie-finetuned-on-shEMO
14
+
15
+ This model is a fine-tuned version of [minoosh/ast-finetuned-audioset-10-10-0.4593-finetuned-ie](https://huggingface.co/minoosh/ast-finetuned-audioset-10-10-0.4593-finetuned-ie) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 1.4229
18
+ - eval_accuracy: 0.8167
19
+ - eval_runtime: 37.6165
20
+ - eval_samples_per_second: 7.975
21
+ - eval_steps_per_second: 1.01
22
+ - epoch: 16.36
23
+ - step: 1227
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 3e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 30
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.27.4
56
+ - Pytorch 1.13.0
57
+ - Datasets 2.11.0
58
+ - Tokenizers 0.13.2