Instructions to use SubconsciousDev/TIM-8b-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SubconsciousDev/TIM-8b-preview with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SubconsciousDev/TIM-8b-preview", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and sample usage
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationto ensure the model appears in relevant searches on the Hugging Face Hub. - Including a Python code snippet for basic text generation to demonstrate model usage.