TigerBot

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.git
      
    • Run infer script

      python infer.py --model_path TigerResearch/tigerbot-7b-base
      
  • Method 2:

    • Clone TigerBot Repo

      git clone https://github.com/TigerResearch/TigerBot.git
      
    • install git lfs๏ผš git lfs install

    • Download 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.git
      
    • Run infer script

      python infer.py --model_path tigerbot-7b-base(-v3) --model_type base --max_generate_length 64
      
Downloads last month
627
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using TigerResearch/tigerbot-7b-base 29