Hi EveryOne, This is Awesome-LLM is a curated list of papers about large language models, especially relating to ChatGPT. It also contains frameworks for LLM training, tools to deploy LLM, courses and tutorials about LLM and all publicly available LLM checkpoints and APIs. The repository is maintained by mr-rakesh-ranjan on GitHub.
-
Steps
- Create Virtual environments using 'python -m venv v_env'
- Activate virtual environments using In powershell 'v_env\Scripts\Activate.ps1' In cmd 'v_env\Scripts\activate.bat'
- Install all requirements.txt using 'pip install -r requirements.txt'
- After all installments Dowonload 'ggml-gpt4all-j-v1.3-groovy.bin' file from this link. ggml-gpt4all-j-v1.3-groovy
- Save that .bin file to the root folder.
7. Create a .env file for creating the environments for LLMs MODEL_TYPE=GPT4All MODEL_PATH='add_model_path' EMBEDDINGS_MODEL-NAME=all-MiniLM-L6-v2 MODEL_N_CTX=1000 MODEL_N_BATCH=8 TARGET_SOURCE_CHUNKS=4