Commit
·
b26def0
1
Parent(s):
7f06e72
Training in progress (epoch 7)
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_xvector.XvectorConfig",
|
7 |
-
"AutoModel": "modeling_xvector.XvectorModel"
|
|
|
8 |
},
|
9 |
"hidden_size": 512,
|
10 |
"hop_length": 10,
|
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_xvector.XvectorConfig",
|
7 |
+
"AutoModel": "modeling_xvector.XvectorModel",
|
8 |
+
"AutoModelForAudioClassification": "modeling_xvector.XvectorModelForSequenceClassification"
|
9 |
},
|
10 |
"hidden_size": 512,
|
11 |
"hop_length": 10,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17019909
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5a1743bcea70134e36163f73ef887580e1a2a36364b59479555b2c6c375445d
|
3 |
size 17019909
|