Skip to content

abhierra2/SentenceTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentence Transformer Take-Home Project

This project contains a notebook implementing a multi-task sentence transformer model, including layer-wise learning rates and custom optimizations.

Setup Instructions

  1. Run without Docker:

    • Install dependencies:
      pip install -r requirements.txt
    • Open the notebook:
      jupyter notebook Take_Home.ipynb
  2. Run with Docker:

    • Build the Docker image:
      docker build -t sentence-transformer .
    • Run the Docker container:
      docker run -p 8888:8888 sentence-transformer
    • Open the notebook by navigating to http://localhost:8888/ in your browser.

Notebook

  • Take_Home.ipynb: Contains the entire codebase, including the model implementation, multi-task setup, and layer-wise learning rate implementation.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors