26 lines
686 B
Markdown
26 lines
686 B
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
language:
|
||
|
|
- zh
|
||
|
|
- en
|
||
|
|
---
|
||
|
|
<div style="width: 100%;">
|
||
|
|
<img src="http://x-pai.algolet.com/bot/img/logo_core.png" alt="TigerBot" style="width: 20%; display: block; margin: auto;">
|
||
|
|
</div>
|
||
|
|
<p align="center">
|
||
|
|
<font face="黑体" size=5"> A cutting-edge foundation for your very own LLM. </font>
|
||
|
|
</p>
|
||
|
|
<p align="center">
|
||
|
|
🌐 <a href="https://tigerbot.com/" target="_blank">TigerBot</a> • 🤗 <a href="https://huggingface.co/TigerResearch" target="_blank">Hugging Face</a>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
## Github
|
||
|
|
https://github.com/TigerResearch/TigerBot
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
配合Github repo中的`infer.py`使用:
|
||
|
|
|
||
|
|
```shell
|
||
|
|
python infer.py --model_path TigerResearch/tigerbot-13b-chat-v2
|
||
|
|
```
|