Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
title: DenisCare
|
| 3 |
emoji: 💬
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
|
@@ -10,7 +11,18 @@ pinned: false
|
|
| 10 |
hf_oauth: true
|
| 11 |
hf_oauth_scopes:
|
| 12 |
- inference-api
|
| 13 |
-
short_description:
|
| 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).
|
|
|
|
| 1 |
---
|
| 2 |
title: DenisCare
|
| 3 |
emoji: 💬
|
| 4 |
+
developed_by: Dynamo Denis Mbugua
|
| 5 |
colorFrom: yellow
|
| 6 |
colorTo: purple
|
| 7 |
sdk: gradio
|
|
|
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_scopes:
|
| 13 |
- inference-api
|
| 14 |
+
short_description: Fine tuned model from llama2 trained to offer medical help
|
| 15 |
---
|
| 16 |
|
| 17 |
+
## Description
|
| 18 |
+
|
| 19 |
+
Developed and Trained by Denis Mbugua Wanjiru [dynamodenis254](https://github.com/dynamodenis)
|
| 20 |
+
|
| 21 |
+
This model is fine tuned from llama2 model which has over 7 billion parameters. Since thats too big of information we fine tune it to only focus on
|
| 22 |
+
medical search terms which I got the data set from **aboonaji/wiki_medical_terms_llam2_format**. It might be slow since I'm using free CPU for demo
|
| 23 |
+
purpose and I don't really want to get a pro subscription for this project since its just for demo purpose. When I used Upgraded GPU the answer was in seconds
|
| 24 |
+
. I also tested on Google Colab since it use it for training and development and it has a free T4 GPU.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
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).
|