Skip to content

docker/model-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

66 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ Multi-Model Repository

Find descriptions and details about various AI models, including their capabilities, use cases, and specifications.


πŸš€ Models Overview

DeepSeek R1

DeepSeek R1 Logo

πŸ“Œ Description:
Distilled LLaMA by DeepSeek, fast and optimized for real-world tasks.

πŸ“‚ Model File: ai/deepseek-r1-distill-llama.md

URLs:


Gemma 3

Gemma Logo

πŸ“Œ Description:
Google's latest Gemma, small yet strong for chat and generation

πŸ“‚ Model File: ai/gemma3.md

URLs:


Llama 3.1

Meta Logo

πŸ“Œ Description:
Meta's LLaMA 3.1: Chat-focused, benchmark-strong, multilingual-ready.

πŸ“‚ Model File: ai/llama3.1.md

URLs:


Llama 3.2

Meta Logo

πŸ“Œ Description:
Solid LLaMA 3 update, reliable for coding, chat, and Q&A tasks.

πŸ“‚ Model File: ai/llama3.2.md

URL:


Llama 3.3

Meta Logo

πŸ“Œ Description:
Newest LLaMA 3 release with improved reasoning and generation quality.

πŸ“‚ Model File: ai/llama3.3.md


Mistral 7b

Mistral Logo

πŸ“Œ Description:
A fast and powerful 7B parameter model excelling in reasoning, code, and math.

πŸ“‚ Model File: ai/mistral.md

URLs:


Mistral Nemo

Mistral Logo

πŸ“Œ Description:
Mistral-Nemo-Instruct-2407 is an instruct fine-tuned large language model developed by Mistral AI and NVIDIA.

πŸ“‚ Model File: ai/mistral-nemo.md

URLs:


mxbai-embed-large

Mixedbread Logo

πŸ“Œ Description:
A state-of-the-art English language embedding model developed by Mixedbread AI.

πŸ“‚ Model File: ai/mxbai-embed-large.md

URLs:


Phi-4

Microsoft Logo

πŸ“Œ Description:
Microsoft's compact model, surprisingly capable at reasoning and code.

πŸ“‚ Model File: ai/phi4.md

URLs:


Qwen 2.5

Qwen Logo

πŸ“Œ Description:
Versatile Qwen update with better language skills and wider support.

πŸ“‚ Model File: ai/qwen2.5.md

URLs:


QwQ

Qwen Logo

πŸ“Œ Description:
Experimental Qwen variantβ€”lean, fast, and a bit mysterious.

πŸ“‚ Model File: ai/qwq.md

URLs:


SmolLM 2

Huggingface Logo

πŸ“Œ Description:
A compact language model, designed to run efficiently on-device while performing a wide range of language tasks

πŸ“‚ Model File: ai/smollm2.md

URLs:


πŸ”§ CLI Usage

The model-cards-cli tool provides commands to inspect and update model information:

Inspect Command

# Basic inspection
make inspect REPOSITORY=ai/smollm2

# Inspect specific tag
make inspect REPOSITORY=ai/smollm2 TAG=360M-Q4_K_M

# Show all metadata
make inspect REPOSITORY=ai/smollm2 OPTIONS="--all"

Update Command

# Update all models
make run

# Update specific model
make run-single MODEL=smollm2.md

Upload Overview Command

# Upload a single overview to Docker Hub
make -C tools/model-cards-cli upload-overview FILE=ai/llama3.1.md REPO=ai/llama3 USERNAME=your_username TOKEN=your_pat_here

# Upload all overviews in the ai/ folder to their corresponding repositories
./tools/upload-all-overviews.sh your_username your_pat_here

Available Options

Inspect Command Options

  • REPOSITORY: (Required) The repository to inspect (e.g., ai/smollm2)
  • TAG: (Optional) Specific tag to inspect (e.g., 360M-Q4_K_M)
  • OPTIONS: (Optional) Additional options:
    • --all: Show all metadata fields
    • --log-level: Set log level (debug, info, warn, error)

Update Command Options

  • MODEL: (Required for run-single) Specific model file to update (e.g., ai/smollm2.md)
  • --log-level: Set log level (debug, info, warn, error)

Upload Overview Options

  • FILE: (Required) Path to the markdown file containing the overview content
  • REPO: (Required) Repository to upload the overview to (format: namespace/repository)
  • USERNAME: (Required) Docker Hub username
  • TOKEN: (Required) Personal Access Token (PAT)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5