Instructions to use zylin12/wav2-noise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zylin12/wav2-noise with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="zylin12/wav2-noise")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("zylin12/wav2-noise") model = AutoModelForAudioClassification.from_pretrained("zylin12/wav2-noise", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
runs/Oct23_00-34-54_slurmd-10/events.out.tfevents.1729614900.slurmd-10.1291441.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f725ac5488ba4215f43ae358cb8bbd0ac0d220021919a330ce3e9a91acad09e
|
| 3 |
+
size 267290
|