Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,12 @@ hf_oauth: true
|
|
| 11 |
hf_oauth_scopes:
|
| 12 |
- inference-api
|
| 13 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
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).
|
|
|
|
| 11 |
hf_oauth_scopes:
|
| 12 |
- inference-api
|
| 13 |
license: apache-2.0
|
| 14 |
+
datasets:
|
| 15 |
+
- agentlans/HuggingFaceFW-finewiki-sample
|
| 16 |
+
- qywang1106/arxiv_number_small
|
| 17 |
+
- DanielPFlorian/Transformers-Github-Issues
|
| 18 |
+
- DanielPFlorian/Transformers-Github-Issues
|
| 19 |
+
- John6666/knowledge_base_md_for_rag_1
|
| 20 |
---
|
| 21 |
|
| 22 |
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).
|