stephantul

↗ HN profile [ 67.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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,…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. Decasing Transformers for Fun (stephantul.github.io)
  7. 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…

  8. 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…

  9. 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…

  10. 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…