models▌
11 indexed skills · max 10 per page
browse-latest-models
huggingface.co/browse-latest-models-brgzzx · ml-platforms
List the most recently created models on Hugging Face with full metadata (id, author, createdAt, tags, pipeline_tag, library, downloads, likes, gated flag, canonical URL). Filter by pipeline task, library, author/org, or free-text search. Read-only.
hugging-science
K-Dense Inc./hugging-science · research
A curated index of scientific datasets, models, and demos for AI/ML research in various scientific domains.
axiom-foundation-models-diag
charleswiltgen/axiom · Productivity
Foundation Models issues manifest as context window exceeded errors, guardrail violations, slow generation, availability failures, and unexpected output. Core principle 80% of Foundation Models problems stem from misunderstanding model capabilities (3B parameter device-scale model, not world knowledge), context limits (4096 tokens), or availability requirements—not framework bugs.
axiom-foundation-models
charleswiltgen/axiom · Productivity
Use when:
quantizing-models-bitsandbytes
davila7/claude-code-templates · Productivity
bitsandbytes reduces LLM memory by 50% (8-bit) or 75% (4-bit) with <1% accuracy loss.
llm-models
inference-sh/skills · AI/ML
Access 100+ language models via inference.sh CLI.
evaluating-code-models
davila7/claude-code-templates · Productivity
BigCode Evaluation Harness evaluates code generation models across 15+ benchmarks including HumanEval, MBPP, and MultiPL-E (18 languages).
openrouter-trending-models
madappgang/claude-code · Productivity
This skill provides access to current trending programming models from OpenRouter's public rankings. It executes a Bun script that fetches, parses, and structures data about the top 9 most-used AI models for programming tasks.
foundation-models-on-device
affaan-m/everything-claude-code · Productivity
On-device LLM integration for iOS 18+ using Apple's FoundationModels framework with privacy-first text generation and structured output. \n \n Covers text generation, structured output via @Generable macro, custom tool calling, and snapshot streaming—all running locally without cloud dependency \n Requires availability checks before session creation; supports single-turn and multi-turn conversations with optional system instructions \n Guided generation with @Guide constraints (numeric ranges, a
axiom-foundation-models-ref
charleswiltgen/axiom · Productivity
The Foundation Models framework provides access to Apple's on-device Large Language Model (3 billion parameters, 2-bit quantized) with a Swift API. This reference covers every API, all WWDC 2025 code examples, and comprehensive implementation patterns.