Commit
•
9b6220d
1
Parent(s):
5db2bdf
add model
Browse files- config.json +2 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.2,
|
3 |
"adapter_kernel_size": 3,
|
4 |
"adapter_stride": 2,
|
@@ -52,7 +53,6 @@
|
|
52 |
"feat_quantizer_dropout": 0.0,
|
53 |
"final_dropout": 0.0,
|
54 |
"fuse_matmuls": false,
|
55 |
-
"gradient_checkpointing": true,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.2,
|
58 |
"hidden_dropout_prob": 0.1,
|
@@ -101,6 +101,7 @@
|
|
101 |
1,
|
102 |
1
|
103 |
],
|
|
|
104 |
"transformers_version": "4.21.0.dev0",
|
105 |
"use_scan": true,
|
106 |
"use_weighted_layer_sum": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "wav2vec2-large-ctc-tedlium",
|
3 |
"activation_dropout": 0.2,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
|
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
"fuse_matmuls": false,
|
|
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.2,
|
58 |
"hidden_dropout_prob": 0.1,
|
|
|
101 |
1,
|
102 |
1
|
103 |
],
|
104 |
+
"torch_dtype": "float32",
|
105 |
"transformers_version": "4.21.0.dev0",
|
106 |
"use_scan": true,
|
107 |
"use_weighted_layer_sum": false,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8a5e3236c7f0bc4f829c75cb1b206799551ae45b11a0232a2a7c43341834924
|
3 |
+
size 1262032241
|