Spaces:
Build error
Build error
update description
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ Summary:''',"generative", 200, 0.85, 0.8, "<|endoftext|>"]
|
|
192 |
|
193 |
iface = gr.Interface(
|
194 |
fn=infer,
|
195 |
-
description='''<p
|
196 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
197 |
<p>Thanks to <a href='https://www.rftcapital.com'>RFT Capital</a> for donating compute capability for our experiments. Additional thanks to the author of the <a href="https://github.com/harrisonvanderbyl/rwkvstic">rwkvstic</a> library.</p>''',
|
198 |
allow_flagging="never",
|
@@ -211,7 +211,7 @@ iface = gr.Interface(
|
|
211 |
|
212 |
chatiface = gr.Interface(
|
213 |
fn=chat,
|
214 |
-
description='''<p
|
215 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
216 |
<p>Thanks to <a href='https://www.rftcapital.com'>RFT Capital</a> for donating compute capability for our experiments. Additional thanks to the author of the <a href="https://github.com/harrisonvanderbyl/rwkvstic">rwkvstic</a> library.</p>''',
|
217 |
allow_flagging="never",
|
|
|
192 |
|
193 |
iface = gr.Interface(
|
194 |
fn=infer,
|
195 |
+
description='''<p>RNN With Transformer-level LLM Performance. (<a href='https://github.com/BlinkDL/RWKV-LM'>github</a>)
|
196 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
197 |
<p>Thanks to <a href='https://www.rftcapital.com'>RFT Capital</a> for donating compute capability for our experiments. Additional thanks to the author of the <a href="https://github.com/harrisonvanderbyl/rwkvstic">rwkvstic</a> library.</p>''',
|
198 |
allow_flagging="never",
|
|
|
211 |
|
212 |
chatiface = gr.Interface(
|
213 |
fn=chat,
|
214 |
+
description='''<p>RNN With Transformer-level LLM Performance. (<a href='https://github.com/BlinkDL/RWKV-LM'>github</a>)
|
215 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
216 |
<p>Thanks to <a href='https://www.rftcapital.com'>RFT Capital</a> for donating compute capability for our experiments. Additional thanks to the author of the <a href="https://github.com/harrisonvanderbyl/rwkvstic">rwkvstic</a> library.</p>''',
|
217 |
allow_flagging="never",
|