Zechen Zhang
Community@zechenzhangagi · Cambridge, MA
Building the future of AI-human collaborations
Agent Skills by Zechen Zhang
Showing 9 vetted skills indexed across 1 GitHub repositories.
speculative-decoding
Reduce LLM inference latency using draft models, Medusa heads, and Lookahead Decoding.
long-context
Extend transformer context windows to 32k–128k+ tokens using RoPE, YaRN, and ALiBi.
moe-training
Train Mixture-of-Experts models with DeepSpeed MoE and HuggingFace Transformers.
model-pruning
Prune large language models using one-shot methods like Wanda and SparseGPT.
model-merging
Merge fine-tuned models using linear, SLERP, task_arithmetic, TIES, and DARE methods.
knowledge-distillation
Compress large language models by transferring teacher knowledge to smaller student models.
pinecone
Manage a serverless vector database with hybrid search and metadata filtering.
chroma
Store embeddings and metadata for semantic search and RAG pipelines.
faiss
Perform billion-scale k-NN similarity search with FAISS index types and GPU acceleration.