Instructions to use stable-ai/LimiX-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stable-ai/LimiX-2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("stable-ai/LimiX-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add tabular classification tag
#2
by nielsr HF Staff - opened
This PR ensures your model can be found at https://huggingface.co/models?pipeline_tag=tabular-classification&sort=trending
Adopted! Added pipeline_tag: tabular-classification in README frontmatter. This will make LimiX-2 discoverable on https://huggingface.co/models?pipeline_tag=tabular-classification&sort=trending. Thanks for the suggestion.
stableai-org changed pull request status to merged