模型:
lmqg/mt5-small-esquad-qag
这个模型是基于 google/mt5-small 进行微调的版本,用于在 lmqg/qag_esquad 上进行问题和回答对生成任务(数据集名称:default),通过 lmqg 进行微调。
from lmqg import TransformersQG # initialize model model = TransformersQG(language="es", model="lmqg/mt5-small-esquad-qag") # model prediction question_answer_pairs = model.generate_qa("a noviembre , que es también la estación lluviosa.")
from transformers import pipeline pipe = pipeline("text2text-generation", "lmqg/mt5-small-esquad-qag") output = pipe("del Ministerio de Desarrollo Urbano , Gobierno de la India.")
Score | Type | Dataset | |
---|---|---|---|
QAAlignedF1Score (BERTScore) | 78.12 | default | 12313321 |
QAAlignedF1Score (MoverScore) | 53.92 | default | 12313321 |
QAAlignedPrecision (BERTScore) | 78 | default | 12313321 |
QAAlignedPrecision (MoverScore) | 53.93 | default | 12313321 |
QAAlignedRecall (BERTScore) | 78.27 | default | 12313321 |
QAAlignedRecall (MoverScore) | 53.93 | default | 12313321 |
在微调过程中使用了以下超参数:
完整的配置可以在 fine-tuning config file 中找到。
@inproceedings{ushio-etal-2022-generative, title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration", author = "Ushio, Asahi and Alva-Manchego, Fernando and Camacho-Collados, Jose", booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing", month = dec, year = "2022", address = "Abu Dhabi, U.A.E.", publisher = "Association for Computational Linguistics", }