Add an "Evaluate" tab to calculate the perplexities of models (#1322)
This commit is contained in:
parent
ff0d0ac552
commit
c4f4f41389
5 changed files with 203 additions and 22 deletions
|
@ -20,7 +20,8 @@ theme = gr.themes.Default(
|
|||
font_mono=['IBM Plex Mono', 'ui-monospace', 'Consolas', 'monospace'],
|
||||
).set(
|
||||
border_color_primary='#c5c5d2',
|
||||
button_large_padding='6px 12px'
|
||||
button_large_padding='6px 12px',
|
||||
body_text_color_subdued='#484848'
|
||||
)
|
||||
|
||||
def list_model_elements():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue