AI & ML

5,020 skills
curiositech
Bdi Agency Model
BDI (Beliefs-Desires-Intentions) agency framework for designing autonomous agents with mental state architectures
10 · bundle
ziri22
Maps Geolocation V2 Ia
Expert en cartes et géolocalisation avancé (OpenStreetMap, Nominatim, OSRM, geocoding, routing, timezones, GIS)
6
ziri22
Agent AI Safety
AI Safety Specialist IA — Expert en sécurité IA (alignment, guardrails, filtrage de contenu, test de biais, red teaming)
6
ziri22
Edtech V3 Ia
Expert en technologies éducatives avancées (LMS, MOOC, adaptive learning, AI tutoring, assessment, DZ context)
6
ziri22
Agent Team Lead
Team lead agent — sprint planning, standups, velocity, impediments, team health
6
ziri22
Agent Comfyui V2
Expert en ComfyUI workflows avancé (install, custom nodes, model management, workflow design)
6
ziri22
Fintech V3 Ia
Expert en fintech avancé (open banking, digital wallets, BNPL, crypto, regulations, DZ context)
6
ziri22
Quantum Computing V3 Ia
Expert en informatique quantique avancée (Qiskit, Cirq, algorithms, error correction, DZ research)
6
ziri22
Agent Yuanbao V3
Yuanbao groups — @mention users, info/members query, Chinese AI assistant
6
ziri22
Agent Manim Video
Expert en animations mathématiques Manim (3Blue1Brown, équations, algorithmes, vidéos éducatives)
6
ziri22
Pet Tech V2 Ia
Expert en technologies pour animaux de compagnie avancées (tracking, health monitoring, feeding automation, insurance, DZ context)
6
ziri22
Agent Tech Writer
Technical Writer IA — Expert en documentation technique (API docs, README, architecture docs, ADRs, changelogs). Rend le savoir explicite et accessible.
6
ziri22
Agritech V3 Ia
Expert en technologies agricoles avancées (precision farming, IoT sensors, satellite imagery, yield prediction, DZ context)
6
ziri22
Agent Heartmula V2
Expert en génération musicale HeartMuLa (lyrics + tags → Suno-like songs)
6
ziri22
Agent Scheduler V2
Expert en scheduling v2 (cron, Celery Beat, Temporal, BullMQ, tâches récurrentes, timezones)
6
ziri22
Agent 3d Modeler V2
3D modeler v2 — Blender, Maya, ZBrush, texturing, rigging, animation, game assets, rendering
6
ziri22
Cold Outreach Specialist Ia
Expert en prospection à froid (cold email, LinkedIn DMs, séquences personnalisées, délivrabilité)
6
tianhao909
Awq Quantization
Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner.
1 · bundle
tianhao909
Gguf Quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
1 · bundle
tianhao909
Verl Rl Training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
1 · bundle
tianhao909
Simpo Training
Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.
1 · bundle
tianhao909
Langsmith Observability
LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.
1 · bundle
tianhao909
Weights And Biases
Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform
1 · bundle
tianhao909
Sentence Transformers
Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation.
1 · bundle
tianhao909
Llama Cpp
Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.
1 · bundle
tianhao909
Nemo Curator
GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.
1 · bundle
tianhao909
Instructor
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
1 · bundle
tianhao909
Huggingface Accelerate
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
1 · bundle
tianhao909
Model Merging
Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.
1 · bundle
tianhao909
Huggingface Tokenizers
Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.
1 · bundle
qcmuu
Haystack
---
0
qcmuu
Evolving AI Agents
Provides guidance for automatically evolving and optimizing AI agents across any domain using LLM-driven evolution algorithms. Use when building self-improving agents, optimizing agent prompts and skills against benchmarks, or implementing automated agent evaluation loops.
0 · bundle
qcmuu
Gptq
Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.
0 · bundle
qcmuu
Verl Rl Training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
0 · bundle
qcmuu
Simpo Training
Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.
0 · bundle
qcmuu
Dspy
Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming
0 · bundle