Skip to content
View Yatimai's full-sized avatar

Block or report Yatimai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Yatimai/README.md

I build and optimize LLM systems. Active open-source contributor to the vLLM ecosystem (llm-compressor, compressed-tensors). I also develop production-grade LLM applications in RAG, fine-tuning, and autonomous agents.

Open Source Contributions

vllm-project/llm-compressor : Quantization toolkit for LLM deployment with vLLM

vllm-project/compressed-tensors : Safetensors extension for sparse and quantized tensor storage

Projects

  • finsight : Visual RAG for French financial documents using ColQwen2.5 + Qdrant + Claude Sonnet/Opus. Indexed 10 annual reports (~5,982 pages). 90% Recall@10, 100% citation accuracy. Async FastAPI backend with SSE streaming + background adversarial verification, React + base-ui frontend. 183 tests, CI/CD.

  • reasonforge : Iterative LLM fine-tuning on Text-to-SQL using STaR (Self-Taught Reasoner). Ministral-8B: 60.1% baseline → 68.8% SFT → 78.0% after 3 STaR iterations on Spider dev set.

  • ai-watch : Autonomous AI news agent via LangGraph + Claude tool-use. Aggregates HuggingFace Papers, GitHub Trending, and Simon Willison RSS into daily markdown briefings. Deployed on GitHub Pages, running via GitHub Actions.

Pinned Loading

  1. llm-compressor llm-compressor Public

    Forked from vllm-project/llm-compressor

    Transformers-compatible library for applying various compression algorithms to LLMs for optimized deployment with vLLM

    Python

  2. compressed-tensors compressed-tensors Public

    Forked from vllm-project/compressed-tensors

    A safetensors extension to efficiently store sparse quantized tensors on disk

    Python