QuestionAnsweringTrainer for adapter? #689
-
in huggingface's examples, I saw the QuestionAnsweringTrainer modual, are there similar trainer in adapters? https://github.com/huggingface/transformers/blob/main/examples/pytorch/question-answering/run_qa.py |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @km5ar, the Adapters library provides adapted versions of many Hugging Face scripts in the |
Beta Was this translation helpful? Give feedback.
Hi @km5ar,
the Adapters library provides adapted versions of many Hugging Face scripts in the
examples/
directory, including the adapted question answering scripts. You can find the adapted script andQuestionAnsweringTrainer
here: https://github.com/adapter-hub/adapters/tree/main/examples/pytorch/question-answering