tigerbot-7b-sft

我要开发同款
匿名用户2024年07月31日
58阅读

技术信息

开源地址
https://modelscope.cn/models/AI-ModelScope/tigerbot-7b-sft
授权协议
Apache License 2.0

作品详情

TigerBot

A cuttig-edge foudatio for your very ow LLM.

? TigerBot • ? Huggig Face

Github

https://github.com/TigerResearch/TigerBot

Usage

from modelscope.utils.costat import Tasks
from modelscope.pipelies import pipelie
pipe = pipelie(task=Tasks.text_geeratio, model='AI-ModelScope/tigerbot-7b-sft', model_revisio='v1.0.0')
tok_is = "\\### Istructio:\"
tok_res = "\\### Respose:\"
prompt_iput = tok_is + "{istructio}" + tok_res

iput_text = "What is the ext umber after this list: [1, 2, 3, 5, 8, 13, 21]"
iput_text = prompt_iput.format_map({'istructio': iput_text})

result = pipe(iput_text)
prit(result)

输出

{'text': '34'}

功能介绍

A cutting-edge foundation for your very own LLM. ? TigerBot • ? Hugging Face Github https://g

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论