From 7848751fd81afe3329d68e102a25076dc3b16304 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 15 Aug 2023 14:27:32 +0100 Subject: [PATCH] Update README.md --- README.md | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 087acbaf3..edc221853 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Say goodbye to time-consuming manual searches, and let DocsGPT help you quickly find the information you need. Try it out and see how it revolutionizes your project documentation experience. Contribute to its development and be a part of the future of AI-powered assistance.

-## [Our recent Livestream](https://www.youtube.com/watch?v=Idv418FMrWU) -
![example1](https://img.shields.io/github/stars/arc53/docsgpt?style=social) @@ -25,22 +23,39 @@ Say goodbye to time-consuming manual searches, and let DocsGPT ![video-example-of-docs-gpt](https://d3dg1063dc54p9.cloudfront.net/videos/demov3.gif) +## Roadmap -## Features +You can find our [Roadmap](https://github.com/orgs/arc53/projects/2) here, please don't hesitate contributing or creating issues, it helps us make DocsGPT better! -![Group 9](https://user-images.githubusercontent.com/17906039/220427472-2644cff4-7666-46a5-819f-fc4a521f63c7.png) +## Our open source models optimised for DocsGPT: +| Name | Base Model | Requirements (or similar) | +|-------------------|------------|----------------------------------------------------------| +| [Docsgpt-7b-falcon](https://huggingface.co/Arc53/docsgpt-7b-falcon) | Falcon-7b | 1xA10G gpu | +| [Docsgpt-14b](https://huggingface.co/Arc53/docsgpt-14b) | llama-2 | 2xA10 gpu's | +| [Docsgpt-40b](https://huggingface.co/Arc53/docsgpt-40b-falcon) | falcon | 8xA10G gpu's | -## Roadmap +If you don't have enough resources to run it you can use bitsnbytes to quantize -You can find our [Roadmap](https://github.com/orgs/arc53/projects/2) here, please don't hesitate contributing or creating issues, it helps us make DocsGPT better! -## [DocsGPT-7B](https://huggingface.co/Arc53/DocsGPT-7B) Our finetuned model to help you keep your data private, fine-tuned on top on MPT-7b +## Features + +![Group 9](https://user-images.githubusercontent.com/17906039/220427472-2644cff4-7666-46a5-819f-fc4a521f63c7.png) + + +## Useful links + [Live preview](https://docsgpt.arc53.com/) + + [Join Our Discord](https://discord.gg/n5BX8dh8rU) + + [Guides](https://github.com/arc53/docsgpt/wiki) -## [Live preview](https://docsgpt.arc53.com/) + [Interested in contributing?](https://github.com/arc53/DocsGPT/blob/main/CONTRIBUTING.md) -## [Join Our Discord](https://discord.gg/n5BX8dh8rU) + [How to use any other documentation](https://github.com/arc53/docsgpt/wiki/How-to-train-on-other-documentation) + + [How to host it locally (so all data will stay on-premises)](https://github.com/arc53/DocsGPT/wiki/How-to-use-different-LLM's#hosting-everything-locally) ## Project structure @@ -116,16 +131,6 @@ Make sure you have Node version 16 or higher. `npm run dev` -[How to install the Chrome extension](https://github.com/arc53/docsgpt/wiki#launch-chrome-extension) - - -## [Guides](https://github.com/arc53/docsgpt/wiki) - -## [Interested in contributing?](https://github.com/arc53/DocsGPT/blob/main/CONTRIBUTING.md) - -## [How to use any other documentation](https://github.com/arc53/docsgpt/wiki/How-to-train-on-other-documentation) - -## [How to host it locally (so all data will stay on-premises)](https://github.com/arc53/DocsGPT/wiki/How-to-use-different-LLM's#hosting-everything-locally) Built with [🦜️🔗 LangChain](https://github.com/hwchase17/langchain)