Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Tiiny
/
TurboSparse-Mistral-Instruct

Feature Extraction
Transformers
Safetensors
bamboo
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use Tiiny/TurboSparse-Mistral-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Tiiny/TurboSparse-Mistral-Instruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Tiiny/TurboSparse-Mistral-Instruct", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Tiiny/TurboSparse-Mistral-Instruct", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TurboSparse-Mistral-Instruct
1.6 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Yixin Song
add
7306795 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    31 Bytes
    initial commit almost 2 years ago
  • added_tokens.json
    51 Bytes
    add almost 2 years ago