BlinkDL commited on
Commit
a465d8c
·
verified ·
1 Parent(s): c556c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(title=title, theme=gr.themes.Base()) as demo:
132
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>{title}</h1>\n</div>")
133
 
134
  with gr.Tab("=== Base Model (Raw Generation) ==="):
135
- gr.Markdown(f'This is [RWKV7 G0a](https://huggingface.co/BlinkDL/rwkv7-g1) 7.2B reasoning base LM - an attention-free pure RNN [RWKV-LM](https://github.com/BlinkDL/RWKV-LM). Try topp0 penalty0 for math/code/translation. Supports 100+ world languages and code. Check [500+ Github RWKV projects](https://github.com/search?o=desc&p=1&q=rwkv&s=updated&type=Repositories). *** Can try examples (bottom of page) *** (can edit them). Demo limited to ctxlen {ctx_limit}.')
136
  with gr.Row():
137
  with gr.Column():
138
  prompt = gr.Textbox(lines=6, label="Prompt", value="User: simulate SpaceX mars landing using python\n\nAssistant: <think")
 
132
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>{title}</h1>\n</div>")
133
 
134
  with gr.Tab("=== Base Model (Raw Generation) ==="):
135
+ gr.Markdown(f'This is [RWKV7 G-series](https://huggingface.co/BlinkDL/rwkv7-g1) 7.2B reasoning base LM - an attention-free pure RNN [RWKV-LM](https://github.com/BlinkDL/RWKV-LM). Try topp0 penalty0 for math/code/translation. Supports 100+ world languages and code. Check [500+ Github RWKV projects](https://github.com/search?o=desc&p=1&q=rwkv&s=updated&type=Repositories). *** Can try examples (bottom of page) *** (can edit them). Demo limited to ctxlen {ctx_limit}.')
136
  with gr.Row():
137
  with gr.Column():
138
  prompt = gr.Textbox(lines=6, label="Prompt", value="User: simulate SpaceX mars landing using python\n\nAssistant: <think")