Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
9000c45
1
Parent(s):
42c0f75
fix text
Browse files
app.py
CHANGED
@@ -210,8 +210,10 @@ with gr.Blocks() as demo:
|
|
210 |
gr.Markdown(
|
211 |
"""
|
212 |
# π« Dataset Quality Checker π«
|
213 |
-
This space
|
|
|
214 |
on a subset of any text dataset on the Hub to give a quick glance on the quality of texts.
|
|
|
215 |
## Select dataset and text column
|
216 |
"""
|
217 |
)
|
|
|
210 |
gr.Markdown(
|
211 |
"""
|
212 |
# π« Dataset Quality Checker π«
|
213 |
+
This space:
|
214 |
+
* uses [NVIDIA's quality classifier model](https://huggingface.co/nvidia/quality-classifier-deberta)
|
215 |
on a subset of any text dataset on the Hub to give a quick glance on the quality of texts.
|
216 |
+
* uses [Perspective](https://perspectiveapi.com/how-it-works/) to check toxicity of some random samples
|
217 |
## Select dataset and text column
|
218 |
"""
|
219 |
)
|