urchade

2.8K posts

urchade banner
urchade

urchade

@urchadeDS

Researcher @FastinoAI

Reunion Island Katılım Şubat 2014
303 Takip Edilen385 Takipçiler
urchade retweetledi
Actu Foot
Actu Foot@ActuFoot_·
🚨🚨 Didier Deschamps 🇫🇷 : « Je pose une question et je ne vais pas y répondre, EST-CE QUE L’ARBITRE A LE NIVEAU POUR ARBITRER UNE DEMI-FINALE DE COUPE DU MONDE ? » 😱 🎙️ @M6
Actu Foot tweet mediaActu Foot tweet media
Français
2K
1.2K
20.1K
1.9M
urchade retweetledi
George Maloney
George Maloney@george_onx·
GLiNER2 just passed 1M monthly downloads, 2x in two months. Firing a frontier model at every step is slow and expensive, when most steps (extraction, classification, routing) are exactly what a small, deterministic model does best. Across the entire family, GLiNER has now passed 40 million total downloads. All open source. We’ve released three new models in the last month and will keep contributing to the open source community. Link to our @huggingface: huggingface.co/fastino
George Maloney tweet media
English
1
2
7
297
urchade retweetledi
WizardsMuse
WizardsMuse@WizardsMuse1·
AJ DYBANTSA vs DARRYN PETERSON: 27 POINTS 24 POINTS 7 REBOUNDS 8 TURNOVERS 2 ASSISTS 9 FOULS 7/18 FG 6/18 FG WIZARDS BEAT JAZZ 92-88 AJ DYBANTSA WON THE BATTLE 😤
WizardsMuse tweet media
English
60
128
3.6K
2.7M
urchade retweetledi
George Maloney
George Maloney@george_onx·
We combined our two most popular models, launching our most powerful open source model yet for both LLM guardrails and PII extraction. GLiNER2-Guardrails-PII-Multi is a 0.3B open weights model with combined safety moderation and PII filtering. We trained it without touching any real-world PII data. This was hardest hard part, because PII is sensitive by nature, so real training data is scarce, narrow, overused, etc. We used the Pioneer API to generate our multi-task, multilingual dataset: > WildGuardTrain + jailbreak strategy > 42 PII entity types generated via constraint-driven framework Model weights are on @huggingface, as always. You can also try it on Pioneer. 🤗: huggingface.co/fastino/GLiNER… 🔗: pioneer.ai x.com/fastinoAI/stat…
Fastino Labs@fastinoAI

x.com/i/article/2070…

English
0
2
5
322
urchade retweetledi
Mary Newhauser
Mary Newhauser@m_newhaus·
Our newest open source model is a guardrail + PII combination! A quick overview: > 0.3B parameters > 4 guardrail tasks (classification) + PII extraction in a > single forward pass > Performance matches the individual models > 🤗 Weights are on @huggingface. Huge shoutout to @urchadeDS on this one!
Fastino Labs@fastinoAI

x.com/i/article/2070…

English
0
2
7
327
urchade
urchade@urchadeDS·
@LoganMarkewich Hey, have you tried small versions of gliner ? (e.g. gliner_small-v2.5) What throughput target are you aiming for?
English
1
0
1
24
Logan Markewich
Logan Markewich@LoganMarkewich·
Gliner exists, but the model sizes are still bigger than I'd like (requires GPU for meaningful throughput I think?)
English
1
0
0
139
Logan Markewich
Logan Markewich@LoganMarkewich·
Whats the tesseract equivalent for schema-based extraction? Tesseract gives fast and dirty OCR for ~free. But what about pulling out a specific schema?
English
6
1
7
2.2K
urchade retweetledi
Ash Lewis
Ash Lewis@ash_csx·
Huge congrats to @doctolib on releasing `finemed-entity-extractor`! It’s built on GLiNER2 and extracts 8 medical entity types from French text. They also released: > FineMed → a large French medical pretraining corpus > DoctoBERT → a SOTA French medical encoder We love to see the community build on top of GLiNER2 models, especially in domains like medicine which can be so impactful! 🤗: huggingface.co/doctolib-lab/f… 📄: arxiv.org/html/2606.2207…
English
5
5
30
13K
Nikhil Nayak
Nikhil Nayak@nikhilnayak268·
1/8 We published a new paper from @fastinoAI: Correcting Stochastic Update Bias in Preconditioned Language Model Optimizers. Main idea: adaptive optimizers like AdamW, Sophia, and Shampoo do not just have noisy updates. Their stochastic preconditioned updates are biased in specific, correctable ways. Paper: arxiv.org/abs/2605.20756.
Nikhil Nayak tweet media
English
4
10
61
6K
Pranav :-
Pranav :-@Pranav2278·
@ash_csx @urchadeDS is back at it again!!!! Less go, very interested to see what comes out. Y'all should train small TABPFN models btw, very niche enterprise applications
English
2
0
5
2.6K
Ash Lewis
Ash Lewis@ash_csx·
We’re dropping two open source SLMs this week. 1. One of them matches SOTA accuracy at up to 93x smaller. 2. The other one beats a recent OpenAI model. Model #1 drops tomorrow 👀
Ash Lewis tweet media
English
22
48
689
68.7K
urchade retweetledi
urchade retweetledi
George Maloney
George Maloney@george_onx·
We used Pioneer heavily when training GLiNER2 and decided to release it when it hit SOTA with Qwen, Llama, Nemotron in one prompt. Really exciting
Ash Lewis@ash_csx

