Yi-Xuan-Tan
commited on
Commit
•
99ff68a
1
Parent(s):
d50b1f7
Upload model files.
Browse files- config.json +12 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SegueModel"
|
4 |
+
],
|
5 |
+
"model_type": "segue",
|
6 |
+
"n_classes": 0,
|
7 |
+
"speech_encoder_checkpoint": "facebook/wav2vec2-base-960h",
|
8 |
+
"text_encoder_checkpoint": "sentence-transformers/all-mpnet-base-v2",
|
9 |
+
"torch_dtype": "float32",
|
10 |
+
"train_backbone": true,
|
11 |
+
"transformers_version": "4.21.0"
|
12 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96b117703bda9538ad56ff61503e03b14270d7d207d8316069122780fafe2dca
|
3 |
+
size 815572041
|