butuskapes commited on
Commit
ee848ca
·
verified ·
1 Parent(s): 94ef70c

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_stride": [
31
+ 5,
32
+ 2,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2
38
+ ],
39
+ "ctc_loss_reduction": "sum",
40
+ "ctc_zero_infinity": false,
41
+ "do_stable_layer_norm": false,
42
+ "eos_token_id": 2,
43
+ "feat_extract_activation": "gelu",
44
+ "feat_extract_dropout": 0.0,
45
+ "feat_extract_norm": "group",
46
+ "feat_proj_dropout": 0.1,
47
+ "feat_proj_layer_norm": true,
48
+ "final_dropout": 0.1,
49
+ "gradient_checkpointing": false,
50
+ "hidden_act": "gelu",
51
+ "hidden_dropout": 0.1,
52
+ "hidden_dropout_prob": 0.1,
53
+ "hidden_size": 768,
54
+ "id2label": {
55
+ "0": "Brazil",
56
+ "1": "Canada",
57
+ "10": "Venezuela",
58
+ "2": "France",
59
+ "3": "Germany",
60
+ "4": "India",
61
+ "5": "Ireland",
62
+ "6": "Italy",
63
+ "7": "Spain",
64
+ "8": "United Kingdom",
65
+ "9": "United States"
66
+ },
67
+ "initializer_range": 0.02,
68
+ "intermediate_size": 3072,
69
+ "label2id": {
70
+ "Brazil": "0",
71
+ "Canada": "1",
72
+ "France": "2",
73
+ "Germany": "3",
74
+ "India": "4",
75
+ "Ireland": "5",
76
+ "Italy": "6",
77
+ "Spain": "7",
78
+ "United Kingdom": "8",
79
+ "United States": "9",
80
+ "Venezuela": "10"
81
+ },
82
+ "layer_norm_eps": 1e-05,
83
+ "layerdrop": 0.1,
84
+ "mask_feature_length": 10,
85
+ "mask_feature_min_masks": 0,
86
+ "mask_feature_prob": 0.0,
87
+ "mask_time_length": 10,
88
+ "mask_time_min_masks": 2,
89
+ "mask_time_prob": 0.05,
90
+ "model_type": "hubert",
91
+ "num_attention_heads": 12,
92
+ "num_conv_pos_embedding_groups": 16,
93
+ "num_conv_pos_embeddings": 128,
94
+ "num_feat_extract_layers": 7,
95
+ "num_hidden_layers": 12,
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,
101
+ "vocab_size": 32
102
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d0b4ca2f7a87d76b89d0826ef0c71e37563060ad9cc21674c54e45eebccdb9
3
+ size 378311204
runs/Jun28_09-20-11_gl1703.arc-ts.umich.edu/events.out.tfevents.1751116824.gl1703.arc-ts.umich.edu.623883.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eca3e23a5283c909e8c05b83e325fe6da04ad3533e9dce0a2529148c33101a16
3
+ size 13552
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e323eaaabc74ca4270317e894a13c588a6cd0ee835a7c65fad520a81c4d9bac
3
+ size 5304