patrickvonplaten
commited on
Commit
•
9f09f23
1
Parent(s):
cbd73bd
add model
Browse files- config.json +2 -1
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.1,
|
3 |
"apply_spec_augment": true,
|
4 |
"architectures": [
|
@@ -63,6 +64,6 @@
|
|
63 |
"num_feat_extract_layers": 7,
|
64 |
"num_hidden_layers": 12,
|
65 |
"pad_token_id": 0,
|
66 |
-
"transformers_version": "4.
|
67 |
"vocab_size": 32
|
68 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/hubert-base-ls960",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
64 |
"num_feat_extract_layers": 7,
|
65 |
"num_hidden_layers": 12,
|
66 |
"pad_token_id": 0,
|
67 |
+
"transformers_version": "4.10.0.dev0",
|
68 |
"vocab_size": 32
|
69 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377736104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64fc2bc8233288d58f7ebd74fe22e088c5d31e0b2722f8cfb9eccd4adcb48196
|
3 |
size 377736104
|