butuskapes commited on
Commit
0fef543
·
verified ·
1 Parent(s): 38d01da

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-large-ls960-ft",
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": true,
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
+ "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,
50
+ "gradient_checkpointing": false,
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",
58
+ "10": "Venezuela",
59
+ "2": "France",
60
+ "3": "Germany",
61
+ "4": "India",
62
+ "5": "Ireland",
63
+ "6": "Italy",
64
+ "7": "Spain",
65
+ "8": "United Kingdom",
66
+ "9": "United States"
67
+ },
68
+ "initializer_range": 0.02,
69
+ "intermediate_size": 4096,
70
+ "label2id": {
71
+ "Brazil": "0",
72
+ "Canada": "1",
73
+ "France": "2",
74
+ "Germany": "3",
75
+ "India": "4",
76
+ "Ireland": "5",
77
+ "Italy": "6",
78
+ "Spain": "7",
79
+ "United Kingdom": "8",
80
+ "United States": "9",
81
+ "Venezuela": "10"
82
+ },
83
+ "layer_norm_eps": 1e-05,
84
+ "layerdrop": 0.1,
85
+ "mask_feature_length": 10,
86
+ "mask_feature_min_masks": 0,
87
+ "mask_feature_prob": 0.0,
88
+ "mask_time_length": 10,
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,
101
+ "vocab_size": 32
102
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39d302ee4d7684662f0904da31b08c3d1e32c851ccddd3d50440c56e9c9102a
3
+ size 1262867716
runs/Jun27_21-34-50_gl1708.arc-ts.umich.edu/events.out.tfevents.1751074493.gl1708.arc-ts.umich.edu.3937806.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40a53df000d921e99fa868fef74cc81ea5fe559e41581ce21dbdfbcbded3e4f
3
+ size 6164
runs/Jun27_21-43-24_gl1708.arc-ts.umich.edu/events.out.tfevents.1751075005.gl1708.arc-ts.umich.edu.3937806.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:360d41466f5f7711dc295111aff286e9aca217107b7f92b62a89a6177599fa2f
3
+ size 6164
runs/Jun27_22-23-37_gl1708.arc-ts.umich.edu/events.out.tfevents.1751077420.gl1708.arc-ts.umich.edu.3961677.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89a1f0eaf28315d95da615aeba8a7779c83acf5ad038d3b9d24d569120072d3
3
+ size 6164
runs/Jun27_22-26-36_gl1708.arc-ts.umich.edu/events.out.tfevents.1751077600.gl1708.arc-ts.umich.edu.3961677.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce582aa18cccb4b413c465e42dc506ab3781e30f637119ceb82344712f4d85d2
3
+ size 8280
runs/Jun27_22-37-10_gl1708.arc-ts.umich.edu/events.out.tfevents.1751078232.gl1708.arc-ts.umich.edu.3974168.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731cd5e414776484c0cc86ebdce1c34e2cfd4b9bde63a18c21e66e08f4091fbe
3
+ size 10076
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b7bf31fa8121d6331f347696acbab554537e9634d6d09a38a01e5afa22055d
3
+ size 5304