Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
This project fine-tunes LLaMA 2 on a medical dataset and serves it as an API.
|
4 |
-
|
5 |
-
## π Features
|
6 |
-
- Fine-tunes LLaMA 2 using QLoRA
|
7 |
-
- Runs training on Hugging Face Spaces (Free & Persistent)
|
8 |
-
- Deploys as an API for integration with Flutter
|
9 |
-
|
10 |
-
## π Usage
|
11 |
-
- Upload a medical dataset (`medical_dataset.json`)
|
12 |
-
- Train the model (`train.py`)
|
13 |
-
- Serve the model as an API (`api.py`)
|
|
|
1 |
+
---
|
2 |
+
title: Medical Chatbot
|
3 |
+
emoji: π
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|