Instructions to use MennaHalim/cry-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MennaHalim/cry-classification with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification processor = AutoProcessor.from_pretrained("MennaHalim/cry-classification") model = Wav2Vec2ForSpeechClassification.from_pretrained("MennaHalim/cry-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| {"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|"} |