younesbelakda commited on
Commit
4f639f0
1 Parent(s): 03200ce

add link to docs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,9 +4,9 @@ import evaluate
4
  from transformers import AutoModelForCausalLM, AutoTokenizer, set_seed
5
 
6
  description = """# Detoxified Language Models
7
- This a Space where you can try out the effects of detoxification on GPT-Neo 2.7B using RLHF. Learn more about that [here]() !
8
 
9
- Check out also `trl` (transformers reinforcement library) [here]().
10
  """
11
 
12
  preface_disclaimer = """
 
4
  from transformers import AutoModelForCausalLM, AutoTokenizer, set_seed
5
 
6
  description = """# Detoxified Language Models
7
+ This a Space where you can try out the effects of detoxification on GPT-Neo 2.7B using RLHF. Learn more about that [here](https://huggingface.co/docs/trl/main/en/detoxifying_a_lm) !
8
 
9
+ Check out also `trl` (transformers reinforcement library) [here](https://github.com/lvwerra/trl).
10
  """
11
 
12
  preface_disclaimer = """