From dc280816868590dd1ef23ae47122115747552bf5 Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 22:54:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0affc90..d420c63 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Chat with Meta's LLaMA models at home made easy -This repository is a chat example with [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) ([arXiv](https://arxiv.org/abs/2302.13971v1)) models running on a typical home PC. You will just need a NVIDIA videocard and some RAM to chat with model. +This repository is a chat example with [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) ([arXiv](https://arxiv.org/abs/2302.13971v1)) models running on a typical home PC. You will just need a NVIDIA videocard and some RAM to chat with model. Using HF version you may fine-tune the model to any desired task. + +### Copyright This repo is heavily based on Meta's original repo: https://github.com/facebookresearch/llama