AI & ML interests

We develop infrastructure for the evaluation of generated text.

Recent Activity

albertvillanovaย 
posted an update 3 days ago
view post
Post
3337
๐ŸŽ‰ KTO is now part of the stable TRL API

As of Promote KTO to stable API, KTOTrainer and KTOConfig have graduated from trl.experimental to the stable trl API. https://github.com/huggingface/trl/pull/6175

This one closes out a long road. Over the past 6+ months, the "Align KTO with DPO" effort landed ~90 PRs methodically bringing KTO up to the standard we hold for stable trainers, one carefully-scoped change at a time:
- Feature parity with DPO: full VLM support (incl. multi-image), sync_ref_model, PEFT + Liger, ZeRO-3 + PEFT dtype fix, pad_to_multiple_of, activation offloading, IterableDataset and dict eval_dataset, remove_unused_columns, and reference-logprob precomputation at init.
- Consistency with DPO: aligned method order and signatures, tokenization, _prepare_dataset, PEFT handling, ref-model preparation for distributed training, and config layout โ€” plus a new DataCollatorForKTO and output format. Metrics moved into _compute_loss and simplified to direct averages via the shared _metrics attribute.
- Removing legacy baggage: dropped encoder-decoder support, BOS/EOS handling, null_ref_context, generate_during_eval, model_init, preprocess_logits_for_metrics, model/ref adapter names, and several dead config knobs.
- Coverage: a full test suite mirroring DPO, text collator tests, VLM tests, and slow tests.
- The promotion itself: the experimental โ†’ stable move (#6175) and shim cleanup (#6287), handled so downstream users get a clean deprecation path.

Honestly, this has been one of the more complex tasks I've taken on since joining the team, not because any single change was hard, but because it demanded sustained consistency across a ~2,000-line trainer, with every branch, comment, and edge case kept in lockstep with DPO.

Huge thanks to everyone who reviewed along the way (especially @qgallouedec ), the incremental review cadence is exactly what kept this maintainable.

KTO now sits on equal footing with our other flagship trainers. ๐Ÿš€
  • 2 replies
ยท
Shrijanagainย 
posted an update 9 days ago
view post
Post
144
Welcome Researcher and Developers!

SKT AI Labs, we are pushing the boundaries of AI architecture and researchโ€”and today, we are thrilled to open our doors to the global research community!

โ€‹We warmly welcome researchers, developers, and AI enthusiasts to join us and contribute to our R&D efforts.

โ€‹๐Ÿงช What You Can Explore:

We invite you to experiment with our WMF (Weight Manifold Fusion) technology. You can test this high-dimensional fusion technique on smaller models to gain a deeper understanding of its behavior and token convergence.

---------- CHECK OUT:

SPACE : SKT-NRS/RD
EXPERIMENT : sKT-Ai-Labs/SKT-SURYA-H
DIRECT TO MAIN DISCUSSION : SKT-NRS/RD#1

โ€‹๐Ÿค Your Feedback Shapes the Future :

โ€‹If it works: Fantastic! Share your results with us and contribute directly to the core vision of SKT AI Labs.

โ€‹If it doesn't work: No problem at all! Your critical feedback is just as valuable to us. Every experiment and anomaly helps us refine this architecture to make it more stable and robust.

โ€‹We firmly believe that true innovation stems from community collaboration and transparent testing. Let's build the future of advanced AI together. Your ideas, test results, and feedback are always welcome!

You Can Still Research and Development On WMF Only SKT-SURYA-H Model is Dismissed.

โ€‹Let's innovate and build together! ๐Ÿ’ก
Shrijanagainย 
posted an update 12 days ago
view post
Post
182
๐Ÿš€ Big News for the AI Community! ๐Ÿ”ฅ

Weโ€™re excited to release NRS_QWEN_MYTHOS_1M โ€” a powerful reasoning model built on Qwen 3.5 9B!
At SKT AI LABS, weโ€™ve supercharged this 9B model with our proprietary Neural Reasoning System (NRS) to deliver next-level performance.

๐Ÿ”ฅ Why This Model is a Game-Changer:
โœ… 100x Reasoning Capacity โ€” Exceptional deep logical thinking and complex problem-solving
โœ… 1 Million Token Context โ€” Perfect for massive codebases, long documents, and multi-turn agentic workflows
โœ… Advanced Thinking Mode โ€” Native <think> tags for true step-by-step Chain-of-Thought reasoning
โœ… Tool-Use Ready โ€” Optimized for Python execution, Web Search, and self-correction
โœ… Blazing Fast โ€” Runs smoothly on consumer GPUs like RTX 3090/4090

Technical Highlights:

Base: Qwen 3.5 9B
Tuning: NRS-specific high-quality reasoning data
Context: 1M Tokens (YaRN Scaling)
License: NRS DOCS

Whether youโ€™re a developer building coding agents, a researcher working with long-context data, or someone who loves powerful reasoning โ€” this model is built for you.

๐Ÿ‘‰ Try it now on Hugging Face:
SKT-NRS/NRS_QWEN_MYTHOS_1M

Drop a comment: What will you build with it first? ๐Ÿ‘‡
#AI #OpenSource #LLM #Qwen #ReasoningModel #HuggingFace #NewModel #AICommunity
Abhaykoulย 
posted an update 23 days ago
view post
Post
263
Shipped v0.1.2 of vtx โ€” a minimalist coding agent for the terminal.

Most agentic CLIs ship 10k+ token system prompts. Vtx is ~2,200. Less prompt overhead means more room for your code in the model's context window.

Vtx is a from-scratch Python implementation of the design philosophy behind pi-mono โ€” same principles, pure Python, no transpiled runtime.

What ships out of the box:

โ†’ Textual TUI + headless CLI (vtx -p "fix the failing test")
โ†’ 49 LLM provider gateways, all declared in a single provider.yaml
โ†’ 5 core tools (read / edit / write / bash / find) plus web search and fetch
โ†’ Session tree with compaction, handoff, and resume
โ†’ AGENTS.md / CLAUDE.md auto-discovery
โ†’ Skills system โ€” drop SKILL.md files in .agents/skills/ and they become slash commands
โ†’ Two OAuth flows (GitHub Copilot device flow, OpenAI Codex PKCE)
โ†’ Two-mode permissions: prompt (default) or auto, with a safe-command allowlist

This release adds a proper extension system. Register new LLM-callable tools, intercept tool calls, hook lifecycle events, and add slash commands from a single register(api) function in a Python file under ~/.vtx/agent/extensions/. Extensions can override built-in tools by name and chain handler logic across subscribers.

Apache 2.0. uv tool install vtx-coding-agent and you're running.

GitHub: https://github.com/OEvortex/vtx-coding-agent
PyPI: https://pypi.org/project/vtx-coding-agent

Built in the open. Feedback, extensions, and PRs welcome.
Shrijanagainย 
posted an update about 2 months ago
view post
Post
2621
We are pleased to announce that the W-IMG Vision Dataset infrastructure is officially live.

The complete asset infrastructure is now accessible on Hugging Face for internal validation and architecture scaling targets.

Dataset Endpoint - sKT-Ai-Labs/W-IMG

#SovereignAI #ComputerVision #MachineLearning #OpenSource
Ujjwal-Tyagiย 
posted an update 2 months ago
view post
Post
439
6 Open-Source Libraries to FineTune LLMs
1. Unsloth
GitHub: https://github.com/unslothai/unsloth
โ†’ Fastest way to fine-tune LLMs locally
โ†’ Optimized for low VRAM (even laptops)
โ†’ Plug-and-play with Hugging Face models

2. Axolotl
GitHub: https://github.com/OpenAccess-AI-Collective/axolotl
โ†’ Flexible LLM fine-tuning configs
โ†’ Supports LoRA, QLoRA, multi-GPU
โ†’ Great for custom training pipelines

3. TRL (Transformer Reinforcement Learning)
GitHub: https://github.com/huggingface/trl
โ†’ RLHF, DPO, PPO for LLM alignment
โ†’ Built on Hugging Face ecosystem
โ†’ Essential for post-training optimization

4. DeepSpeed
GitHub: https://github.com/microsoft/DeepSpeed
โ†’ Train massive models efficiently
โ†’ Memory + speed optimization
โ†’ Industry standard for scaling

5. LLaMA-Factory
GitHub: https://github.com/hiyouga/LLaMA-Factory
โ†’ All-in-one fine-tuning UI + CLI
โ†’ Supports multiple models (LLaMA, Qwen, etc.)
โ†’ Beginner-friendly + powerful

6. PEFT
GitHub: https://github.com/huggingface/peft
โ†’ Fine-tune with minimal compute
โ†’ LoRA, adapters, prefix tuning
โ†’ Best for cost-efficient training
  • 1 reply
ยท
Sri-Vigneshwar-DJย 
posted an update 2 months ago
view post
Post
163
![Feather DB LongMemEval Results]( Hawky-ai/longmemeval-results)

We ran Feather DB v0.8.0 on LongMemEval (ICLR 2025) โ€” 500 questions across real multi-session conversations, up to 115K tokens each.

**Score: 0.693** ยท GPT-4o full-context baseline: 0.640
Full 500-question run with Gemini-Flash: **$2.40**

Per-axis breakdown:
โ†’ Info-extraction: **0.942**
โ†’ Knowledge-update: **0.714**
โ†’ Multi-session: **0.606**
โ†’ Temporal: **0.477** โ† the hard one, Phase 9 addresses this

Architecture: Hybrid BM25+dense ยท adaptive temporal decay ยท embedded (no server) ยท p50 = 0.19ms ยท MIT

pip install feather-db

Raw results + audit JSONs: Hawky-ai/longmemeval-results
Ujjwal-Tyagiย 
posted an update 3 months ago
view post
Post
384
This is the best set of AI and ML books and a full guide to learning machine learning from the ground up. This is my study material that I used, so I thought it would be helpful to share it with others. Like, share, and add it to your collection at Ujjwal-Tyagi/ai-ml-foundations-book-collection.
Ujjwal-Tyagiย 
posted an update 3 months ago
view post
Post
3972
We are hiring at Shirova AI. We need AI researchers and engineers to work in our research lab. Shirova AI is a research lab in India, so we can help our researchers move to nearby workspaces or let them work from home without ever coming to the lab. We're building our founding team, so the pay will be good. You can learn, so don't hesitate to mail us at: careers@shirova.com
Parveshiiiiย 
posted an update 3 months ago
view post
Post
623
๐Ÿš€ Sonic: A lightweight Python audio processing library with tempo matching, BPM detection, time-stretching, resampling & track blending โ€” now with GPU (CUDA) acceleration for 10x speed!

Perfect for quick remixes, batch edits or syncing tracks.

๐Ÿ‘‰ https://github.com/Parveshiiii/Sonic

#Python #AudioProcessing #OpenSource #PyTorch