Luca Foppiano commited on
Commit
9eb2cb5
1 Parent(s): 7bf070f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -8,6 +8,8 @@ Differently to most of the project, we focus on scientific articles and we are u
8
 
9
  **Work in progress**
10
 
 
 
11
  ## Getting started
12
 
13
  - Select the model+embedding combination you want ot use (for LLama2 you must acknowledge their licence both on meta.com and on huggingface. See [here](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)).
@@ -25,13 +27,8 @@ Allow to change the number of embedding chunks that are considered for respondin
25
  By default, the mode is set to LLM (Language Model) which enables question/answering. You can directly ask questions related to the document content, and the system will answer the question using content from the document.
26
  If you switch the mode to "Embedding," the system will return specific chunks from the document that are semantically related to your query. This mode helps to test why sometimes the answers are not satisfying or incomplete.
27
 
28
- ## Demo
29
- The demo is deployed with streamlit and, depending on the model used, requires either OpenAI or HuggingFace **API KEYs**.
30
-
31
- https://document-insights.streamlit.app/
32
-
33
 
34
- ### Acknolwedgement
35
 
36
  This project is developed at the [National Institute for Materials Science](https://www.nims.go.jp) (NIMS) in Japan.
37
 
 
8
 
9
  **Work in progress**
10
 
11
+ Demo: https://document-insights.streamlit.app/
12
+
13
  ## Getting started
14
 
15
  - Select the model+embedding combination you want ot use (for LLama2 you must acknowledge their licence both on meta.com and on huggingface. See [here](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)).
 
27
  By default, the mode is set to LLM (Language Model) which enables question/answering. You can directly ask questions related to the document content, and the system will answer the question using content from the document.
28
  If you switch the mode to "Embedding," the system will return specific chunks from the document that are semantically related to your query. This mode helps to test why sometimes the answers are not satisfying or incomplete.
29
 
 
 
 
 
 
30
 
31
+ ## Acknolwedgement
32
 
33
  This project is developed at the [National Institute for Materials Science](https://www.nims.go.jp) (NIMS) in Japan.
34