Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,5 @@ iface = gr.Interface(fn=predict_century,
|
|
32 |
gr.Textbox(label="Processed Text"),
|
33 |
gr.Textbox(label="Confidence Scores")
|
34 |
],
|
35 |
-
description="This Gradio web app uses the March 2024 version of the HanmunRoBERTa model to estimate the century in which the provided text was written. HanmunRoBERTa is a transformer-based model trained exclusively on texts in literary Sinitic authored by Koreans before the 20th century. This version is an early prototype, optimized with data from the Veritable Records and the Diary of the Royal Secretariat. As such, it
|
36 |
iface.launch()
|
|
|
32 |
gr.Textbox(label="Processed Text"),
|
33 |
gr.Textbox(label="Confidence Scores")
|
34 |
],
|
35 |
+
description="This Gradio web app uses the March 2024 version of the HanmunRoBERTa model to estimate the century in which the provided text was written. HanmunRoBERTa is a transformer-based model trained exclusively on texts in literary Sinitic authored by Koreans before the 20th century. This version is an early prototype, optimized with data from the Veritable Records and the Diary of the Royal Secretariat. As such, it is prone to overfitting and requires further adjustments and refinement for improved performance. The app automatically removes all non-Sinitic characters and special symbols, including punctuation.")
|
36 |
iface.launch()
|