Update README.md
Browse files
README.md
CHANGED
@@ -22,4 +22,10 @@ It has few moving parts around it:
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
Our models
|
26 |
|
27 |
+
| Name | Base Model | Requirements (or similar) |
|
28 |
+
| --------------------------------------------------------------------- | ----------- | ------------------------- |
|
29 |
+
| [Docsgpt-7b-mistral](https://huggingface.co/Arc53/docsgpt-7b-mistral) | Mistral-7b | 1xA10G gpu |
|
30 |
+
| [Docsgpt-14b](https://huggingface.co/Arc53/docsgpt-14b) | llama-2-14b | 2xA10 gpu's |
|
31 |
+
| [Docsgpt-40b-falcon](https://huggingface.co/Arc53/docsgpt-40b-falcon) | falcon-40b | 8xA10G gpu's |
|