AI & ML interests

Open science and open source

NILKNARFGonzo 
posted an update about 8 hours ago
view post
Post
52
just recieved my stack of 10 floppy disks - you know what that means

floppyx4 is canceled, floppyx10 is next

here's the intended specs:
- official tokenizer (the actual tokenizer for gpt-2)
- actual gpu training (barely)
- sharegpt (if i can afford it computationally)
- full thing fitting on 10 floppy disks (not just the safetensors file)
- and if needed different arch (like llama)

also unsloth on a gpu from 2015 is insane
  • 1 reply
·
NILKNARFGonzo 
posted an update 2 days ago
view post
Post
69
i think someone posted my password and ip on some platform and im being hacked left and right
  • 5 replies
·
NILKNARFGonzo 
posted an update 3 days ago
view post
Post
3747
get played unsloth

gemma just deleted its own model runner with DeepSeek Harness

shoutout to deepseek and unsloth
  • 11 replies
·
NILKNARFGonzo 
posted an update 11 days ago
view post
Post
115
Open-source is not going away anytime soon.

There's a handful of open models like Qwen Image, Flux, Wan, and others on AI image generators like VisualGPT, Pixlr, Free AI, and more. And here's the catch - they're free.

Hugging Face inference costs money just to generate simple images. Things like VisualGPT still have your favorite models for free.

GPT Image isn't worth it - and neither is HF inference. The real way to use open models is the things you closed-source third-party lovers already use.
NILKNARFGonzo 
posted an update 13 days ago
view post
Post
91
guys! if ur part of a team org i think you can post

so yeah

@GGUFGuy i figured out why u can post (bc of HuggingScience)
  • 1 reply
·
spillai 
posted an update 18 days ago
view post
Post
3199
We're excited to introduce VLM Run Gateway - a new unified OpenAI-compatible API for running open-weight VLMs, OCR VLMs and ViT-based vision models.

https://vlm.run/gateway
Full model catalog: https://vlm.run/gateway/models
Blog post announcement: https://www.vlm.run/blog/introducing-gateway

Try different models on the gateway simply by updating the model name. Free to use and no sign-up required for now (in alpha).

$ uvx vlmrun gw models
$ uvx vlmrun gw chat <doc>.pdf -m glm-ocr
$ uvx vlmrun gw chat <doc>.pdf -m deepseek-ocr-2
$ uvx vlmrun gw chat <doc>.pdf -m pp-ocrv6
$ uvx vlmrun gw chat <img>.jpg -m qwen/qwen3.5-0.8b -p "describe the image"
$ uvx vlmrun gw chat <vid>.mp4 -m qwen/qwen3.5-0.8b -p "describe the video"

ST-x-Tony 
posted an update 3 months ago
view post
Post
157
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 : https://huggingface.co/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! 💡
ST-x-Tony 
posted an update 3 months ago
view post
Post
7177
Hello AI Community! 👋

We are thrilled to announce the release of **NRS_QWEN_MYTHOS_1M**, a high-performance reasoning model built on the powerful **Qwen 3.5 9B** base. At **SKT AI LABS**, we’ve applied our proprietary **Neural Reasoning System (NRS)** to push the boundaries of what a 9B model can do.

🔥 **Why this model is a Game-Changer:**

✅ **100x High Reasoning Capacity:** Deep logical thinking and complex problem-solving via NRS Boosting.
✅ **1 Million Token Context:** Handle massive codebases, long documents, and multi-turn agentic tasks with ease (YaRN Scaling).
✅ **Advanced Thinking Mode:** Native <think> tags for step-by-step Chain-of-Thought reasoning.
✅ **Tool-Use Ready:** Optimized for Python execution and Web Search with self-correction.
✅ **Blazing Fast:** Efficient 9B architecture that runs smoothly on consumer hardware (RTX 3090/4090).

🛠️ **Technical Highlights:**
* **Base:** Qwen 3.5 9B
* **Tuning:** NRS Specific Tuning high-quality samples.
* **License:** NRS DOCS
Whether you are a developer building coding agents, a researcher dealing with long-context data, or just someone who loves deep reasoning, this model is built for you.

👇 **Try it now on Hugging Face:**
SKT-NRS/NRS_QWEN_MYTHOS_1M
ST-x-Tony 
posted an update 3 months ago
view post
Post
10458
Hello everyone,

