Teapack1 commited on
Commit
7b44a92
1 Parent(s): 634c1d7

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ntu-spml/distilhubert",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": false,
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_norm": "group",
45
+ "feat_proj_dropout": 0.0,
46
+ "feat_proj_layer_norm": false,
47
+ "final_dropout": 0.0,
48
+ "hidden_act": "gelu",
49
+ "hidden_dropout": 0.1,
50
+ "hidden_size": 768,
51
+ "id2label": {
52
+ "0": "abroad",
53
+ "1": "address",
54
+ "10": "high_value_payment",
55
+ "11": "joint_account",
56
+ "12": "latest_transactions",
57
+ "13": "pay_bill",
58
+ "2": "app_error",
59
+ "3": "atm_limit",
60
+ "4": "balance",
61
+ "5": "business_loan",
62
+ "6": "card_issues",
63
+ "7": "cash_deposit",
64
+ "8": "direct_debit",
65
+ "9": "freeze"
66
+ },
67
+ "initializer_range": 0.02,
68
+ "intermediate_size": 3072,
69
+ "label2id": {
70
+ "abroad": "0",
71
+ "address": "1",
72
+ "app_error": "2",
73
+ "atm_limit": "3",
74
+ "balance": "4",
75
+ "business_loan": "5",
76
+ "card_issues": "6",
77
+ "cash_deposit": "7",
78
+ "direct_debit": "8",
79
+ "freeze": "9",
80
+ "high_value_payment": "10",
81
+ "joint_account": "11",
82
+ "latest_transactions": "12",
83
+ "pay_bill": "13"
84
+ },
85
+ "layer_norm_eps": 1e-05,
86
+ "layerdrop": 0.0,
87
+ "mask_feature_length": 10,
88
+ "mask_feature_min_masks": 0,
89
+ "mask_feature_prob": 0.0,
90
+ "mask_time_length": 10,
91
+ "mask_time_min_masks": 2,
92
+ "mask_time_prob": 0.05,
93
+ "model_type": "hubert",
94
+ "num_attention_heads": 12,
95
+ "num_conv_pos_embedding_groups": 16,
96
+ "num_conv_pos_embeddings": 128,
97
+ "num_feat_extract_layers": 7,
98
+ "num_hidden_layers": 2,
99
+ "pad_token_id": 0,
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.35.2",
102
+ "use_weighted_layer_sum": false,
103
+ "vocab_size": 32
104
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1175b41e577393cd63ec7fedb058a24e1532c18c55992b717c82a9252f61b639
3
+ size 94775840
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": true,
8
+ "sampling_rate": 16000
9
+ }
runs/Nov28_16-08-23_cc0b04a1f57d/events.out.tfevents.1701187712.cc0b04a1f57d.1403.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36480a0d866ef790ecccd34df4f09437145aef39c05663c98efafb693819fc87
3
+ size 13996
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e861dfec3cac984739106a07769992001f1ab2db81d8d83fa8870d105ca8d8
3
+ size 4600