holylovenia
commited on
Commit
•
ad7469c
1
Parent(s):
e235189
Add model
Browse files- preprocessor_config.json +9 -0
- pytorch_model.bin +3 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93848f53e70b01dc71f810467b0109e15973e96e120e15a576ecd87eb3de1eff
|
3 |
+
size 1262965429
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81d8d66282bb6cbf72aae28764579344518125f01530283312504872d0e8eea1
|
3 |
+
size 3451
|