Text Classification
PyTorch
Safetensors
Transformers
English
janegpt_v2_janus
janegpt
janus
react
interactive
vite
intent-classification
transformer
virtual-assistant
nlp
voice-assistant
offline-ai
edge-deployment
nlu
slot-filling
multitask-learning
assistant-runtime
Eval Results (legacy)
Instructions to use RavinduSen/JaneGPT-v2-Janus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RavinduSen/JaneGPT-v2-Janus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RavinduSen/JaneGPT-v2-Janus")# Load model directly from transformers import JaneGPTv3NLU model = JaneGPTv3NLU.from_pretrained("RavinduSen/JaneGPT-v2-Janus", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K