--- tags: - question-answering - faq - fine-tuned - canton-roast license: apache-2.0 --- # Canton Roast FAQ Model This model is fine-tuned to answer frequently asked questions related to Canton Roast. It is designed to provide accurate and relevant answers to questions about Canton Roast's products, services, and operations. ## Model Details - **Model type:** Question Answering - **Base model:** [Your base model name, e.g., `bert-base-uncased`] - **Fine-tuned on:** Canton Roast FAQs dataset - **Task:** Question Answering - **License:** Apache 2.0 ## Intended Use This model is intended to be used for customer support and information retrieval regarding Canton Roast. It can answer questions such as: - What are your opening hours? - Do you offer delivery services? - What payment methods do you accept? ## How to Use ### Inference API You can use the Hugging Face Inference API to query this model: ```bash curl -X POST https://api-inference.huggingface.co/models/your-username/canton-roast-faqs-model \ -H "Authorization: Bearer your_huggingface_api_token" \ -H "Content-Type: application/json" \ -d '{"inputs": {"question": "What are your opening hours?", "context": "Your context here"}}'