ptrdvn commited on
Commit
b331aec
·
verified ·
1 Parent(s): ab72aa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -16,6 +16,16 @@ Kurage is a multipurpose RAG model from [Lightblue](https://huggingface.co/light
16
 
17
  This version of the model has been trained to perform RAG in English.
18
 
 
 
 
 
 
 
 
 
 
 
19
  For models in other languages check [our Kurage collection]. A multilingual model is coming soon!
20
 
21
  # Features / How to use
 
16
 
17
  This version of the model has been trained to perform RAG in English.
18
 
19
+ Features of these models include:
20
+
21
+ * **Multi-chunk RAG** - Performs RAG using multiple contexts at once.
22
+ * **Single-chunk RAG** - Performs RAG using one context at a time, allowing for parallel computing.
23
+ * **Answer extension** - Prompts the model to write a longer answer to a given question.
24
+ * **Multilingual RAG** - Performs RAG using contexts in languages different to the language of the question.
25
+ * **Q&A generation** - Generates questions and answers from a reference text in order to pre-index a set of texts.
26
+
27
+ Find out how to use these features below.
28
+
29
  For models in other languages check [our Kurage collection]. A multilingual model is coming soon!
30
 
31
  # Features / How to use