HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lewtun

no profile record

Submissions

PyTorch OpenEnv

github.com
1 points·by lewtun·9 माह पहले·0 comments

Scaling Laws for Reinforcement Learning

huggingface.co
1 points·by lewtun·9 माह पहले·0 comments

DESI results show dark energy may be evolving over time

newscenter.lbl.gov
1 points·by lewtun·पिछला वर्ष·0 comments

DocumentAI with 256M Parameters

huggingface.co
5 points·by lewtun·पिछला वर्ष·0 comments

comments

lewtun
·2 माह पहले·discuss
Shameless plug: https://huggingface.co/spaces/smolagents/ml-intern

It’s a simple harness around Opus, but with tight integration to Hugging Face infra, so the agent can read papers, test code and launch experiments
lewtun
·3 माह पहले·discuss
Hugging Face Buckets are pretty simple: https://huggingface.co/docs/huggingface_hub/en/guides/bucket...

Disclaimer: I work at HF
lewtun
·8 माह पहले·discuss
The analogy stems from the notion that neural nets are "grown" rather than "engineered". Chris Olah has an old, but good post with some specific examples: https://colah.github.io/notes/bio-analogies/
lewtun
·8 माह पहले·discuss
Thanks! I expect the book will remain relevant as long as the Transformers architecture does. That’s why we mostly focus on topics we think will stand the test of time, but let’s see how that plays out :)
lewtun
·8 माह पहले·discuss
In the specific case of SmolLM, it originates from the meme in this dataset https://huggingface.co/datasets/bigcode/the-stack-smol
lewtun
·8 माह पहले·discuss
Hi, Lewis here (one of the co-authors). Happy to answer any questions people have about the book :)
lewtun
·9 माह पहले·discuss
For those interested in playing with an implementation of these ideas, my colleagues at HF made some recipes here: https://github.com/huggingface/trl/blob/main/docs/source/lor...
lewtun
·10 माह पहले·discuss
“QED and the Men Who Made It” [1] might be close to what you’re after for quantum theory at least. Unlike other popular accounts, it gets quite technical and covers a lot of the historical dead ends that people had during the development of quantum field theory.

[1] https://press.princeton.edu/books/paperback/9780691033273/qe...
lewtun
·11 माह पहले·discuss
> We instantiate this idea through Preference-prior Informed Linucb fOr adaptive rouTing (PILOT), a novel extension of LinUCB

Academics are pretty creative at naming their creations
lewtun
·पिछला वर्ष·discuss
Indeed we opted for offline methods like Anchored Preference Optimization as we found in the Open R1 project that doing multi-task RL on small models is quite a hassle to get right. With offline methods, you focus much more on dataset curation / generation, but that still provides faster iteration cycles for the model scale we’re dealing with!
lewtun
·पिछला वर्ष·discuss
> The absolute best way of doing this is these days is likely through a vision based machine learning model, but that is an approach that is very far away from scaling to processing hundreds of gigabytes of PDF files off a single server with no GPU.

SmolDocling is pretty fast and the ONNX weights can be scaled to many CPUs: https://huggingface.co/ds4sd/SmolDocling-256M-preview

Not sure what time scale the author had in mind for processing GBs of PDFs, but the future might be closer than “very far away”