Skip to main content

이 저장소의 skills

TheAdaply/re-forge - 2페이지

SkillsMP는 TheAdaply/re-forge에서 122개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

TheAdaply/re-forge

수집된 skill 122개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pointer to LLaMA-Factory, a framework for fine-tuning LLMs (WebUI no-code, 100+ models, QLoRA, multimodal). Use to locate the project and its official documentation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving 50% sparsity with minimal accuracy loss, or enabling faster inference on hardware accelerators. Covers…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fine-tune and serve Physical Intelligence OpenPI models (pi0, pi0-fast, pi0.5) using JAX or PyTorch backends for robot policy inference across ALOHA, DROID, and LIBERO environments. Use when adapting pi0 models to custom datasets, converting JAX checkpoints…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fine-tunes and evaluates OpenVLA-OFT and OpenVLA-OFT+ policies for robot action generation with continuous action heads, LoRA adaptation, and FiLM conditioning on LIBERO simulation and ALOHA real-world setups. Use when reproducing OpenVLA-OFT paper results,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Provides guidance for performing causal interventions on PyTorch models using pyvene's declarative intervention framework. Use when conducting causal tracing, activation patching, interchange intervention training, or testing causal hypotheses about model…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use…

원문 언어: 영어

업데이트
수집된 skill 122개 중 40개를 표시합니다.