PaddlePaddle / PaddleNLP

👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
12.01k stars 2.93k forks source link

[Question]: 想知道问答系统中这些模型可选的列表谢谢 #6761

Closed 1042312930 closed 1 year ago

1042312930 commented 1 year ago

请提出你的问题

下面这些模型的可选列表,更换的时候不知道自己是否填写正确 query_embedding_model: rocketqa-zh-nano-query-encoder passage_embedding_model: rocketqa-zh-nano-query-encoder model_name_or_path: ernie-gram-zh-finetuned-dureader-robust model_name_or_path: rocketqa-zh-dureader-cross-encoder

能去修改下面的代码 components: # define all the building-blocks for Pipeline

1042312930 commented 1 year ago

我自己找到了在 https://github.com/PaddlePaddle/PaddleNLP/blob/develop/pipelines/API.md