@ClementDelangue Looks super! Are you planning to offer a fully or partially disassembled version, so assembling it with the kids would give additional fun?
Kimi K2 Thinking from @Kimi_Moonshot is live on Nebius Token Factory!
Currently the strongest open-weight model on the market and competitive with proprietary stacks, with full 262K context.
Key highlights:
• SOTA reasoning among all open 70B models (beats or matches GPT-5.1/DeepSeek/Qwen in many tasks)
• Reliable long-context performance, 262K that actually reasons
• 3–5× faster inference than comparable frontier models
• Top-tier math & code results (AIME, MATH-500, LiveCodeBench)
• Near-zero refusal rate + strong multilingual output
Run it today → https://t.co/1pHiVpV6oW
⚡️Today marks a big milestone for Nebius.
We’re launching Nebius Token Factory, the evolution of Nebius AI Studio, built to make open-source AI production-grade.
Token Factory transforms raw open models into governed, scalable systems with dedicated inference, sub-second latency, 99.9% uptime and zero-retention compliance.
It’s where inference, post-training and governance converge, turning raw compute into reliable intelligence.
Run AI inference at scale: https://t.co/rRIK3rpaLI
@playratewinrate Hi! Did you measure logs + models or just resulting model files? In CatBoost, we log lot's of data in different formats by default - human readable train log, train/validation metrics and stats in json format for each iteration and so on.
@Yasushi_ML Hello! We are currently refactoring documentation pages, can you help us to find, how to make it better? You can either write here, or leave feedback on documentation pages with "thumbs down" button in the upper right corner of page and leave your comments.
@StefvandenElzen@DariusAtmar@DataSciNews Hello! CatBoost supports plotting single tree with graphviz, so you can look at plot_tree() https://t.co/tKkyCZbJr1 function realization as reference. Important note: CatBoost has two different tree types - symmetric(aka oblivious) and nonsymmetric. I can help you with that 😺
@JagersbergKnut By no tuning we mean reasonable quality out of the box (that's good for quick start), but tuning even simple options like learning rate & number of trees can significantly change final quality.
I'm excited to share my first paper accepted to NeurIPS @NeurIPSConf. This work was a culmination of the long path we did at @TolokaAI of improving crowdsourced text aggregation.
Reach us at NeurIPS or check out our paper at arXiv: https://t.co/6gF6uYvdkz
1/N
@Oktahedro@CatBoostML Great! You can start here, in main export place: https://t.co/kxumDbi0De and then go to helper functions implementation defined in https://t.co/B9e5RPDNEj and in corresponding header.
Read about building python version here: https://t.co/QijYfDGCHH 🐈
@abap34 Yes! Since 1.0.0 version CatBoost supports multilabel classification. We are waiting for documentation update, corresponding loss names are MultiLogloss and MultiCrossEntropy