Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 378 Bytes

File metadata and controls

13 lines (12 loc) · 378 Bytes

This is my first trial of full stack development of a LLM based legal knowledge chat bot software. It contains the following parts:

  1. LLM (1) LoRA Finetune with dataset "Skepsun/lawyer_llama_data"
  2. Docker + LMDeploy
  3. Backend: (1) FastApi (2) LangChain to achieve memory (3) LangChain + LlammaIndex to achieve RAG
  4. Frontend: (1) Node.js, JavaScript
  5. AWS