Instructions to use jdmartinev/CREMA_D_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jdmartinev/CREMA_D_Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="jdmartinev/CREMA_D_Model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("jdmartinev/CREMA_D_Model") model = AutoModelForAudioClassification.from_pretrained("jdmartinev/CREMA_D_Model") - Notebooks
- Google Colab
- Kaggle
Commit ·
2a88df1
1
Parent(s): 02f913f
Training in progress, epoch 0
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378350611
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cad794f79b4618e4229f55043088b6f2a452bde4774424b12875d2a315fc4e6c
|
| 3 |
size 378350611
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3567
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce7f8d06694d78b3688bc2c6db7a8d54b071f8163fb9fa2567e9648413c90b55
|
| 3 |
size 3567
|