Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +11 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Code: https://github.com/tiantiaf0627/voxlect
|
9 |
+
- Paper: [More Information Needed]
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apply_gradient_reversal": false,
|
3 |
+
"finetune_method": "lora",
|
4 |
+
"freeze_params": true,
|
5 |
+
"hidden_dim": 256,
|
6 |
+
"lora_rank": 64,
|
7 |
+
"num_dataset": 4,
|
8 |
+
"output_class_num": 6,
|
9 |
+
"pretrain_model": "whisper_large",
|
10 |
+
"use_conv_output": true
|
11 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c51c355e301cc5ed0f1df974f0ba08eca559168ddf0d32b58b6be7d8b2eead15
|
3 |
+
size 6221551612
|