A cutting-edge foundation for your very own LLM.
๐ปGithub โข ๐ TigerBot โข ๐ค Hugging Face
ๅฟซ้ๅผๅง
ๆนๆณ1๏ผ้่ฟtransformersไฝฟ็จ
ไธ่ฝฝ TigerBot Repo
git clone https://github.com/TigerResearch/TigerBot.gitๅฏๅจinferไปฃ็
python infer.py --model_path TigerResearch/tigerbot-7b-base
ๆนๆณ2:
ไธ่ฝฝ TigerBot Repo
git clone https://github.com/TigerResearch/TigerBot.gitๅฎ่ฃ git lfs๏ผ
git lfs install้่ฟhuggingfaceๆmodelscopeๅนณๅฐไธ่ฝฝๆ้
git clone https://huggingface.co/TigerResearch/tigerbot-7b-base git clone https://www.modelscope.cn/TigerResearch/tigerbot-7b-base-v3.gitๅฏๅจinferไปฃ็
python infer.py --model_path tigerbot-7b-base(-v3) --model_type base --max_generate_length 64
Quick Start
Method 1, use through transformers
Clone TigerBot Repo
git clone https://github.com/TigerResearch/TigerBot.gitRun infer script
python infer.py --model_path TigerResearch/tigerbot-7b-base
Method 2:
Clone TigerBot Repo
git clone https://github.com/TigerResearch/TigerBot.gitinstall git lfs๏ผ
git lfs installDownload weights from huggingface or modelscope
git clone https://huggingface.co/TigerResearch/tigerbot-7b-base git clone https://www.modelscope.cn/TigerResearch/tigerbot-7b-base-v3.gitRun infer script
python infer.py --model_path tigerbot-7b-base(-v3) --model_type base --max_generate_length 64
- Downloads last month
- 627