Commit
·
ef9ae34
1
Parent(s):
39f112e
Change subtitle
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ license: apache-2.0
|
|
10 |
duplicated_from: open-llm-leaderboard/open_llm_leaderboard
|
11 |
tags:
|
12 |
- leaderboard
|
13 |
-
short_description:
|
14 |
---
|
15 |
|
16 |
# Open LLM Leaderboard
|
17 |
|
18 |
-
|
19 |
|
20 |
## Features
|
21 |
|
|
|
10 |
duplicated_from: open-llm-leaderboard/open_llm_leaderboard
|
11 |
tags:
|
12 |
- leaderboard
|
13 |
+
short_description: Measuring Security Aptitude Across LLMs
|
14 |
---
|
15 |
|
16 |
# Open LLM Leaderboard
|
17 |
|
18 |
+
Measuring Security Aptitude Across Large Language Models (LLMs).
|
19 |
|
20 |
## Features
|
21 |
|
frontend/src/components/Footer/Footer.js
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
import React from "react";
|
2 |
-
import { Box, Typography, Link } from "@mui/material";
|
3 |
-
|
4 |
-
const Footer = () => {
|
5 |
-
return (
|
6 |
-
<Box
|
7 |
-
component="footer"
|
8 |
-
sx={{
|
9 |
-
width: "100%",
|
10 |
-
py: 4,
|
11 |
-
textAlign: "center",
|
12 |
-
}}
|
13 |
-
>
|
14 |
-
<Typography variant="body2" color="text.secondary" sx={{ mx: 4 }}>
|
15 |
-
© 2024 Hugging Face - Open LLM Leaderboard - Made with 🤗 by the HF team
|
16 |
-
-{" "}
|
17 |
-
<Link
|
18 |
-
href="https://huggingface.co"
|
19 |
-
target="_blank"
|
20 |
-
rel="noopener noreferrer"
|
21 |
-
color="inherit"
|
22 |
-
>
|
23 |
-
huggingface.co
|
24 |
-
</Link>
|
25 |
-
</Typography>
|
26 |
-
</Box>
|
27 |
-
);
|
28 |
-
};
|
29 |
-
|
30 |
-
export default Footer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/src/pages/LeaderboardPage/LeaderboardPage.js
CHANGED
@@ -35,9 +35,7 @@ function LeaderboardPage() {
|
|
35 |
title="LLM Security Leaderboard"
|
36 |
subtitle={
|
37 |
<>
|
38 |
-
|
39 |
-
<span style={{ fontWeight: 600 }}>open</span> and{" "}
|
40 |
-
<span style={{ fontWeight: 600 }}>reproducible</span> way
|
41 |
</>
|
42 |
}
|
43 |
/>
|
|
|
35 |
title="LLM Security Leaderboard"
|
36 |
subtitle={
|
37 |
<>
|
38 |
+
Measuring Security Aptitude Across Large Language Models (LLMs).
|
|
|
|
|
39 |
</>
|
40 |
}
|
41 |
/>
|