567-labs / fastllm

A collection of LLM services you can self host via docker or modal labs to support your applications development
MIT License
181 stars 23 forks source link

Update Readme to be more helpful for users #49

Closed ivanleomk closed 4 months ago

ivanleomk commented 4 months ago

I updated the Readme so that it's easy for users to see at a glance what are the relevant files in this repository. I highlighted a few files - main.py, optimize_plain.py and optimize.py which showcase how to do the finetuning using sentence transformers, random search and optuna respectively.