Skip to content

Fix links to main repo examples from TF notebooks #398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
One more fix
  • Loading branch information
Rocketknight1 committed Jun 19, 2023
commit ce2240a1addd638cb0234b6a1298d5d4e5bd07b7
4 changes: 2 additions & 2 deletions examples/summarization-tf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"id": "HFASsisvIrIb"
},
"source": [
"You can find a script version of this notebook to fine-tune your model in a distributed fashion using multiple GPUs or TPUs [here](https://github.com/huggingface/transformers/tree/master/examples/seq2seq)."
"You can find a script version of this notebook to fine-tune your model in a distributed fashion using multiple GPUs or TPUs [here](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/summarization)."
]
},
{
Expand Down Expand Up @@ -1497,7 +1497,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down