Commit 31dd13fa authored by Nelson Liu's avatar Nelson Liu Committed by Facebook Github Bot
Browse files

Fix link to RACE fine-tuning instructions.

Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/1125

Differential Revision: D17431557

Pulled By: myleott

fbshipit-source-id: f712e5355d8dbb0a8f1170674d62e2b6880295b4
parent a3882abf
# Finetuning RoBERTa on Commonsense QA # Finetuning RoBERTa on Commonsense QA
We follow a similar approach to [finetuning RACE](README.race.md). Specifically We follow a similar approach to [finetuning RACE](../README.race.md). Specifically
for each question we construct five inputs, one for each of the five candidate for each question we construct five inputs, one for each of the five candidate
answer choices. Each input is constructed by concatenating the question and answer choices. Each input is constructed by concatenating the question and
candidate answer. We then encode each input and pass the resulting "[CLS]" candidate answer. We then encode each input and pass the resulting "[CLS]"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment