Training in progress, epoch 1
Browse files- config.json +9 -9
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
- runs/Jun28_10-01-34_gl1703.arc-ts.umich.edu/events.out.tfevents.1751119295.gl1703.arc-ts.umich.edu.640729.0 +2 -2
- runs/Jun28_13-16-37_gl1703.arc-ts.umich.edu/events.out.tfevents.1751131001.gl1703.arc-ts.umich.edu.710979.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "facebook/hubert-
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"attention_dropout": 0.1,
|
| 9 |
"bos_token_id": 1,
|
| 10 |
"classifier_proj_size": 256,
|
| 11 |
-
"conv_bias":
|
| 12 |
"conv_dim": [
|
| 13 |
512,
|
| 14 |
512,
|
|
@@ -38,11 +38,12 @@
|
|
| 38 |
],
|
| 39 |
"ctc_loss_reduction": "sum",
|
| 40 |
"ctc_zero_infinity": false,
|
| 41 |
-
"
|
|
|
|
| 42 |
"eos_token_id": 2,
|
| 43 |
"feat_extract_activation": "gelu",
|
| 44 |
"feat_extract_dropout": 0.0,
|
| 45 |
-
"feat_extract_norm": "
|
| 46 |
"feat_proj_dropout": 0.1,
|
| 47 |
"feat_proj_layer_norm": true,
|
| 48 |
"final_dropout": 0.1,
|
|
@@ -50,7 +51,7 @@
|
|
| 50 |
"hidden_act": "gelu",
|
| 51 |
"hidden_dropout": 0.1,
|
| 52 |
"hidden_dropout_prob": 0.1,
|
| 53 |
-
"hidden_size":
|
| 54 |
"id2label": {
|
| 55 |
"0": "Brazil",
|
| 56 |
"1": "Canada",
|
|
@@ -65,7 +66,7 @@
|
|
| 65 |
"9": "United States"
|
| 66 |
},
|
| 67 |
"initializer_range": 0.02,
|
| 68 |
-
"intermediate_size":
|
| 69 |
"label2id": {
|
| 70 |
"Brazil": "0",
|
| 71 |
"Canada": "1",
|
|
@@ -88,13 +89,12 @@
|
|
| 88 |
"mask_time_min_masks": 2,
|
| 89 |
"mask_time_prob": 0.05,
|
| 90 |
"model_type": "hubert",
|
| 91 |
-
"num_attention_heads":
|
| 92 |
"num_conv_pos_embedding_groups": 16,
|
| 93 |
"num_conv_pos_embeddings": 128,
|
| 94 |
"num_feat_extract_layers": 7,
|
| 95 |
-
"num_hidden_layers":
|
| 96 |
"pad_token_id": 0,
|
| 97 |
-
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
| 98 |
"torch_dtype": "float32",
|
| 99 |
"transformers_version": "4.46.2",
|
| 100 |
"use_weighted_layer_sum": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/hubert-large-ls960-ft",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
|
|
|
| 8 |
"attention_dropout": 0.1,
|
| 9 |
"bos_token_id": 1,
|
| 10 |
"classifier_proj_size": 256,
|
| 11 |
+
"conv_bias": true,
|
| 12 |
"conv_dim": [
|
| 13 |
512,
|
| 14 |
512,
|
|
|
|
| 38 |
],
|
| 39 |
"ctc_loss_reduction": "sum",
|
| 40 |
"ctc_zero_infinity": false,
|
| 41 |
+
"diversity_loss_weight": 0.1,
|
| 42 |
+
"do_stable_layer_norm": true,
|
| 43 |
"eos_token_id": 2,
|
| 44 |
"feat_extract_activation": "gelu",
|
| 45 |
"feat_extract_dropout": 0.0,
|
| 46 |
+
"feat_extract_norm": "layer",
|
| 47 |
"feat_proj_dropout": 0.1,
|
| 48 |
"feat_proj_layer_norm": true,
|
| 49 |
"final_dropout": 0.1,
|
|
|
|
| 51 |
"hidden_act": "gelu",
|
| 52 |
"hidden_dropout": 0.1,
|
| 53 |
"hidden_dropout_prob": 0.1,
|
| 54 |
+
"hidden_size": 1024,
|
| 55 |
"id2label": {
|
| 56 |
"0": "Brazil",
|
| 57 |
"1": "Canada",
|
|
|
|
| 66 |
"9": "United States"
|
| 67 |
},
|
| 68 |
"initializer_range": 0.02,
|
| 69 |
+
"intermediate_size": 4096,
|
| 70 |
"label2id": {
|
| 71 |
"Brazil": "0",
|
| 72 |
"Canada": "1",
|
|
|
|
| 89 |
"mask_time_min_masks": 2,
|
| 90 |
"mask_time_prob": 0.05,
|
| 91 |
"model_type": "hubert",
|
| 92 |
+
"num_attention_heads": 16,
|
| 93 |
"num_conv_pos_embedding_groups": 16,
|
| 94 |
"num_conv_pos_embeddings": 128,
|
| 95 |
"num_feat_extract_layers": 7,
|
| 96 |
+
"num_hidden_layers": 24,
|
| 97 |
"pad_token_id": 0,
|
|
|
|
| 98 |
"torch_dtype": "float32",
|
| 99 |
"transformers_version": "4.46.2",
|
| 100 |
"use_weighted_layer_sum": false,
|
model.safetensors
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:8272495ca4409cb3989449b601ad24a3a51811ca17ac63a032cd23ded98e9352
|
| 3 |
+
size 1262867716
|
preprocessor_config.json
CHANGED
|
@@ -4,6 +4,6 @@
|
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0,
|
| 7 |
-
"return_attention_mask":
|
| 8 |
"sampling_rate": 16000
|
| 9 |
}
|
|
|
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0,
|
| 7 |
+
"return_attention_mask": true,
|
| 8 |
"sampling_rate": 16000
|
| 9 |
}
|
runs/Jun28_10-01-34_gl1703.arc-ts.umich.edu/events.out.tfevents.1751119295.gl1703.arc-ts.umich.edu.640729.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:25f9d93e5b559035a5873d17ee97677fa546809db48eb52a817b85b005db7e6a
|
| 3 |
+
size 178320
|
runs/Jun28_13-16-37_gl1703.arc-ts.umich.edu/events.out.tfevents.1751131001.gl1703.arc-ts.umich.edu.710979.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa3616cafa23f6ecade4159a8d24c739b464f8270b4d5e54e9e25d3eb1bddb60
|
| 3 |
+
size 10056
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d9bffae36006adacfc86e0c417a7dadb510228d476c113f3ceb018c54806ce5
|
| 3 |
size 5304
|