Spaces:
Runtime error
Runtime error
AshtonIsNotHere
commited on
Commit
•
dd79ae0
1
Parent(s):
4815d69
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ interfaces.append(gr.Interface.from_pipeline(p, outputs=gr.outputs.Label(label='
|
|
50 |
gr.mix.Parallel(*interfaces,
|
51 |
title="Comparison of XLMR Longformer Models",
|
52 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Choose an example below, or add your own text with a single masked word, using <mask>."),
|
53 |
-
description="Compares performance of four models: AshtonIsNotHere'
|
54 |
Notice that with the small sequences, Maskussagen XLM-R model and AshtonIsNotHere's XLM-R model perform identically. Note that, however with large \
|
55 |
sequence length examples, Markussagen's model fails to return meaningful predictions. Disclaimer: xlm-r base truncates sequences longer than 512 tokens.",
|
56 |
examples=["They analyzed the <mask>, and Payne’s own, and found structure and repetition in the sounds, documenting a sonic hierarchy: units, phrases, and themes, which combined into what they called song.",
|
|
|
50 |
gr.mix.Parallel(*interfaces,
|
51 |
title="Comparison of XLMR Longformer Models",
|
52 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Choose an example below, or add your own text with a single masked word, using <mask>."),
|
53 |
+
description="Compares performance of four models: AshtonIsNotHere's xlm-r longformer, markussagen's xlm-r longformer-base, xlm-r base, and Longformer-base. \
|
54 |
Notice that with the small sequences, Maskussagen XLM-R model and AshtonIsNotHere's XLM-R model perform identically. Note that, however with large \
|
55 |
sequence length examples, Markussagen's model fails to return meaningful predictions. Disclaimer: xlm-r base truncates sequences longer than 512 tokens.",
|
56 |
examples=["They analyzed the <mask>, and Payne’s own, and found structure and repetition in the sounds, documenting a sonic hierarchy: units, phrases, and themes, which combined into what they called song.",
|