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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ProCogia
/
Euclid-2.6

Translation
Transformers
Safetensors
English
mistral3
image-text-to-text
code
code-translation
sas
r
python
lora
axolotl
Model card Files Files and versions
xet
Community

Instructions to use ProCogia/Euclid-2.6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ProCogia/Euclid-2.6 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="ProCogia/Euclid-2.6")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("ProCogia/Euclid-2.6")
    model = AutoModelForMultimodalLM.from_pretrained("ProCogia/Euclid-2.6", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Euclid-2.6
48.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
momosushi's picture
momosushi
Update config.json
7fa3d1a verified 2 days ago
  • .gitattributes
    1.68 kB
    merged checkpoint-184 3 days ago
  • CHAT_SYSTEM_PROMPT.txt
    2.37 kB
    merged checkpoint-184 3 days ago
  • README.md
    9.07 kB
    Update README.md 2 days ago
  • VIBE_SYSTEM_PROMPT.txt
    1.81 kB
    merged checkpoint-184 3 days ago
  • chat_template.jinja
    11.4 kB
    merged checkpoint-184 3 days ago
  • config.json
    1.82 kB
    Update config.json 2 days ago
  • generation_config.json
    175 Bytes
    merged checkpoint-184 3 days ago
  • model.safetensors
    48 GB
    xet
    merged checkpoint-184 3 days ago
  • params.json
    1.19 kB
    merged checkpoint-184 3 days ago
  • processor_config.json
    976 Bytes
    merged checkpoint-184 3 days ago
  • tekken.json
    16.8 MB
    xet
    merged checkpoint-184 3 days ago
  • tokenizer.json
    17.1 MB
    xet
    merged checkpoint-184 3 days ago
  • tokenizer_config.json
    21.2 kB
    merged checkpoint-184 3 days ago