We are excited to share that SKT-NRS is now live on Hugging Face.
We’ve developed a Neural Reasoning System (NRS) designed to enhance the capabilities of foundation models — giving them stronger reasoning, improved performance, and more reliable outputs across a wide range of tasks.

Our goal is to bring meaningful quality improvements to both new and existing models. You’ll start seeing boosted versions of various models released here soon, each refined with our NRS approach.

**What to Expect* ❤️‍🩹

Regular releases of Neural Reasoning-enhanced models
Clear focus on better reasoning and overall model quality
Ongoing improvements based on community feedback

If you’d like to stay updated, feel free to follow this space — we’ll be posting the first boosted models very soon.

**Community Requests**

Have a specific model you’d like us to work on? Looking for improvements on an existing model, or have any other requests?
We’re happy to hear from you. Please share your suggestions here:

## Community Requests → SKT-NRS/README#1

**Thank you for your support! We look forward to building better models together.**
  • 10 replies
·
spillai 
posted an update 4 months ago
view post
Post
8796
mm-ctx – fast, multimodal context for agents.

LLM-based agents handle text incredibly well, but images, videos, or PDFs with visual content are hard to interpret. mm-ctx gives your CLI agent multi-modal skills.

Try it interactively in Spaces: vlm-run/mm-ctx

Readme: https://vlm-run.github.io/mm/
PyPI: https://pypi.org/project/mm-ctx
SKILL.md: https://github.com/vlm-run/skills/blob/main/skills/mm-cli-skill/SKILL.md

mm-ctx is meant to feel familiar: the UNIX tools we already love (find/cat/grep/wc), rebuilt for file types LLMs can't read natively and designed to work with agents via the CLI.
- mm grep "invoice #1234" ~/Downloads searches across PDFs and returns line-numbered matches
- mm cat <document>.pdf returns a metadata description of the file
- mm cat <photo>.jpg returns a caption of the photo
- mm cat <video>.mp4 returns a caption of the video

A few things we obsessed over:
⚡ Speed: Rust core for the hot paths
🏠 Local-first, BYO model: Uses any OpenAI-compatible endpoint: Ollama, vLLM/SGLang, LMStudio with any multimodal LLM (Gemma4, Qwen3.5, GLM-4.6V).
🔗 Composable: stdin + structured outputs
🤖 Drops into any agent via mm-cli-skills: Claude Code, Codex, Gemini CLI, OpenClaw.

We’d love to hear your feedback! Especially on the CLI and what file types and workflows you would like to see next.
  • 2 replies
·
oncody 
posted an update 6 months ago
view post
Post
228
Are Large Language Models actually becoming more intelligent, or just better at seeming intelligent?

There is a noticeable shift happening in the LLM space.

Models today can:

Generate cleaner and more structured code.
Explain complex topics in simpler ways.
Maintain longer and more coherent conversations.

Yet at the same time, they still:

Produce confident hallucinations.
Fail in multi-step reasoning tasks.
Break under slightly unfamiliar or challenging inputs.

This raises a critical question.

Are we advancing intelligence, or optimizing presentation?

Most improvements so far seem driven by:

Larger datasets.
Increased scale.
Alignment techniques like RLHF.

But these do not necessarily lead to genuine reasoning ability.

What still appears fundamentally missing:

Persistent memory across interactions.
True reasoning rather than pattern completion.
Grounded understanding connected to real-world context.

Reliable self-correction and verification mechanisms.

If current scaling trends start to plateau, the next breakthrough will not come from doing more of the same.

So the real question for the community is:

If you were designing the next generation of AI systems, where would you focus?

A. Larger models and compute
B. Higher-quality and structured data
C. Agent-based systems with tool use and memory
D. New architectures beyond transformers

This is not just a technical discussion. It defines where AI is actually heading over the next few years.

I am interested to hear how others are thinking about this.
DavidVivancos 
posted an update 10 months ago
DavidVivancos 
posted an update 10 months ago
DavidVivancos 
posted an update 11 months ago
louisbrulenaudet 
posted an update about 1 year ago
view post
Post
6642
Supercharge Apple’s Shortcuts using Cloudflare Workers and Gemini within minutes (and for free, up to 1,500 requests per day) ☁️✨

