How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("zerohell/rag-bart-bleu_error")
model = AutoModelForSeq2SeqLM.from_pretrained("zerohell/rag-bart-bleu_error")
Quick Links

模型介绍

用于问答的预训练模型。提供的是一个bart-base-zh模型。

模型细节

采用dureader-zhidao训练的模型。

快速开始

输入为:问题。上下文。 输出为:答案。

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support