diff --git a/README.md b/README.md index 7cb9a2c..b86e00a 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ license: apache-2.0 +https://lfoppiano-document-qa.hf.space/ + ## Introduction -Question/Answering on scientific documents using LLMs: ChatGPT-3.5-turbo, Mistral-7b-instruct and Zephyr-7b-beta. +Question/Answering on scientific documents using LLMs: ChatGPT-3.5-turbo, GPT4, GPT4-Turbo, Mistral-7b-instruct and Zephyr-7b-beta. The streamlit application demonstrates the implementation of a RAG (Retrieval Augmented Generation) on scientific documents, that we are developing at NIMS (National Institute for Materials Science), in Tsukuba, Japan. Different to most of the projects, we focus on scientific articles. We target only the full-text using [Grobid](https://github.com/kermitt2/grobid) which provides cleaner results than the raw PDF2Text converter (which is comparable with most of other solutions). @@ -29,11 +31,6 @@ The conversation is kept in memory by a buffered sliding window memory (top 4 mo (The image on the right was generated with https://huggingface.co/spaces/stabilityai/stable-diffusion) -**Demos**: - - (stable version): https://lfoppiano-document-qa.hf.space/ - - (unstable version): https://document-insights.streamlit.app/ - - [](https://www.youtube.com/embed/M4UaYs5WKGs)