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

VAGOsolutions
/
Kraken-Multilingual

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

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

  • Libraries
  • Transformers

    How to use VAGOsolutions/Kraken-Multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="VAGOsolutions/Kraken-Multilingual", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("VAGOsolutions/Kraken-Multilingual", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Kraken-Multilingual / kraken_model
1.86 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DavidGF's picture
DavidGF
Update kraken_model/modeling_kraken.py
2d97b03 verified about 2 years ago
  • config.json
    1.14 kB
    Update kraken_model/config.json about 2 years ago
  • configuration_kraken.py
    244 Bytes
    Upload 3 files about 2 years ago
  • generation_config.json
    69 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    1.86 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • modeling_kraken.py
    4.36 kB
    Update kraken_model/modeling_kraken.py about 2 years ago
  • tokenizer_template_switch.py
    3.7 kB
    Upload 3 files about 2 years ago