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

  • Log In
  • Sign Up

QuixiAI
/
Kraken

Feature Extraction
Transformers
Safetensors
English
kraken
custom_code
Model card Files Files and versions
xet
Community
4

Instructions to use QuixiAI/Kraken with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use QuixiAI/Kraken with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="QuixiAI/Kraken", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("QuixiAI/Kraken", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Kraken
3.72 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
DavidGF's picture
DavidGF
Upload config.json
b8a185d verified almost 2 years ago
  • kraken_model
    Update kraken_model/modeling_kraken.py almost 2 years ago
  • kraken_router
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    8.02 kB
    Update README.md (#3) almost 2 years ago
  • config.json
    1.3 kB
    Upload config.json almost 2 years ago