rwkv-raven-7b
  • 模型资讯
  • 模型资料
该模型当前使用的是默认介绍模版,处于“预发布”阶段,页面仅限所有者可见。
请根据模型贡献文档说明,及时完善模型卡片内容。ModelScope平台将在模型卡片完善后展示。谢谢您的理解。

Clone with HTTP

示例代码

from modelscope.utils.constant import Tasks
from modelscope.pipelines import pipeline
pipe = pipeline(task=Tasks.text_generation, model='/mnt/workspace/repo/rwkv-raven-7b', device_map='auto', model_revision='v1.0.0')
inputs = '\nIn a shocking finding, scientist discovered a herd of dragons living in a remote, previously unexplored valley, in Tibet. Even more surprising to the researchers was the fact that the dragons spoke perfect Chinese.'
result = pipe(inputs)
print(result)
 git clone https://www.modelscope.cn/AI-ModelScope/rwkv-raven-7b.git