TigerBot icon indicating copy to clipboard operation
TigerBot copied to clipboard

TigerBot: A multi-language multi-task LLM

Results 49 TigerBot issues
Sort by recently updated
recently updated
newest added

这么模型在做类似纠错任务时,会改变原句子结构吗。我尝试了一些大模型,微调后用于纠错测试,模型会在原句的基础上进行续写,或者是直接改变了原句

在官网上创建的微调接口后会自动下线吗? 能否延长一下比如一个月两周之类的, 或者如何在源码的基础上使用微调功能?感谢

scripts: deepspeed \ --include="localhost:0,1" \ ./train_clm.py \ --deepspeed ./ds_config/ds_config_zero3.json \ --model_name_or_path TigerResearch/tigerbot-7b-base \ --dataset_name TigerResearch/dev_pretrain \ --do_train \ --output_dir ./ckpt-clm \ --overwrite_output_dir \ --preprocess_num_workers 8 \ --num_train_epochs 5 \ --learning_rate...

按照json格式添加了自己的知识库,也添加了自己的Plugin,但是返回 “插件不存在”? 请教一下官方,怎么解决呢?

看好像没有提供web界面,后面又考虑过吗

请问TigerBot可以自带联网或者用Langchain一类的插件联网呢?

请问如何实现多轮对话?目前用的Chat API,没有多轮对话的能力。