Unverified Commit 7011cd86 authored by Traun Leyden's avatar Traun Leyden Committed by GitHub
Browse files

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

Update README.md with correct path to examples/seq2seq
parent 6316ce8d
......@@ -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
......
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