/
LLM Resources

LLM Resources

Webinars

Courses

Email newsletter

 

Papers

  • What is the Role of Small Models in the LLM Era: A Survey
    https://arxiv.org/pdf/2409.06857

    Examples of where Small Models (LSM) can be used, special interest:

    • 2.1.3 Efficient Inference
      Use Small Models to route input into proper LLM model since each model has strong and weak points so the Small Model can decide which to use, this strategy has been tested in some projects, but doing mostly threshold checks (so running LLM and testing the output to decide if to go into another LLM)

    • 2.1.6 Retrieval Augmented Generation
      Instead of using “generic” LLM for embeds, use a small model in specialized topics similar to what is used, we are actually using this in cogcache

    • 2.1.8 Deficiency Repair
      Using Small Model to handle things like mitigate hallucinations or safeguarding user privacy

    • 2.2.2 Data Synthesis
      Generate data from LLM to train smaller LLM, kind of segmenting a generic LLM into a specialized LSM

 

Related content

Kubernetes contexts 101
Kubernetes contexts 101
Read with this
Argo 101
Argo 101
Read with this