Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Usage
|
| 2 |
This is a model I trained to mimic a JCM 800 AMP. It doesn't sound very good, but as a first pass, I'm glad I have it.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- audio
|
| 5 |
+
- pytorch
|
| 6 |
+
- torchscript
|
| 7 |
+
- guitar-amp-simulation
|
| 8 |
+
- real-time
|
| 9 |
+
inference:
|
| 10 |
+
framework: pytorch
|
| 11 |
+
task: audio-to-audio
|
| 12 |
+
inputs:
|
| 13 |
+
- name: input
|
| 14 |
+
type: float[]
|
| 15 |
+
description: "Input waveform or features (e.g. [batch, channels, samples])"
|
| 16 |
+
outputs:
|
| 17 |
+
- name: output
|
| 18 |
+
type: float[]
|
| 19 |
+
description: "Output waveform or processed features"
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
## Usage
|
| 23 |
This is a model I trained to mimic a JCM 800 AMP. It doesn't sound very good, but as a first pass, I'm glad I have it.
|
| 24 |
|