Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
d49df7e
1
Parent(s):
ba1146a
fix legal text and links
Browse files- app.py +3 -1
- docs/privacy-policy.md +23 -23
- terms/submission-agreement.md +17 -12
app.py
CHANGED
@@ -576,8 +576,10 @@ with blocks:
|
|
576 |
elem_classes="markdown-text",
|
577 |
)
|
578 |
|
|
|
|
|
579 |
gr.Markdown(
|
580 |
-
"[Privacy Notice](
|
581 |
elem_classes="markdown-text",
|
582 |
)
|
583 |
|
|
|
576 |
elem_classes="markdown-text",
|
577 |
)
|
578 |
|
579 |
+
privacy_link = "https://huggingface.co/spaces/double-ai/FormulaOne-Leaderboard/blob/main/docs/privacy-policy.md"
|
580 |
+
submission_agreement_link = "https://huggingface.co/spaces/double-ai/FormulaOne-Leaderboard/blob/main/terms/submission-agreement.md"
|
581 |
gr.Markdown(
|
582 |
+
f"[Privacy Notice]({privacy_link}); [Submission Agreement]({submission_agreement_link})",
|
583 |
elem_classes="markdown-text",
|
584 |
)
|
585 |
|
docs/privacy-policy.md
CHANGED
@@ -1,56 +1,56 @@
|
|
1 |
FormulaOne AI Coding Challenge - Privacy Notice v1.2
|
2 |
Last updated: 6 Aug 2025
|
3 |
-
|
|
|
4 |
FormulaOne Team, <legal entity and address>
|
5 |
Contact: [email protected]
|
6 |
-
|
|
|
7 |
- GitHub or Hugging Face username and public profile ID
|
8 |
- Email address (if supplied via OAuth)
|
9 |
- Uploaded Submission files, compile/runtime logs, numeric scores
|
10 |
- IP address and browser telemetry for security and rate limiting
|
11 |
-
3 Purposes and GDPR Legal Bases
|
12 |
-
Purpose | Basis
|
13 |
-
---------------------------------------------- | -------------------
|
14 |
-
---
|
15 |
-
Evaluate and rank submissions | Contract Art
|
16 |
-
6(1)(b)
|
17 |
-
Site security and abuse prevention | Legitimate
|
18 |
-
interests 6(1)(f)
|
19 |
-
Academic, non-commercial research on models | Legitimate
|
20 |
-
interests 6(1)(f)
|
21 |
-
Contacting participants about results/collab | Legitimate
|
22 |
-
interests 6(1)(f)
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
Your display name, score and rank appear on a public leaderboard.
|
26 |
You may use a pseudonym.
|
27 |
-
5 Data Sharing
|
28 |
Processors: Hugging Face Inc., GitHub Inc., <cloud host> - under
|
29 |
written contracts.
|
30 |
Independent controllers: GitHub and Hugging Face regarding your
|
31 |
platform accounts.
|
32 |
-
6 International Transfers
|
33 |
Where data moves outside the EEA/UK, we rely on EU Standard
|
34 |
Contractual Clauses or adequacy decisions.
|
35 |
-
7 Retention
|
36 |
- Leaderboard entries: indefinitely.
|
37 |
- Raw submission files and logs: up to 5 years, then deleted or
|
38 |
anonymised.
|
39 |
- Security logs: 12 months.
|
40 |
-
8 Your Rights
|
41 |
Access, correction, erasure, restriction, portability, and
|
42 |
objection. Contact us at the address above.
|
43 |
You may lodge a complaint with your supervisory authority.
|
44 |
-
9 Security
|
45 |
Submissions run in network-restricted containers. Access is limited
|
46 |
to authorised staff using multi-factor authentication.
|
47 |
-
10 Cookies
|
48 |
If you use only GitHub and Hugging Face, their cookies apply under
|
49 |
their policies. If you later self-host a site for the leaderboard,
|
50 |
publish your own cookie notice.
|
51 |
-
11 Children
|
52 |
The Competition is not directed to children under 16. Do not submit
|
53 |
personal data if you are under 16.
|
54 |
-
12 Changes
|
55 |
We will post updates here and notify registered participants by
|
56 |
email when material.
|
|
|
1 |
FormulaOne AI Coding Challenge - Privacy Notice v1.2
|
2 |
Last updated: 6 Aug 2025
|
3 |
+
|
4 |
+
1. Controller
|
5 |
FormulaOne Team, <legal entity and address>
|
6 |
Contact: [email protected]
|
7 |
+
|
8 |
+
2. Data We Collect
|
9 |
- GitHub or Hugging Face username and public profile ID
|
10 |
- Email address (if supplied via OAuth)
|
11 |
- Uploaded Submission files, compile/runtime logs, numeric scores
|
12 |
- IP address and browser telemetry for security and rate limiting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
3. Purposes and GDPR Legal Bases
|
15 |
+
|
16 |
+
| Purpose | Legal basis (GDPR) |
|
17 |
+
|----------------------------------------------|-------------------------------|
|
18 |
+
| Evaluate and rank submissions | Contract (6(1)(b)) |
|
19 |
+
| Site security and abuse prevention | Legitimate interests (6(1)(f))|
|
20 |
+
| Academic, non-commercial research on models | Legitimate interests (6(1)(f))|
|
21 |
+
| Contacting participants about results/collab | Legitimate interests (6(1)(f))|
|
22 |
+
|
23 |
+
|
24 |
+
4. Public Disclosure
|
25 |
Your display name, score and rank appear on a public leaderboard.
|
26 |
You may use a pseudonym.
|
27 |
+
5. Data Sharing
|
28 |
Processors: Hugging Face Inc., GitHub Inc., <cloud host> - under
|
29 |
written contracts.
|
30 |
Independent controllers: GitHub and Hugging Face regarding your
|
31 |
platform accounts.
|
32 |
+
6. International Transfers
|
33 |
Where data moves outside the EEA/UK, we rely on EU Standard
|
34 |
Contractual Clauses or adequacy decisions.
|
35 |
+
7. Retention
|
36 |
- Leaderboard entries: indefinitely.
|
37 |
- Raw submission files and logs: up to 5 years, then deleted or
|
38 |
anonymised.
|
39 |
- Security logs: 12 months.
|
40 |
+
8. Your Rights
|
41 |
Access, correction, erasure, restriction, portability, and
|
42 |
objection. Contact us at the address above.
|
43 |
You may lodge a complaint with your supervisory authority.
|
44 |
+
9. Security
|
45 |
Submissions run in network-restricted containers. Access is limited
|
46 |
to authorised staff using multi-factor authentication.
|
47 |
+
10. Cookies
|
48 |
If you use only GitHub and Hugging Face, their cookies apply under
|
49 |
their policies. If you later self-host a site for the leaderboard,
|
50 |
publish your own cookie notice.
|
51 |
+
11. Children
|
52 |
The Competition is not directed to children under 16. Do not submit
|
53 |
personal data if you are under 16.
|
54 |
+
12. Changes
|
55 |
We will post updates here and notify registered participants by
|
56 |
email when material.
|
terms/submission-agreement.md
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
FormulaOne AI Coding Challenge - Submission Agreement v1.2
|
|
|
2 |
Last updated: 6 Aug 2025
|
3 |
-
|
|
|
|
|
4 |
"Submission" means the code file you upload for a listed problem.
|
|
|
5 |
"Organiser" means the FormulaOne Team, c/o <legal entity and address>.
|
6 |
|
7 |
"Competition Site" means the leaderboard hosted at <HF URL>.
|
8 |
-
|
|
|
9 |
You retain all IP in your Submission. You grant the Organiser and its
|
10 |
academic partners a worldwide, royalty-free, non-exclusive licence to:
|
11 |
a) copy, run, test and modify the Submission solely to evaluate it
|
@@ -18,7 +23,7 @@ blogs;
|
|
18 |
e) contact you via the email linked to your platform account to ask
|
19 |
clarification questions, explore collaboration, or publicise notable
|
20 |
results.
|
21 |
-
3 Security, Integrity and Acceptable Use
|
22 |
- You confirm the Submission contains no deliberately malicious code,
|
23 |
back-doors, attempts to exfiltrate data, or calls to external network
|
24 |
resources beyond what the submission guidelines permit.
|
@@ -27,40 +32,40 @@ private test cases, nor to probe the sandbox environment.
|
|
27 |
- The Organiser may refuse, delete, re-run or disqualify any
|
28 |
Submission at its sole discretion for suspected abuse, tampering or
|
29 |
rule violations.
|
30 |
-
4 Competition Rules
|
31 |
- One account per team.
|
32 |
- You must own or have rights to your Submission.
|
33 |
- We may re-execute Submissions to confirm scores; ties may be broken
|
34 |
by earliest valid submission or additional hidden tests.
|
35 |
- We may correct or withdraw scores if errors or rule breaches are
|
36 |
discovered later.
|
37 |
-
5 Leaderboard and Publicity
|
38 |
Your chosen display name, organisation (if provided), total score and
|
39 |
ranking may be shown publicly and archived indefinitely. You may use a
|
40 |
pseudonym.
|
41 |
-
6 Ownership of Benchmark Assets
|
42 |
All evaluation code, problem statements and test data remain (c) 2025
|
43 |
FormulaOne Team and are licensed under Apache 2.0 (code) and CC BY 4.0
|
44 |
(content) as described in the public repository.
|
45 |
-
7 Export Control and Sanctions Compliance
|
46 |
You represent that your participation is not prohibited by applicable
|
47 |
export-control or sanctions laws and that you are not located in, under
|
48 |
the control of, or a national or resident of any country or person
|
49 |
embargoed by relevant authorities.
|
50 |
|
51 |
-
8 No Warranty
|
52 |
The benchmark and infrastructure are provided "as is." To the maximum
|
53 |
extent permitted by law, the Organiser disclaims all warranties,
|
54 |
express or implied.
|
55 |
-
9 Limitation of Liability
|
56 |
The Organiser's total liability arising out of or in connection with
|
57 |
the Competition will not exceed USD 100.
|
58 |
-
10 Changes to Rules
|
59 |
We may update these terms and technical rules from time to time.
|
60 |
Material changes will be posted on the Competition Site and apply to
|
61 |
submissions made after the effective date.
|
62 |
-
11 Governing Law and Venue
|
63 |
This Agreement is governed by the laws of England and Wales. The courts
|
64 |
of London, UK, have exclusive jurisdiction.
|
65 |
-
12 Contact
|
66 |
Questions about these terms: [email protected]
|
|
|
1 |
FormulaOne AI Coding Challenge - Submission Agreement v1.2
|
2 |
+
|
3 |
Last updated: 6 Aug 2025
|
4 |
+
|
5 |
+
1 .Definitions
|
6 |
+
|
7 |
"Submission" means the code file you upload for a listed problem.
|
8 |
+
|
9 |
"Organiser" means the FormulaOne Team, c/o <legal entity and address>.
|
10 |
|
11 |
"Competition Site" means the leaderboard hosted at <HF URL>.
|
12 |
+
|
13 |
+
2. Licence to Organiser
|
14 |
You retain all IP in your Submission. You grant the Organiser and its
|
15 |
academic partners a worldwide, royalty-free, non-exclusive licence to:
|
16 |
a) copy, run, test and modify the Submission solely to evaluate it
|
|
|
23 |
e) contact you via the email linked to your platform account to ask
|
24 |
clarification questions, explore collaboration, or publicise notable
|
25 |
results.
|
26 |
+
3. Security, Integrity and Acceptable Use
|
27 |
- You confirm the Submission contains no deliberately malicious code,
|
28 |
back-doors, attempts to exfiltrate data, or calls to external network
|
29 |
resources beyond what the submission guidelines permit.
|
|
|
32 |
- The Organiser may refuse, delete, re-run or disqualify any
|
33 |
Submission at its sole discretion for suspected abuse, tampering or
|
34 |
rule violations.
|
35 |
+
4. Competition Rules
|
36 |
- One account per team.
|
37 |
- You must own or have rights to your Submission.
|
38 |
- We may re-execute Submissions to confirm scores; ties may be broken
|
39 |
by earliest valid submission or additional hidden tests.
|
40 |
- We may correct or withdraw scores if errors or rule breaches are
|
41 |
discovered later.
|
42 |
+
5. Leaderboard and Publicity
|
43 |
Your chosen display name, organisation (if provided), total score and
|
44 |
ranking may be shown publicly and archived indefinitely. You may use a
|
45 |
pseudonym.
|
46 |
+
6. Ownership of Benchmark Assets
|
47 |
All evaluation code, problem statements and test data remain (c) 2025
|
48 |
FormulaOne Team and are licensed under Apache 2.0 (code) and CC BY 4.0
|
49 |
(content) as described in the public repository.
|
50 |
+
7. Export Control and Sanctions Compliance
|
51 |
You represent that your participation is not prohibited by applicable
|
52 |
export-control or sanctions laws and that you are not located in, under
|
53 |
the control of, or a national or resident of any country or person
|
54 |
embargoed by relevant authorities.
|
55 |
|
56 |
+
8. No Warranty
|
57 |
The benchmark and infrastructure are provided "as is." To the maximum
|
58 |
extent permitted by law, the Organiser disclaims all warranties,
|
59 |
express or implied.
|
60 |
+
9. Limitation of Liability
|
61 |
The Organiser's total liability arising out of or in connection with
|
62 |
the Competition will not exceed USD 100.
|
63 |
+
10. Changes to Rules
|
64 |
We may update these terms and technical rules from time to time.
|
65 |
Material changes will be posted on the Competition Site and apply to
|
66 |
submissions made after the effective date.
|
67 |
+
11. Governing Law and Venue
|
68 |
This Agreement is governed by the laws of England and Wales. The courts
|
69 |
of London, UK, have exclusive jurisdiction.
|
70 |
+
12. Contact
|
71 |
Questions about these terms: [email protected]
|