Instructions to use DUTAOZHANG/Styele2Code_model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use DUTAOZHANG/Styele2Code_model2 with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("DUTAOZHANG/Styele2Code_model2") inference = Inference(model) # inference on the whole file inference("file.wav") # inference on an excerpt from pyannote.core import Segment excerpt = Segment(start=2.0, end=5.0) inference.crop("file.wav", excerpt) - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files
stage1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7aad69f735d7891321b06a53d91fcae985740848eed3f971818c81c79fc818c
|
| 3 |
+
size 6609992
|
stage2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e993f59c766215291b37bafb35b2f4435df2d0d10002a5e4cb5798c162ca293
|
| 3 |
+
size 9411106658
|