Instructions to use KieuTruongz/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KieuTruongz/test-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="KieuTruongz/test-model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("KieuTruongz/test-model") model = AutoModelForAudioClassification.from_pretrained("KieuTruongz/test-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 600
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378303396
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80ed3f8994cdc016636108caf64863ac2b5cc8e2d3709b0d9e675ebaf99261ca
|
| 3 |
size 378303396
|