stephantul
- Karma
- 0
- Created
- ()
- Submissions
- 0
- From Chesterton's fence to Chesterton's gap (stephantul.github.io)
- Why scikit learn's fit transform is probably not for you (stephantul.github.io)
-
Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can't find something directly, it falls back to grep,…
-
Hey HN! We've just open-sourced Semble, a fast and accurate code search library built for agents. We're also releasing potion-code-16M, a small code-specialized static embedding model that powers it. Most…
-
Hello! I just released a new version of Skeletoken, a package for editing tokenizers. New in this version is the ability to automatically adapt a model to an edited tokenizer. For example, you can a new token to your…
-
Hey HN, I've been playing around with ways to make retrieval pipelines faster, and ended up building something I'm calling PyNIFE (Nearly Inference-Free Embeddings). The idea is simple: train a static embedding model…
-
Hello! I work on Hugging Face tokenizers a lot in my day job. Editing tokenizers, e.g., adding or removing tokens is super painful. This is why I wrote a library for working with the format. It contains many useful…
- Turning any tokenizer into a greedy one (stephantul.github.io)
- Decasing Transformers for Fun (stephantul.github.io)
- Model2Vec as a Fasttext Alternative (minish.ai)
- Using overloads to handle union return types in Python (stephantul.github.io)
-
Hello HN, Recently, I've been massively enjoying diving into type checkers and how to effectively use them (mostly in Python). I lack foundational knowledge about the topic (I never studied CS), however, so I am looking…
- Evaluating ML classifiers using relative error instead of absolute accuracy (stephantul.github.io)
- Defeat stringly typing without making your users unhappy (stephantul.github.io)
- Distilling ModernBERT into a static model doesn't work (minishlab.github.io)
-
We’ve just open-sourced SemHash, a lightweight package for semantic text deduplication. It lets you effortlessly clean up your datasets and avoid pitfalls caused by duplicate samples in semantic search, RAG, and machine…
- Train faster static embedding models with sentence transformers (huggingface.co)
- Semhash: Fast deduplication and dataset multitool in Python (minishlab.github.io)
-
Hi HN! We (Thomas and Stéphan, hello!) recently released Model2Vec, a Python library for distilling any sentence transformer into a small set of static embeddings. This makes inference with such a model up to 500x…
-
Hi HN! We (Thomas and Stéphan, hello!) recently released Model2Vec, a Python library for distilling any sentence transformer into a small set of static embeddings. This makes inference with such a model up to 500x…