Spaces:
Running
on
Zero
Running
on
Zero
Commit
β’
4d70818
1
Parent(s):
e69e216
add info about language
Browse files
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
|
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
|