cyshen11/next-extractive-qa-distil-bert
0
LLM Extractive QA Next.js App
"LLM Extractive QA Next.js App" is a Next.js app that allows users to extract answers from the given context. The model used is <a href="https://huggingface.co/Xenova/distilbert-base-uncased-distilled-squad" target="blank">Xenova/distilbert-base-uncased-distilled-squad</a> which is a Transformers.js variant of <a href="https://huggingface.co/docs/transformers/en/modeldoc/distilbert" target="_blank">DistilBERT</a>
Tech Stack
- Next.js
- Transformers.js
<a href="https://huggingface.co/spaces/cyshen11/next-extractive-qa-distil-bert" target="_blank">Check LLM Extractive QA Next.js App Live</a>
Credits
- Credits to Hugging Face for the <a href="https://huggingface.co/docs/transformers.js/en/tutorials/next#step-1-initialise-the-project" target="_blank">tutorial</a>
