with Hugging Face Pipelines
Automate the response to Frequently Asked Questions
Chat Bots
Extractive QA: The model extracts the answer from the original context.
Open Generative QA: The model generates free text directly based on the context.
Closed Generative QA: In this case, no context is provided. The answer is completely generated by a model.
Closed-domain models are restricted to a specific domain (e.g. legal, medical documents).
Open-domain models are not restricted to a specific domain.
Congratulations! You have completed this tutorial 👍
Next, you may want to go back to the lab’s website
Jan Kirenz