|
--- |
|
license: apache-2.0 |
|
--- |
|
<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> |
|
|
|
## Usage |
|
|
|
```python |
|
from transformers import AutoTokenizer, AutoModelForCausalLM |
|
|
|
tokenizer = AutoTokenizer.from_pretrained("TigerResearch/tigerbot-180b-research") |
|
|
|
model = AutoModelForCausalLM.from_pretrained("TigerResearch/tigerbot-180b-research") |
|
``` |
|
|