/Catalogue/Publishers/Orchestra-Research

1 repository indexed

Orchestra-Research

@orchestra-research
40 PromptTeX

40 skills indexed from 1 GitHub repository: 40 Prompt.

github/Orchestra-Research First seen 4h ago
Published skills
400 verified
40 community / sandbox
Installs
0via Synapth
1 repository indexed
Top repository stars
13KGitHub
Orchestra-Research/AI-Research-SKILLs
Verification rate
0%reviewed
scanner never grants Verified
Orchestra-Research· 3mo agoCommunity
autoresearch

Prompts · TeX · v0.1.0

Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes results, identifies patterns, and steers research direction. Routes to domain-specific skills for execution, supports continuous agent operation via Claude Code /loop and OpenClaw heartbeat, and produces research presentations and papers. Use when starting a research project, running autonomous experiments, or managing a multi-hypothesis research effort.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
awq-quantization

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
axolotl

Prompts · TeX · v0.1.0

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
constitutional-ai

Prompts · TeX · v0.1.0

Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
deepspeed

Prompts · TeX · v0.1.0

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
fine-tuning-with-trl

Prompts · TeX · v0.1.0

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
grpo-rl-training

Prompts · TeX · v0.1.0

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

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
huggingface-accelerate

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
huggingface-tokenizers

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
implementing-llms-litgpt

Prompts · TeX · v0.1.0

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. Single-file implementations, no abstraction layers.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoSandbox
lambda-labs-gpu-cloud

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
llama-factory

Prompts · TeX · v0.1.0

Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
llamaguard

Prompts · TeX · v0.1.0

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 Guardrails.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
mamba-architecture

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
miles-rl-training

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
modal-serverless-gpu

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
nanogpt

Prompts · TeX · v0.1.0

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 (multi-GPU).

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
nemo-curator

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoSandbox
nemo-guardrails

Prompts · TeX · v0.1.0

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 GPU.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
nnsight-remote-interpretability

Prompts · TeX · v0.1.0

Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoSandbox
openrlhf-training

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
peft-fine-tuning

Prompts · TeX · v0.1.0

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 official library integrated with transformers ecosystem.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoSandbox
prompt-guard

Prompts · TeX · v0.1.0

Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
pytorch-fsdp2

Prompts · TeX · v0.1.0

Adds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
pytorch-lightning

Prompts · TeX · v0.1.0

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 practices.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
pyvene-interventions

Prompts · TeX · v0.1.0

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 behavior.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
ray-data

Prompts · TeX · v0.1.0

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, multi-modal data loading, or distributed ETL pipelines.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
ray-train

Prompts · TeX · v0.1.0

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 or running distributed hyperparameter sweeps.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
rwkv-architecture

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
sentencepiece

Prompts · TeX · v0.1.0

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 when you need multilingual support, CJK languages, or reproducible tokenization.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
simpo-training

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
skypilot-multi-cloud-orchestration

Prompts · TeX · v0.1.0

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
slime-rl-training

Prompts · TeX · v0.1.0

Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
sparse-autoencoder-training

Prompts · TeX · v0.1.0

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 representations in language models.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
torchforge-rl-training

Prompts · TeX · v0.1.0

Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
training-llms-megatron

Prompts · TeX · v0.1.0

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 parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
transformer-lens-interpretability

Prompts · TeX · v0.1.0

Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
unsloth

Prompts · TeX · v0.1.0

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

#ai#ai-research#claude

0 13K
Orchestra-Research· 3mo agoCommunity
verl-rl-training

Prompts · TeX · v0.1.0

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.

#ai#ai-research#claude

0 13K
Publish a new skillImport a repository with a manifest or SKILL.md; the sandbox scanner runs before it is listed.Open publish form

Publishing activity

LessMore
SepOctNovDecJanFebMarAprMayJunJulAugSep
Current streak: 1 dayLongest streak: 1 day·Active days: 2 days