File size: 1,265 Bytes
4a50721 1f732c5 4a50721 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
title: Vacation Rental Assistant
emoji: 🏠
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: "4.12.0"
app_file: app.py
pinned: false
---
# Vacation Rental Assistant Space
This Space hosts a fine-tuned language model that assists with vacation rental inquiries, maintenance requests, and property information.
## Model Details
- Base Model: TinyLlama-1.1B-Chat-v1.0
- Fine-tuning: LoRA adaptation for vacation rental assistance
- Training Data: Curated dataset of vacation rental conversations
## Features
The assistant can help with:
- Check-in/check-out inquiries
- Property amenities information
- Maintenance requests
- Local area information
- Early/late check-in requests
- General property questions
## Usage
Simply type your question or request in the chat interface and press Enter. The assistant will provide a helpful response based on its training.
Example queries:
- "What time is check-in?"
- "Is early check-in available?"
- "The AC isn't working properly, can you help?"
- "What amenities are available?"
- "Is there a grocery store nearby?"
## Technical Details
- Framework: Hugging Face Transformers
- Interface: Gradio Chat
- Deployment: Hugging Face Spaces
- Hardware: GPU-accelerated inference
## License
MIT License
|