Ben-Epstein - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

👋 Hey! I'm Ben

I love building quickly, and love building in python.

Focused on production NLP use-cases right now and always following the MLOps landscape

  • Living in Boston, let's grab a drink!
  • Leading an LLM team at EvolutionIQ focused on tackling big problems for injured workers.
  • Host of the mlops.community virtual meetups. Reach out on slack if you have cool stuff to show!
  • Had some fun building a spacy-spans to huggingface-tokens NER dataset converter. If you're doing NER work give it a try :)
  • Working on Domain Adapted Language Models. Check out DALM to train SOTA retrievers for LLMs.
  • Founding engineer at Galileo. Not there anymore but they're still building great NLP tools!
  • 👀 Looking to learn Rust. If anyone wants to build and learn together please reach out

logo

logo

Pinned Loading

  1. 1

    ## My personal setup preference (MacOS)

    4

    echo "syntax on\nset nu\n" >> ~/.vimrc

    5

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  2. A simple example of configuring prefect workflows on modal serverless compute

    Python 9 3

  3. Some simple apps in solara

    Python 15 3

  4. A simple converter from SpaCy Entities (Spans) to Huggingface BILOU formatted data (tokens and ner_tags)

    Python 16 2

  5. A small repo to get started with a prefect deployment

    Python 4

  6. A tool for bulk labeling, built in Solara!

    Jupyter Notebook