Hello everyone, last week, while experimenting for fun, I created an API that allows you to easily access AI models (in this case, Google's) from the Shortcut app in order to analyze data from my apps and make the most of it thanks to the generative capabilities of advanced models.

It costs me nothing, and I think it might be good to share it so that others can build on it.

In README.md, you will find everything you need to get started and put your own microservice into production, which you can call from the app’s HTTP request features.

You will simply be asked to have a free Cloudflare account and an API key obtained from Google's AI Studio.

Feel free to take a look and get back to me if you encounter any problems during deployment.

Here is the GitHub repo where you can find all the source code and run it on your own: https://github.com/louisbrulenaudet/genai-api
louisbrulenaudet 
posted an update about 1 year ago
view post
Post
1096
Although more and more code editors are aligning themselves with the AGENTS.md file standard, some still use specific nomenclatures that can make it difficult to maintain different configuration files when several people are working on the same project with different agents.

Bodyboard addresses this by generating canonical instructions for code helpers from a single AGENTS.md file, thereby streamlining the production of adapter outputs for Gemini CLI, Copilot, Cline, Claude, Rules, Windsurf, and OpenAI Codex integrations.

You just have to:
npm install -g bodyboard

Then run, at the root of your project:
bodyboard all

Link to npm: https://www.npmjs.com/package/bodyboard
Link to the GitHub repo: https://github.com/louisbrulenaudet/bodyboard

It's a very simple project, but it addresses certain issues I've encountered, so why not make it available to everyone...

If you have other ideas for adapters to create, feel free to open a PR on the GitHub repo.
louisbrulenaudet 
posted an update about 1 year ago
view post
Post
2882
Because hackathons are often the starting point for many AI projects, I've created a Python-backend template incorporating my feedback to streamline collaboration and urgent deployments 🏎️

Within a year, I had the opportunity to participate in hackathons organized by Mistral, OpenAI, and DeepMind and this GitHub template is structured around several fundamental building blocks and recommendations I offer developers eager to participate in their first hackathon, whether as part of a team or individually. Its emphasis is on rapid setup and deployment through:
- uv as a package manager, simplifying usage via a series of pre-configured make commands.
- FastAPI for API management, structured in a modular architecture designed to minimize branch conflicts during merges to main branches (using minimal health-check and ping routes to verify Docker’s proper execution and backend accessibility on the local network).
- Pydantic for validation and type handling, which simplifies debugging and enhances understanding of data objects.
- A set of custom instructions tailored for agents (Cline and GitHub Copilot), aimed at improving overall comprehension of the application and optimizing the vibe-coding experience.

This template includes unit tests with a 100% success rate and test coverage, as well as a minimal CI file ensuring that the FastAPI application runs correctly. Thus, merging code that breaks the server into production becomes impossible ⛔️

In general, I would reiterate an essential piece of advice: your two main adversaries are branch conflicts—particularly when the same file is modified concurrently within a brief period, especially if your architecture isn’t built for scalability—and deployment issues under urgent circumstances ⏱️

Link to GitHub: https://github.com/louisbrulenaudet/hackathon-backend

Simply issue these commands and you can ship your code at the speed of light:
make init
make dev
zamal 
posted an update about 1 year ago
view post
Post
4374
Hey all
Finally it's happening. DeepGit lite is back now, running on cpu only devices. Just smartly search across Github and spin up conversational agents in the background and have grounded conversation with repositories
Try it out now!!!! zamal/DeepGit
  • 1 reply
·
louisbrulenaudet 
posted an update over 1 year ago
view post
Post
1294
🌐 Clinical Trials Dataset now available on Hugging Face! 🧬

I’ve just released a comprehensive, ML-ready dataset featuring 500,000+ clinical trial records sourced directly from ClinicalTrials.gov for biomedical NLP, healthcare analytics, and clinical research applications 🤗

I wanted to produce the most complete and up-to-date dump with all raw data partially flattened to simplify extraction, self-querying and processing.

Do you have any ideas about what we can do with it? Using descriptions to enhance specialized embedding models?

louisbrulenaudet/clinical-trials
  • 1 reply
·
zamal 
posted an update over 1 year ago
view post
Post
1672
Say hallo to GermaNER 💪– a lightweight, high-accuracy NER model for German texts, powered by XLM-RoBERTa + LoRA adapters!
⚡ Fast, efficient, and open-source – perfect for tagging names, places & orgs in real-world German data.
Try it now on Hugging Face 👉 fau/GermaNER