Skip to content

Commit 4677cf2

Browse files
authored
Removed Sentiment Tuning Examples (#4424)
1 parent 7a9592b commit 4677cf2

File tree

6 files changed

+0
-1801
lines changed

6 files changed

+0
-1801
lines changed

docs/source/_toctree.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
title: Community Tutorials
5454
- local: lora_without_regret
5555
title: LoRA Without Regret
56-
- local: sentiment_tuning
57-
title: Sentiment Tuning
5856
- local: multi_adapter_rl
5957
title: Multi Adapter RLHF
6058
title: Examples

docs/source/example_overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ These notebooks are easier to run and are designed for quick experimentation wit
3636
Legacy / Older Notebooks
3737

3838
- [`best_of_n.ipynb`](https://github.com/huggingface/trl/tree/main/examples/notebooks/best_of_n.ipynb): This notebook demonstrates how to use the "Best of N" sampling strategy using TRL when fine-tuning your model with PPO.
39-
- [`gpt2-sentiment.ipynb`](https://github.com/huggingface/trl/tree/main/examples/notebooks/gpt2-sentiment.ipynb): This notebook demonstrates how to reproduce the GPT2 imdb sentiment tuning example on a jupyter notebook.
40-
- [`gpt2-sentiment-control.ipynb`](https://github.com/huggingface/trl/tree/main/examples/notebooks/gpt2-sentiment-control.ipynb): This notebook demonstrates how to reproduce the GPT2 sentiment control example on a jupyter notebook.
4139

4240
## Scripts
4341

docs/source/sentiment_tuning.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/notebooks/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ This directory contains a collection of Jupyter notebooks that demonstrate how t
1313
Legacy / Older Notebooks
1414

1515
- [`best_of_n.ipynb`](https://github.com/huggingface/trl/tree/main/examples/notebooks/best_of_n.ipynb): This notebook demonstrates how to use the "Best of N" sampling strategy using TRL when fine-tuning your model with PPO.
16-
- [`gpt2-sentiment.ipynb`](https://github.com/huggingface/trl/tree/main/examples/notebooks/gpt2-sentiment.ipynb): This notebook demonstrates how to reproduce the GPT2 imdb sentiment tuning example on a jupyter notebook.
17-
- [`gpt2-sentiment-control.ipynb`](https://github.com/huggingface/trl/tree/main/examples/notebooks/gpt2-sentiment-control.ipynb): This notebook demonstrates how to reproduce the GPT2 sentiment control example on a jupyter notebook.

0 commit comments

Comments
 (0)