Skip to content
View Ben-Epstein's full-sized avatar

Block or report Ben-Epstein

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ben-Epstein/README.md

👋 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. Setup iterm2 Setup iterm2
    1
    ## My personal setup preference (MacOS)
    2
    
                  
    3
    ```sh
    4
    echo "syntax on\nset nu\n" >> ~/.vimrc
    5
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  2. prefect-modal prefect-modal Public

    A simple example of configuring prefect workflows on modal serverless compute

    Python 1 1

  3. solara-examples solara-examples Public

    Some simple apps in solara

    Python 13 3

  4. spacy-to-hf spacy-to-hf Public

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

    Python 14 2

  5. prefect-quickstart prefect-quickstart Public

    A small repo to get started with a prefect deployment

    Python 3

  6. bulk-labeling-solara bulk-labeling-solara Public archive

    A tool for bulk labeling, built in Solara!

    Jupyter Notebook