Instructions to use Rafeq/cry_detection_and_classification2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rafeq/cry_detection_and_classification2 with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification processor = AutoProcessor.from_pretrained("Rafeq/cry_detection_and_classification2") model = Wav2Vec2ForSpeechClassification.from_pretrained("Rafeq/cry_detection_and_classification2") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2013df2f037c53838a4193679eaf8a4a681d88e2325ed5093d9c4ae660929c62
|
| 3 |
+
size 1266030648
|