We just published a paper on our autonomous fine-tuning agent. The internet found it before we announced it. The paper describes the agent that powers Pioneer, our platform that autonomously fine-tunes small language models end-to-end. Pioneer has two operating modes: cold start (you give it a task description, it handles everything) and production (it retrains deployed models using labeled inference failures). We evaluated cold-start mode across eight benchmarks spanning tasks including reasoning, math, code generation, summarization, classification, and question answering. Fine-tuning performed by the Pioneer Agent improved models by up to +84 percentage points over base. End-to-end runs completed in 8–12 hours at $12–55 per run, demonstrating demonstrating that autonomous fine-tuning can produce high-performing models at minimal cost. A few cold-start results worth noting: ARC-Challenge (Llama 3.2 3B): The base model scored 5.3% because it couldn't follow multiple-choice format. Pioneer Agent brought it to 72.6% over 11 iterations. We also discovered that chain-of-thought supervision via DeepSeek-R1 traces was the decisive breakthrough. HumanEval (Qwen3 8B): When trained on MBPP, the fine-tuned model reached 92.7% pass@1 in just 4 iterations. Interestingly, we found that adding GPT-4.1-generated solutions hurt performance, indicating that external model outputs can dilute the training signal when fine-tuning for basic Python tasks. SMS Spam (GLiNER2): F1 score on SMS spam classification went from 0.159 to 0.997. The final push from 0.98 to near-perfect required adding just 55 targeted examples to the initial dataset. To evaluate production mode, we introduce a novel benchmark: AdaptFT-Bench. AdaptFT-Bench evaluates whether an autonomous agent can fix a deployed model's failures without breaking what already works. It simulates production conditions using synthetic inference logs organized into three stages with increasing noise rates (15% → 25% → 40%), mixing fixable noise with poisonous noise like false premises and label flips. Here are the most notable results from our evaluation of production mode: TriviaQA (Llama 3.2 3B): Pioneer, the Aagent outperformed naive retraining by 43 percentage points by the final stage, the largest gap across all scenarios. GSM8K (Qwen3-8B): Pioneer Agent improved the deployed model from 75.9% to 81.2% as noise accumulated, while naive retraining degraded from 71.6% to 64.7%, demonstrating that the agent gets better precisely where naive approaches get worse. These results demonstrate that the full fine-tuning lifecycle, from task description through production deployment and continuous improvement, can be reliably automated. We also introduce AdaptFT-Bench, a new benchmark for evaluating autonomous model improvement under realistic production conditions. Link to the paper below.

English
0
1
5
205
urchade retweetledi
urchade retweetledi
urchade
urchade@urchadeDS·
@Pranav2278 Nice, tell me in case you need me to review it
English
0
0
1
12
urchade
urchade@urchadeDS·
@Pranav2278 The paper was written in early June 2025, and the repository has changed a lot since then 😁 Do you think it would be worth writing a more complete version that describes the full architecture?
English
2
0
0
39
Pranav :-
Pranav :-@Pranav2278·
@urchadeDS I actually sat down to re read the Gliner papers, properly this time. I thought I'll be able to wrap it up tonight, but I realized how wrong I was by the time I got to reading the code! Amazing work. In awe of how production-ready and optimized tge code is. And it has things that the paper doesn't even mention!! Amazing stuff...
English
2
0
4
263
urchade retweetledi
Anthony Davis
Anthony Davis@AntDavis23·
DC what's up!
English
171
821
4.1K
0
urchade retweetledi
ClutchPoints
ClutchPoints@ClutchPoints·
"Stop me when I say a better shooter." "Steph Curry?" Tre Johnson: "Nah, he knows I'm better... I'm just gonna show him." 👀 (via @MonSportsNet / YouTube)
English
154
93
4.1K
664.8K