8000 GitHub - claire62/rllm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

claire62/rllm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rLLM

rLLM (relationLLM) focuses on LLM-based relational data learning, prioritizing: Accuracy, Efficiency, and Economy.

  • Accuracy: quality of being true, correct, or exact.
  • Efficiency: running time, measured in seconds.
  • Economy: money cost, measured in dollars.

Dependencies

  • pytorch 2.1.2
  • scikit-learn 1.4.0
  • llama_cpp_python 0.2.52
  • langchain 0.1.8
  • langchain-community 0.0.21
  • langchain-experimental 0.0.52
  • tiktoken 0.6.0
  • sentence-transformers 2.3.1
  • numpy 1.26.4
  • pandas 2.1.4

LLM models

  • We recommmend 4-bit quantized Gemma 2b model, which can be Downloaded from HuggingFace.

LM Model

  • We recommend a light BERT-like model all-MiniLM-L6-v2 to make sentence embedding, which can be obtained directly from HuggingFace.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0