fdeniz commited on
Commit
46324ff
·
1 Parent(s): 5491d8f

Description text updated

Browse files
Files changed (1) hide show
  1. src/features/landing/Hero/Hero.jsx +5 -5
src/features/landing/Hero/Hero.jsx CHANGED
@@ -17,16 +17,16 @@ export const Hero = () => {
17
  </Typography>
18
  <Typography sx={styles.description}>
19
  Examines LLMs for a wide range of safety risks and security
20
- vulnerabilities across nine evaluation services spanning Safety &
21
- Reliability, Security & Robustness, and Privacy & Fairness
22
- dimensions. You can explore detailed model evaluation reports, or
23
- submit and run your own examinations. Visit{" "}
24
  <Link
25
  href="https://aixamine.qcri.org/main"
26
  target="_blank"
27
  rel="noopener noreferrer"
28
  >
29
- the production system
30
  </Link>{" "}
31
  to get started.
32
  </Typography>
 
17
  </Typography>
18
  <Typography sx={styles.description}>
19
  Examines LLMs for a wide range of safety risks and security
20
+ vulnerabilities across nine services, covering Safety & Reliability,
21
+ Security & Robustness, and Privacy & Fairness dimensions. You can
22
+ explore existing evaluation reports, or submit and analyze your own
23
+ LLMs. Visit{" "}
24
  <Link
25
  href="https://aixamine.qcri.org/main"
26
  target="_blank"
27
  rel="noopener noreferrer"
28
  >
29
+ the system
30
  </Link>{" "}
31
  to get started.
32
  </Typography>