|
--- |
|
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 |
|
|
|
```python |
|
from transformers import AutoTokenizer, AutoModelForCausalLM |
|
|
|
tokenizer = AutoTokenizer.from_pretrained("TigerResearch/tigerbot-13b-chat") |
|
|
|
model = AutoModelForCausalLM.from_pretrained("TigerResearch/tigerbot-13b-chat") |
|
``` |
|
|