callmesan commited on
Commit
ac1b356
1 Parent(s): 4e9484a

End of training

Browse files
Files changed (5) hide show
  1. README.md +76 -0
  2. config.json +0 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +14 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Vignesh-M/Indic-whisper
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: whisper-indic-audio-abuse-feature
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # whisper-indic-audio-abuse-feature
16
+
17
+ This model is a fine-tuned version of [Vignesh-M/Indic-whisper](https://huggingface.co/Vignesh-M/Indic-whisper) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5056
20
+ - Accuracy: 0.8868
21
+ - Macro Precision: 0.8642
22
+ - Macro Recall: 0.8509
23
+ - Macro F1-score: 0.8572
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: 5e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 64
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.01
51
+ - num_epochs: 5
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Macro Precision | Macro Recall | Macro F1-score |
57
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------------:|:------------:|:--------------:|
58
+ | 0.4635 | 0.4367 | 50 | 0.4010 | 0.8020 | 0.8176 | 0.8096 | 0.8014 |
59
+ | 0.3403 | 0.8734 | 100 | 0.3162 | 0.8684 | 0.8685 | 0.8668 | 0.8675 |
60
+ | 0.2689 | 1.3100 | 150 | 0.3025 | 0.8807 | 0.8838 | 0.8774 | 0.8793 |
61
+ | 0.2339 | 1.7467 | 200 | 0.3019 | 0.8782 | 0.8776 | 0.8777 | 0.8776 |
62
+ | 0.1723 | 2.1834 | 250 | 0.3715 | 0.8868 | 0.8870 | 0.8854 | 0.8861 |
63
+ | 0.1027 | 2.6201 | 300 | 0.3472 | 0.8930 | 0.8937 | 0.8912 | 0.8921 |
64
+ | 0.123 | 3.0568 | 350 | 0.3690 | 0.8795 | 0.8855 | 0.8751 | 0.8776 |
65
+ | 0.0497 | 3.4934 | 400 | 0.4423 | 0.8918 | 0.8916 | 0.8907 | 0.8911 |
66
+ | 0.0534 | 3.9301 | 450 | 0.3937 | 0.9041 | 0.9048 | 0.9024 | 0.9033 |
67
+ | 0.0235 | 4.3668 | 500 | 0.4753 | 0.8979 | 0.8993 | 0.8958 | 0.8970 |
68
+ | 0.0196 | 4.8035 | 550 | 0.5204 | 0.8967 | 0.8982 | 0.8944 | 0.8957 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.41.2
74
+ - Pytorch 2.1.2
75
+ - Datasets 2.19.2
76
+ - Tokenizers 0.19.1
config.json ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a561efc6ca1600538147382a34b73d757782811a7113a2ee9a43fd676cdad6
3
+ size 1229957888
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429123e778ccddaa6e1fccbc834d2737453abb946737776468dc99269102329d
3
+ size 5112