Update RAG README.md with correct path to examples/seq2seq (#25953)

Update README.md with correct path to examples/seq2seq
This commit is contained in:
Traun Leyden
2023-09-05 13:31:59 +02:00
committed by GitHub
parent 6316ce8d27
commit 7011cd8667

View File

@@ -17,7 +17,7 @@ Read more about RAG at https://arxiv.org/abs/2005.11401.
# Finetuning
Our finetuning logic is based on scripts from [`examples/seq2seq`](https://github.com/huggingface/transformers/tree/main/examples/seq2seq). We accept training data in the same format as specified there - we expect a directory consisting of 6 text files:
Our finetuning logic is based on scripts from [`examples/legacy/seq2seq`](https://github.com/huggingface/transformers/tree/main/examples/legacy/seq2seq). We accept training data in the same format as specified there - we expect a directory consisting of 6 text files:
```bash
train.source
train.target