How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="TigerResearch/tigerbot-13b-chat-v1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("TigerResearch/tigerbot-13b-chat-v1")
model = AutoModelForCausalLM.from_pretrained("TigerResearch/tigerbot-13b-chat-v1")
Quick Links
TigerBot

A cutting-edge foundation for your very own LLM.

🌐 TigerBot • 🤗 Hugging Face

Github

https://github.com/TigerResearch/TigerBot

Usage

配合Github repo中的infer.py使用:

python infer.py --model_path TigerResearch/tigerbot-13b-chat-v1
Downloads last month
117
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support