polinaeterna HF staff commited on
Commit
4d70818
β€’
1 Parent(s): e69e216

add info about language

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,9 +218,9 @@ def call_perspective_api(texts_df, column_name, nested_column_name, dataset, con
218
  with gr.Blocks() as demo:
219
  gr.Markdown(
220
  """
221
- # πŸ“ˆ Data Quality Checker πŸ“‰
222
 
223
- This space gives some instruments to have a quick glance at the quality of a text dataset.
224
  * It uses [NVIDIA's quality classifier model](https://huggingface.co/nvidia/quality-classifier-deberta)
225
  on a small subset of texts.
226
  * It uses [Perspective](https://perspectiveapi.com/how-it-works/) API to check toxicity of 100 random dataset texts
 
218
  with gr.Blocks() as demo:
219
  gr.Markdown(
220
  """
221
+ # πŸ“ˆ Text Data Quality Checker πŸ“‰
222
 
223
+ This space gives some instruments to have a quick glance at the quality of an English text dataset.
224
  * It uses [NVIDIA's quality classifier model](https://huggingface.co/nvidia/quality-classifier-deberta)
225
  on a small subset of texts.
226
  * It uses [Perspective](https://perspectiveapi.com/how-it-works/) API to check toxicity of 100 random dataset texts