Instructions to use slprl/StresSLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slprl/StresSLM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("slprl/StresSLM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add project page URL and license
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Correcting the
pipeline_tagtoaudio-to-audio. - Adding the project page URL: https://pages.cs.huji.ac.il/adiyoss-lab/stresstest/
- Specifying the license as
apache-2.0.
Thank you for your suggestions!
I updated the relevant fields, feel free to open new issues if necessary π
iyosha changed pull request status to closed