Instructions to use niral-env/youtube_spleeter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use niral-env/youtube_spleeter with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("niral-env/youtube_spleeter", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Niral Patel commited on
Commit ·
99ea3bf
1
Parent(s): d445245
Track large files with Git LFS
Browse files- ._checkpoint +0 -0
- .gitattributes +2 -0
- checkpoint +2 -0
- model.data-00000-of-00001 +3 -0
- model.index +0 -0
- model.meta +0 -0
._checkpoint
ADDED
|
Binary file (176 Bytes). View file
|
|
|
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
model.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
checkpoint
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_checkpoint_path: "model"
|
| 2 |
+
all_model_checkpoint_paths: "model"
|
model.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7747f9fd2c782306dbec1504360fbb645a097a48446f23486c3ff9c89bc11788
|
| 3 |
+
size 78614080
|
model.index
ADDED
|
Binary file (5.24 kB). View file
|
|
|
model.meta
ADDED
|
Binary file (806 kB). View file
|
|
|