Instructions to use voxreality/t5_nlu_intent_recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voxreality/t5_nlu_intent_recognition with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("voxreality/t5_nlu_intent_recognition") model = AutoModelForSeq2SeqLM.from_pretrained("voxreality/t5_nlu_intent_recognition", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
819fcb6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0259f56f36bf2ae2ac302418ebcffb9aa17de2859309f964ca99ef7e81cb0c6e
size 242014297
|