Jocker007 commited on
Commit
c0f8be7
·
verified ·
1 Parent(s): 1384eae

Uploaded weights

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/wav2vec_fine_tuned_cp6/checkpoint-6",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
@@ -7,7 +7,7 @@
7
  "add_adapter": false,
8
  "apply_spec_augment": true,
9
  "architectures": [
10
- "Wav2Vec2ForCTC"
11
  ],
12
  "attention_dropout": 0.1,
13
  "bos_token_id": 1,
@@ -59,6 +59,10 @@
59
  "id2label": {
60
  "0": "abroad",
61
  "1": "address",
 
 
 
 
62
  "2": "app_error",
63
  "3": "atm_limit",
64
  "4": "balance",
@@ -66,11 +70,7 @@
66
  "6": "card_issues",
67
  "7": "cash_deposit",
68
  "8": "direct_debit",
69
- "9": "freeze",
70
- "10": "high_value_payment",
71
- "11": "joint_account",
72
- "12": "latest_transactions",
73
- "13": "pay_bill"
74
  },
75
  "initializer_range": 0.02,
76
  "intermediate_size": 3072,
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-base",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
 
7
  "add_adapter": false,
8
  "apply_spec_augment": true,
9
  "architectures": [
10
+ "Wav2Vec2ForSequenceClassification"
11
  ],
12
  "attention_dropout": 0.1,
13
  "bos_token_id": 1,
 
59
  "id2label": {
60
  "0": "abroad",
61
  "1": "address",
62
+ "10": "high_value_payment",
63
+ "11": "joint_account",
64
+ "12": "latest_transactions",
65
+ "13": "pay_bill",
66
  "2": "app_error",
67
  "3": "atm_limit",
68
  "4": "balance",
 
70
  "6": "card_issues",
71
  "7": "cash_deposit",
72
  "8": "direct_debit",
73
+ "9": "freeze"
 
 
 
 
74
  },
75
  "initializer_range": 0.02,
76
  "intermediate_size": 3072,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67b0d5cfb63a5a07e3a60a9446ffde01c1f6992a639961e2242a5e2e3c04cdb7
3
- size 377611120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9744072f56d10906c171c4f937e71062835cf75b03c3bb47d1f1d105f39e1c3
3
+ size 378314704
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d55f176560220cf11fbaf1a3e9c9878bee2945f20631144bf94657efdf486e
3
+ size 756751162
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.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de1c07c55a7e2e8eacdd6a24b02c66ddd9248aa38d12b9419092ee2a3a4f894
3
+ size 14054
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46fc4106e824a73481136033879139cc3fbb806008ea90d7b5eba4accb73eb36
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.04424778761061947,
3
+ "best_model_checkpoint": "my_awesome_mind_model/checkpoint-3",
4
+ "epoch": 1.6666666666666665,
5
+ "eval_steps": 500,
6
+ "global_step": 6,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.8,
13
+ "eval_accuracy": 0.04424778761061947,
14
+ "eval_loss": 2.6481995582580566,
15
+ "eval_runtime": 31.3093,
16
+ "eval_samples_per_second": 3.609,
17
+ "eval_steps_per_second": 0.128,
18
+ "step": 3
19
+ },
20
+ {
21
+ "epoch": 1.6666666666666665,
22
+ "eval_accuracy": 0.017699115044247787,
23
+ "eval_loss": 2.652434825897217,
24
+ "eval_runtime": 31.0692,
25
+ "eval_samples_per_second": 3.637,
26
+ "eval_steps_per_second": 0.129,
27
+ "step": 6
28
+ }
29
+ ],
30
+ "logging_steps": 10,
31
+ "max_steps": 6,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "stateful_callbacks": {
36
+ "TrainerControl": {
37
+ "args": {
38
+ "should_epoch_stop": false,
39
+ "should_evaluate": false,
40
+ "should_log": false,
41
+ "should_save": true,
42
+ "should_training_stop": true
43
+ },
44
+ "attributes": {}
45
+ }
46
+ },
47
+ "total_flos": 6972617244672000.0,
48
+ "train_batch_size": 32,
49
+ "trial_name": null,
50
+ "trial_params": null
51
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83bd73d9f57bad02d919a1d24f6935e1f56d58c3f40fa8bcf217b17519490e43
3
+ size 5304