Update README of QA examples (#14172)

This commit is contained in:
NielsRogge
2021-11-01 12:52:22 +01:00
committed by GitHub
parent 9450bfcc6c
commit 7396095af7
7 changed files with 180 additions and 182 deletions

View File

@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Fine-tuning the library's seq2seq models for question answering.
Fine-tuning the library's seq2seq models for question answering using the 🤗 Seq2SeqTrainer.
"""
# You can also adapt this script on your own question answering task. Pointers for this are left as comments.