nadeen-elsayed commited on
Commit
ae1984e
Β·
verified Β·
1 Parent(s): e566189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -1,13 +1,9 @@
1
- # Medical LLaMA 2 - Fine-Tuned Model
 
 
 
 
 
 
 
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