Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +9 -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,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"finetune_method": "lora",
|
| 3 |
+
"freeze_params": true,
|
| 4 |
+
"hidden_dim": 256,
|
| 5 |
+
"lora_rank": 64,
|
| 6 |
+
"output_class_num": 6,
|
| 7 |
+
"pretrain_model": "mms-lid-256",
|
| 8 |
+
"use_conv_output": true
|
| 9 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c416d8d102bbf7faf8afc36af19084806e4c8c62c360f59a75356b70a2968866
|
| 3 |
+
size 3896898188
|