morangold1 commited on
Commit
1f732c5
·
verified ·
1 Parent(s): 4303f56

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -12
README.md CHANGED
@@ -1,12 +1,43 @@
1
- ---
2
- title: Vacation Rental Assistant
3
- emoji: 🦀
4
- colorFrom: pink
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.9.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]