hugging face transformers 库使用手册(二):调用 hugging face transformers 预训练模型进行快速预测——api: Pipeline
训练过程比预测过程多的东西:数据增广、梯度反传。虽然之多了这两个东西,但是训练的代码要比预测的代码复杂很多,所以先看简单一点的预测过程。huggingfacetransformers的预测过程由Pipeline类全权代理。文章目录Pipeline对象使用示例获取处理某个任务的pipeline获取某个模型的pipeline使用pipeline一次性预测多个输入`transformers.pipeli