File size: 1,225 Bytes
54e40a1
 
 
998e3bc
 
 
54e40a1
 
998e3bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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"}}'