morangold1
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,43 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Vacation Rental Assistant Space
|
2 |
+
|
3 |
+
This Space hosts a fine-tuned language model that assists with vacation rental inquiries, maintenance requests, and property information.
|
4 |
+
|
5 |
+
## Model Details
|
6 |
+
|
7 |
+
- Base Model: TinyLlama-1.1B-Chat-v1.0
|
8 |
+
- Fine-tuning: LoRA adaptation for vacation rental assistance
|
9 |
+
- Training Data: Curated dataset of vacation rental conversations
|
10 |
+
|
11 |
+
## Features
|
12 |
+
|
13 |
+
The assistant can help with:
|
14 |
+
|
15 |
+
- Check-in/check-out inquiries
|
16 |
+
- Property amenities information
|
17 |
+
- Maintenance requests
|
18 |
+
- Local area information
|
19 |
+
- Early/late check-in requests
|
20 |
+
- General property questions
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
|
24 |
+
Simply type your question or request in the chat interface and press Enter. The assistant will provide a helpful response based on its training.
|
25 |
+
|
26 |
+
Example queries:
|
27 |
+
|
28 |
+
- "What time is check-in?"
|
29 |
+
- "Is early check-in available?"
|
30 |
+
- "The AC isn't working properly, can you help?"
|
31 |
+
- "What amenities are available?"
|
32 |
+
- "Is there a grocery store nearby?"
|
33 |
+
|
34 |
+
## Technical Details
|
35 |
+
|
36 |
+
- Framework: Hugging Face Transformers
|
37 |
+
- Interface: Gradio Chat
|
38 |
+
- Deployment: Hugging Face Spaces
|
39 |
+
- Hardware: GPU-accelerated inference
|
40 |
+
|
41 |
+
## License
|
42 |
+
|
43 |
+
[Your License Here]
|