14 lines
421 B
Markdown
14 lines
421 B
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
language:
|
||
|
|
- en
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
---
|
||
|
|
|
||
|
|
# Search Augmented Instruction Learning (SAIL-7b) LLM
|
||
|
|
|
||
|
|
The language model is fine-tuned to use retrieval model and search engines.
|
||
|
|
|
||
|
|
- Paper: [SAIL: Search Augmented Instruction Learning](https://arxiv.org/pdf/2305.15225.pdf).
|
||
|
|
- Github: [Code](https://github.com/luohongyin/SAIL)
|
||
|
|
- Try the model: [Demo](https://huggingface.co/spaces/luohy/SAIL-7B)
|