Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,8 @@ demo = gr.Interface(
|
|
119 |
title="♜ RookWorld-LM-124M Self-Play Demo",
|
120 |
description="""♜ RookWorld-LM (GPT2-124M) Unified Policy & World Model
|
121 |
Both the *policy actions* (with generated CoT) and the *environment response* (World Model) are fully generated by a single language model.
|
122 |
-
Click the **Generate**-button to generate a new move and environment response. On CPU this can take ~30 seconds per step.
|
|
|
123 |
allow_flagging="never",
|
124 |
analytics_enabled=False,
|
125 |
submit_btn="Generate",
|
|
|
119 |
title="♜ RookWorld-LM-124M Self-Play Demo",
|
120 |
description="""♜ RookWorld-LM (GPT2-124M) Unified Policy & World Model
|
121 |
Both the *policy actions* (with generated CoT) and the *environment response* (World Model) are fully generated by a single language model.
|
122 |
+
Click the **Generate**-button to generate a new move and environment response. On CPU this can take ~30 seconds per step.
|
123 |
+
[Project Details](https://huggingface.co/collections/jrahn/rookworld-and-rook-reasoning-over-organized-knowledge-679b511567f95e05d9c4a7e7)""",
|
124 |
allow_flagging="never",
|
125 |
analytics_enabled=False,
|
126 |
submit_btn="Generate",
|