luohy commited on
Commit
fd65a87
1 Parent(s): 9ab391b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
  ---
7
+
8
+ # Search Augmented Instruction Learning (SAIL-7b) LLM
9
+
10
+ The language model is fine-tuned to use retrieval model and search engines.
11
+
12
+ - Paper: [SAIL: Search Augmented Instruction Learning](https://arxiv.org/pdf/2305.15225.pdf).
13
+ - Github: [Code](https://github.com/luohongyin/SAIL)
14
+ - Try the model: [Demo](https://huggingface.co/spaces/luohy/SAIL-7B)