A cutting-edge foundation for your very own LLM.
🌐 TigerBot • 🤗 Hugging Face
Github
https://github.com/TigerResearch/TigerBot
Usage
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("TigerResearch/tigerbot-13b-base-v1")
model = AutoModelForCausalLM.from_pretrained("TigerResearch/tigerbot-13b-base-v1")
- Downloads last month
- 76
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.