Instructions to use sarulab-speech/sidon_raw_weight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sarulab-speech/sidon_raw_weight with PEFT:
Task type is invalid.
- Transformers
How to use sarulab-speech/sidon_raw_weight with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sarulab-speech/sidon_raw_weight", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- adapter_model.safetensors +1 -1
- decoder_state_dict.pt +3 -0
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 20975912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95839123e5c7d8af03e1d06c4e029b322ce04e548b0cd11857af2623dac90c37
|
| 3 |
size 20975912
|
decoder_state_dict.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f97bb316f4dfc4186463dfdb820cd6d9e31159b483ded78385632f41dc34cec8
|
| 3 |
+
size 209835977
|