Spaces:
Runtime error
Runtime error
Intro description wording change suggestions
#1
by
meg
HF Staff
- opened
app.py
CHANGED
|
@@ -104,11 +104,12 @@ code {
|
|
| 104 |
""") as demo:
|
| 105 |
gr.Markdown("""\
|
| 106 |
# RegCheck AI
|
| 107 |
-
This Space
|
| 108 |
-
compliance
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
provision of information to users”.
|
|
|
|
| 112 |
|
| 113 |
To check a model card, first load it by doing any one of the following:
|
| 114 |
- If the model is on the Hugging Face Hub, search for a model and select it from the results.
|
|
|
|
| 104 |
""") as demo:
|
| 105 |
gr.Markdown("""\
|
| 106 |
# RegCheck AI
|
| 107 |
+
This Space matches information in [model cards](https://huggingface.co/docs/hub/model-cards) to proposed regulatory \
|
| 108 |
+
compliance descriptions in the [EU AI Act](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A52021PC0206). \
|
| 109 |
+
This is a **prototype** to explore the feasibility of automatic checks for compliance, \
|
| 110 |
+
and is limited to specific provisions of Article 13 of the Act, “Transparency and \
|
| 111 |
+
provision of information to users”. \
|
| 112 |
+
**This is research work and NOT a commercial or legal product**
|
| 113 |
|
| 114 |
To check a model card, first load it by doing any one of the following:
|
| 115 |
- If the model is on the Hugging Face Hub, search for a model and select it from the results.
|