dartpain commited on
Commit
6503caa
·
1 Parent(s): 3026556

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -16,9 +16,10 @@ If you have questions or want to work with us reach out to us here [Contact us](
16
  DocsGPT is our open source project that focuses on GPT-powered chat for documentation, chat with your documents.
17
  It has few moving parts around it:
18
  1. [DocsGPT on Github](https://github.com/arc53/DocsGPT) - Here we have frontend, backend and wiki
19
- 2. [DocsGPT-7B](https://github.com/arc53/DocsGPT) - Is our finetuned version of llama-2, is a purpose optimised model for getting answers about documentation
20
- 3. [DocsGPT-14B](https://huggingface.co/Arc53/docsgpt-14b) - Is our finetuned version of llama-2, is a purpose optimised model for getting answers about documentation
21
- 4. [DocsGPT-7B-falcon](https://huggingface.co/Arc53/docsgpt-7b-falcon) - Is our finetuned version of falcon, is a purpose optimised model for getting answers about documentation
22
- 5. [DocsGPT-40B-falcon](https://huggingface.co/Arc53/docsgpt-40b-falcon) - Is our finetuned version of falcon, is a purpose optimised model for getting answers about documentation
 
23
 
24
 
 
16
  DocsGPT is our open source project that focuses on GPT-powered chat for documentation, chat with your documents.
17
  It has few moving parts around it:
18
  1. [DocsGPT on Github](https://github.com/arc53/DocsGPT) - Here we have frontend, backend and wiki
19
+ 2. [DocsGPT-7B-mistral](https://huggingface.co/Arc53/docsgpt-7b-mistral) - Our best and newest model. Purpose optimised for RAG
20
+ 3. [DocsGPT-7B](https://huggingface.co/Arc53/DocsGPT-7B) - Is our finetuned version of llama-2, is a purpose optimised model for getting answers about documentation
21
+ 4. [DocsGPT-14B](https://huggingface.co/Arc53/docsgpt-14b) - Is our finetuned version of llama-2, is a purpose optimised model for getting answers about documentation
22
+ 5. [DocsGPT-7B-falcon](https://huggingface.co/Arc53/docsgpt-7b-falcon) - Is our finetuned version of falcon, is a purpose optimised model for getting answers about documentation
23
+ 6. [DocsGPT-40B-falcon](https://huggingface.co/Arc53/docsgpt-40b-falcon) - Is our finetuned version of falcon, is a purpose optimised model for getting answers about documentation
24
 
25