Spaces:
Runtime error
Runtime error
add link to docs
Browse files
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 = """
|