javiercha commited on
Commit
eaa41b4
·
verified ·
1 Parent(s): 0bf8dd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 may be prone to overfitting and might require further adjustments and refinement for improved performance. For accurate predictions, the app automatically removes all non-Sinitic characters and special symbols, including punctuation.")
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()