sarasarasara commited on
Commit
02022c4
·
verified ·
1 Parent(s): 8c51da8

End of training

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/hubert-base-ls960
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: hubert-base-ls960-2clsfinetuned-bmd-V1-20250201_145011-LOSO-section-out5
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # hubert-base-ls960-2clsfinetuned-bmd-V1-20250201_145011-LOSO-section-out5
21
+
22
+ This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.7381
25
+ - Accuracy: 0.7273
26
+ - F1: 0.7273
27
+ - Precision: 0.7273
28
+ - Recall: 0.7273
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: 4
49
+ - eval_batch_size: 4
50
+ - seed: 1968
51
+ - gradient_accumulation_steps: 4
52
+ - total_train_batch_size: 16
53
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_ratio: 0.1
56
+ - num_epochs: 10
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
62
+ | No log | 1.0 | 5 | 0.6674 | 0.5909 | 0.5087 | 0.775 | 0.5909 |
63
+ | 0.6794 | 2.0 | 10 | 0.6130 | 0.7727 | 0.7723 | 0.775 | 0.7727 |
64
+ | 0.6794 | 3.0 | 15 | 0.6236 | 0.6818 | 0.6645 | 0.7292 | 0.6818 |
65
+ | 0.5818 | 4.0 | 20 | 0.6672 | 0.6364 | 0.5810 | 0.7895 | 0.6364 |
66
+ | 0.5818 | 5.0 | 25 | 0.5214 | 0.7727 | 0.7723 | 0.775 | 0.7727 |
67
+ | 0.49 | 6.0 | 30 | 0.5402 | 0.7273 | 0.7273 | 0.7273 | 0.7273 |
68
+ | 0.49 | 7.0 | 35 | 0.7001 | 0.5455 | 0.5089 | 0.5647 | 0.5455 |
69
+ | 0.3862 | 8.0 | 40 | 0.5804 | 0.8182 | 0.8167 | 0.8291 | 0.8182 |
70
+ | 0.3862 | 9.0 | 45 | 0.6310 | 0.8182 | 0.8167 | 0.8291 | 0.8182 |
71
+ | 0.2812 | 10.0 | 50 | 0.7381 | 0.7273 | 0.7273 | 0.7273 | 0.7273 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.48.2
77
+ - Pytorch 2.5.1+cu124
78
+ - Datasets 3.2.0
79
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-base-ls960",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "HubertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512
20
+ ],
21
+ "conv_kernel": [
22
+ 10,
23
+ 3,
24
+ 3,
25
+ 3,
26
+ 3,
27
+ 2,
28
+ 2
29
+ ],
30
+ "conv_pos_batch_norm": false,
31
+ "conv_stride": [
32
+ 5,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2,
38
+ 2
39
+ ],
40
+ "ctc_loss_reduction": "sum",
41
+ "ctc_zero_infinity": false,
42
+ "do_stable_layer_norm": false,
43
+ "eos_token_id": 2,
44
+ "feat_extract_activation": "gelu",
45
+ "feat_extract_dropout": 0.0,
46
+ "feat_extract_norm": "group",
47
+ "feat_proj_dropout": 0.1,
48
+ "feat_proj_layer_norm": true,
49
+ "final_dropout": 0.1,
50
+ "gradient_checkpointing": false,
51
+ "hidden_act": "gelu",
52
+ "hidden_dropout": 0.1,
53
+ "hidden_dropout_prob": 0.1,
54
+ "hidden_size": 768,
55
+ "id2label": {
56
+ "0": "dep",
57
+ "1": "mnc"
58
+ },
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 3072,
61
+ "label2id": {
62
+ "dep": "0",
63
+ "mnc": "1"
64
+ },
65
+ "layer_norm_eps": 1e-05,
66
+ "layerdrop": 0.1,
67
+ "mask_feature_length": 10,
68
+ "mask_feature_min_masks": 0,
69
+ "mask_feature_prob": 0.0,
70
+ "mask_time_length": 10,
71
+ "mask_time_min_masks": 2,
72
+ "mask_time_prob": 0.05,
73
+ "model_type": "hubert",
74
+ "num_attention_heads": 12,
75
+ "num_conv_pos_embedding_groups": 16,
76
+ "num_conv_pos_embeddings": 128,
77
+ "num_feat_extract_layers": 7,
78
+ "num_hidden_layers": 12,
79
+ "pad_token_id": 0,
80
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.48.2",
83
+ "use_weighted_layer_sum": false,
84
+ "vocab_size": 32
85
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2842aece1caa4c51c8f9cfe813111845daf1e7103f7c60913660d00bfa489d80
3
+ size 378301944
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
runs/Feb01_14-50-11_24e1b9c0abb4/events.out.tfevents.1738421414.24e1b9c0abb4.3310.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf420989c808feb2a7e6105edef17d58f900b6fe107c57dcf910a6d3a5ee3b7
3
+ size 12262
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:734403097cbdc554e561993c6d77e27d798cd5889d73d05a8f67d4db14bebbc1
3
+ size 5496