Initial push
Browse files- README.md +11 -0
- config.json +18 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: feature-extraction
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: whispa
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"emb_dims": 384,
|
3 |
+
"sbert_model_id": "sentence-transformers/all-MiniLM-L12-v2",
|
4 |
+
"whisper_model_id": "openai/whisper-tiny",
|
5 |
+
"pooling_mode": "mean",
|
6 |
+
"with_bidirectionality": false,
|
7 |
+
"n_new_dims": 10,
|
8 |
+
"use_psych": true,
|
9 |
+
"loss": "CS",
|
10 |
+
"tau": 0.1,
|
11 |
+
"batch_size": 1,
|
12 |
+
"num_workers": 16,
|
13 |
+
"num_epochs": 50,
|
14 |
+
"shuffle": false,
|
15 |
+
"learning_rate": 1e-05,
|
16 |
+
"weight_decay": 0.01,
|
17 |
+
"device": "cpu"
|
18 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21d329be8083dd5140270aef06b99d58784131a97db4b49b7dfe03feb8fe5505
|
3 |
+
size 284645322
|