Add an "Evaluate" tab to calculate the perplexities of models (#1322)

This commit is contained in:
oobabooga 2023-04-21 00:20:33 -03:00 committed by GitHub
parent ff0d0ac552
commit c4f4f41389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 203 additions and 22 deletions

View file

@ -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():