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

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

  1. dcai dcai Public

    An installation tool for the Data Centric AI book

    Jupyter Notebook 1 2

  2. rungalileo/bulk-labeling rungalileo/bulk-labeling Public

    A tool for quickly adding labels to unlabeled datasets

    Python 15 1

  3. rungalileo/dataquality rungalileo/dataquality Public

    The Official Python Client for Galileo

    Python 17 2

  4. solara-examples solara-examples Public

    Some simple apps in solara

    Python 8 2

  5. 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)"