Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse filesadd:
models:
- cognitivecomputations/dolphin-2.9.1-llama-3-70b
- cognitivecomputations/dolphin-2.9.1-yi-1.5-34b
README.md
CHANGED
@@ -10,6 +10,9 @@ license: apache-2.0
|
|
10 |
header: mini
|
11 |
fullWidth: true
|
12 |
short_description: Chat with Cognitive Computation models 🐬
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
10 |
header: mini
|
11 |
fullWidth: true
|
12 |
short_description: Chat with Cognitive Computation models 🐬
|
13 |
+
models:
|
14 |
+
- cognitivecomputations/dolphin-2.9.1-llama-3-70b
|
15 |
+
- cognitivecomputations/dolphin-2.9.1-yi-1.5-34b
|
16 |
---
|
17 |
|
18 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|