added model and new examples; added pyproject toml
This commit is contained in:
BIN
checkpoint70.pth
Normal file
BIN
checkpoint70.pth
Normal file
Binary file not shown.
0
examples/mirror_mirror/mirror_mirror.mp3
Normal file → Executable file
0
examples/mirror_mirror/mirror_mirror.mp3
Normal file → Executable file
BIN
examples/mirror_mirror/mirror_mirror_STFT.mp3
Normal file
BIN
examples/mirror_mirror/mirror_mirror_STFT.mp3
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
[project]
|
||||||
|
name = "ml-project"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Add your description here"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.14"
|
||||||
|
dependencies = [
|
||||||
|
"accelerate>=1.12.0",
|
||||||
|
"datasets>=4.4.2",
|
||||||
|
"diffusers>=0.36.0",
|
||||||
|
"ftfy>=6.3.1",
|
||||||
|
"ipython>=9.9.0",
|
||||||
|
"ipywidgets>=8.1.8",
|
||||||
|
"jupyterlab>=4.5.1",
|
||||||
|
"librosa>=0.11.0",
|
||||||
|
"matplotlib>=3.10.8",
|
||||||
|
"scikit-learn>=1.8.0",
|
||||||
|
"torchaudio>=2.9.1",
|
||||||
|
"torchcodec>=0.9.1",
|
||||||
|
"torchvision>=0.24.1",
|
||||||
|
"transformers>=4.57.3",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user