Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# localGPT
|
2 |
|
3 |
This project was inspired by the original [privateGPT](https://github.com/imartinez/privateGPT). Most of the description here is inspired by the original privateGPT.
|
@@ -284,4 +293,4 @@ This is a test project to validate the feasibility of a fully local solution for
|
|
284 |
```shell
|
285 |
conda uninstall tokenizers, transformers
|
286 |
pip install transformers
|
287 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
title: AI-EMBD-chat-7b
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 💻
|
6 |
+
colorFrom: purple
|
7 |
+
colorTo: yellow
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
# localGPT
|
11 |
|
12 |
This project was inspired by the original [privateGPT](https://github.com/imartinez/privateGPT). Most of the description here is inspired by the original privateGPT.
|
|
|
293 |
```shell
|
294 |
conda uninstall tokenizers, transformers
|
295 |
pip install transformers
|
296 |
+
```
|