Instructions to use haripriyaram/Text-emotion-Recognizer-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use haripriyaram/Text-emotion-Recognizer-Model with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("haripriyaram/Text-emotion-Recognizer-Model") - Notebooks
- Google Colab
- Kaggle
File size: 161 Bytes
3959e93 | 1 2 3 4 | [build-system]
requires = ["setuptools>=40.8.0", "wheel", "python=3.11.13", "fastai=2.8.2", "fastcore=1.8.4"]
build-backend = "setuptools.build_meta:__legacy__"
|