KieuTruongz commited on
Commit
b804e8d
·
verified ·
1 Parent(s): 0c44c38

Training in progress, step 60

Browse files
Files changed (3) hide show
  1. config.json +11 -11
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,7 +9,7 @@
9
  "architectures": [
10
  "Wav2Vec2ForSequenceClassification"
11
  ],
12
- "attention_dropout": 0.1,
13
  "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
  "codevector_dim": 256,
@@ -49,27 +49,27 @@
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
  "feat_extract_norm": "group",
52
- "feat_proj_dropout": 0.1,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
  "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
- "hidden_dropout": 0.1,
58
  "hidden_size": 768,
59
  "id2label": {
60
- "0": "Female",
61
- "1": "Male",
62
- "2": "Unidentified"
63
  },
64
  "initializer_range": 0.02,
65
  "intermediate_size": 3072,
66
  "label2id": {
67
- "Female": 0,
68
- "Male": 1,
69
- "Unidentified": 2
70
  },
71
  "layer_norm_eps": 1e-05,
72
- "layerdrop": 0.1,
73
  "mask_channel_length": 10,
74
  "mask_channel_min_space": 1,
75
  "mask_channel_other": 0.0,
@@ -121,7 +121,7 @@
121
  1
122
  ],
123
  "torch_dtype": "float32",
124
- "transformers_version": "4.41.2",
125
  "use_weighted_layer_sum": false,
126
  "vocab_size": 32,
127
  "xvector_output_dim": 512
 
9
  "architectures": [
10
  "Wav2Vec2ForSequenceClassification"
11
  ],
12
+ "attention_dropout": 0.05,
13
  "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
  "codevector_dim": 256,
 
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
  "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.0,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
  "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
+ "hidden_dropout": 0.0,
58
  "hidden_size": 768,
59
  "id2label": {
60
+ "0": "Central",
61
+ "1": "Northern",
62
+ "2": "Southern"
63
  },
64
  "initializer_range": 0.02,
65
  "intermediate_size": 3072,
66
  "label2id": {
67
+ "Central": 0,
68
+ "Northern": 1,
69
+ "Southern": 2
70
  },
71
  "layer_norm_eps": 1e-05,
72
+ "layerdrop": 0.05,
73
  "mask_channel_length": 10,
74
  "mask_channel_min_space": 1,
75
  "mask_channel_other": 0.0,
 
121
  1
122
  ],
123
  "torch_dtype": "float32",
124
+ "transformers_version": "4.42.3",
125
  "use_weighted_layer_sum": false,
126
  "vocab_size": 32,
127
  "xvector_output_dim": 512
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2de1b80f76966821e71f270d811b9eccfa2c72d816c084219a8315866d426bc6
3
  size 378303396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de42f30972f0beefed768838ae147c09fbcb636dc0dae99fc7db5a69ed85faf
3
  size 378303396
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6c073b45cd4337ef5b88864a15db483bd1c2a87f4e484e209fcd30f5b657588
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11437fb5400eeb0c0a2a4b4751b68acfc0e1db98e6f0acbccff728d4b6a27db2
3
  size 5112