Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 / kraken_model
1.86 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
DavidGF's picture
DavidGF
Update kraken_model/modeling_kraken.py
351ee27 verified almost 2 years ago
  • config.json
    1.3 kB
    Update kraken_model/config.json almost 2 years ago
  • configuration_kraken.py
    244 Bytes
    Upload 3 files almost 2 years ago
  • generation_config.json
    69 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    1.86 GB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • modeling_kraken.py
    4.35 kB
    Update kraken_model/modeling_kraken.py almost 2 years ago
  • tokenizer_template_switch.py
    3.62 kB
    Upload 3 files almost 2 years ago