Skip to content

Commit 7fdf170

Browse files
committed
Add technical-tools eval gen ai to tina cms and re-save the content for formatting purposes to hopefuly fix "Deviating font"
1 parent 6510221 commit 7fdf170

5 files changed

Lines changed: 46 additions & 12 deletions

File tree

content/english/technical-tools/eval-gen-ai.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
type: regular
32
title: Evaluation of generative AI
4-
subtitle: >
3+
subtitle: |
54
Overview of Algorithm Audit's expertise pertaining to generative AI.
65
image: /images/technical tools/eval-gen-ai/Kader.png
76
quick_navigation:
87
title: Content overview
98
links:
109
- title: Introduction
11-
url: "#intro"
10+
url: '#intro'
1211
- title: Validation framework
13-
url: "#validation-framework"
12+
url: '#validation-framework'
1413
- title: Development and usage
15-
url: "#development-and-usage"
14+
url: '#development-and-usage'
1615
promo_bar:
17-
- content: "**\U0001F44B Do you want to learn more about Algorithm Audit's expertise on generative AI? Get in [contact](/en/about/contact).**"
16+
- content: "**\U0001F44B Do you want to learn more about Algorithm Audit's expertise on generative AI? Get in [contact](/en/about/contact).**\n"
17+
type: regular
1818
---
1919

2020
{{< promo_bar index="0" >}}
@@ -41,7 +41,7 @@ Soon available in English.
4141

4242
{{< container_open icon="fas fa-terminal" title="Development and usage of validation framework:" id="development-and-usage" >}}
4343

44-
The validation framework 'Responsible use of Large Language Models (LLMs) for public information provision' has been developed in collaboration with the Dutch judiciary, Technical University Eindhoven (TU/e), T&T Data Consultancy and Deloitte. The validation framework is for a large extent inspired on the LLM-pilot [voorrecht-Rechtspraak](https://www.voorrecht-rechtspraak.nl). The project is supported by the program <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">‘Responsible AI in de praktijk'</a> of the SIDN Fund and TopSectorICT.
44+
The validation framework 'Responsible use of Large Language Models (LLMs) for public information provision' has been developed in collaboration with the Dutch judiciary, Technical University Eindhoven (TU/e), T\&T Data Consultancy and Deloitte. The validation framework is for a large extent inspired on the LLM-pilot [voorrecht-Rechtspraak](https://www.voorrecht-rechtspraak.nl). The project is supported by the program <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">‘Responsible AI in de praktijk'</a> of the SIDN Fund and TopSectorICT.
4545

4646
The Validation framework is published under the CC BY-4.0 license.
4747

content/nederlands/technical-tools/eval-gen-ai.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
type: regular
32
title: Evaluatie van generatieve AI
4-
subtitle: >
3+
subtitle: |
54
Overzicht van Algorithm Audit's expertise met betrekking tot generatieve AI.
65
image: /images/technical tools/eval-gen-ai/Kader.png
76
quick_navigation:
@@ -14,7 +13,8 @@ quick_navigation:
1413
- title: Ontwikkeling en gebruik
1514
url: "#development-and-usage"
1615
promo_bar:
17-
- content: "**\U0001F44B Wil je meer weten over Algorithm Audit's expertise over generatieve AI? Stuur een [bericht](/nl/about/contact).**"
16+
- content: "**\U0001F44B Wil je meer weten over Algorithm Audit's expertise over generatieve AI? Stuur een [bericht](/nl/about/contact).**\n"
17+
type: regular
1818
---
1919

2020
{{< promo_bar index="0" >}}
@@ -38,7 +38,8 @@ Algorithm Audit heeft diverse expertise over het evalueren van generatieve AI. W
3838
<!-- Ontwikkeling en gebruik -->
3939

4040
{{< container_open icon="fas fa-terminal" title="Ontwikkeling en gebruik van validatiekader:" id="development-and-usage" >}}
41-
Het validatiekader 'Verantwoord gebruik van Large Language Models (LLM's) voor publieke informatievoorziening' is ontwikkeld in samenwerking met de Rechtspraak, de Technische Universiteit Eindhoven (TU/e), T&T Data Consultancy en Deloitte. Het validatiekader is voor een groot deel gebaseerd op de LLM-pilot <a href="https://www.voorrecht-rechtspraak.nl" target="_blank">voorrecht-Rechtspraak</a>. Het project wordt ondersteund door het programma <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">'Responsible AI in de praktijk'</a> van het SIDN Fonds en TopSectorICT.
41+
42+
Het validatiekader 'Verantwoord gebruik van Large Language Models (LLM's) voor publieke informatievoorziening' is ontwikkeld in samenwerking met de Rechtspraak, de Technische Universiteit Eindhoven (TU/e), T\&T Data Consultancy en Deloitte. Het validatiekader is voor een groot deel gebaseerd op de LLM-pilot <a href="https://www.voorrecht-rechtspraak.nl" target="_blank">voorrecht-Rechtspraak</a>. Het project wordt ondersteund door het programma <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">'Responsible AI in de praktijk'</a> van het SIDN Fonds en TopSectorICT.
4243

4344
Het validatiekader is gepubliceerd onder de CC BY-4.0 licentie.
4445

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* @type {import('tinacms').Collection}
3+
*/
4+
import { TinaField } from "tinacms";
5+
import building_blocks from "../shared/page/building_blocks";
6+
7+
let specific_fields: TinaField[] = [
8+
{
9+
name: "type",
10+
type: "string",
11+
label: "Type",
12+
description: "Needed to load the specific css",
13+
required: true,
14+
options: [
15+
{
16+
value: "bias-detection-tool",
17+
label: "bias detection tool",
18+
},
19+
],
20+
},
21+
];
22+
export default {
23+
name: "technical_tools_EvalGenAi",
24+
label: "Technical tools (EvalGenAi)",
25+
path: "content/",
26+
match: {
27+
include: "**/technical-tools/eval-gen-ai",
28+
},
29+
fields: building_blocks.concat(specific_fields),
30+
};

tina/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ import privacy_policy from "./collections/pages/privacy_policy";
2222
import sublandingpage from "./collections/pages/sublandingpage";
2323
import technical_tools_AIA_implementation_tool from "./collections/pages/technical_tools_AIA_implementation_tool";
2424
import technical_tools_BDT from "./collections/pages/technical_tools_BDT";
25+
import technical_tools_EvalGenAi from "./collections/pages/technical_tools_EvalGenAi";
2526
import technical_tools_SDG from "./collections/pages/technical_tools_SDG";
27+
2628
// Your hosting provider likely exposes this as an environment variable
2729
const branch =
2830
process.env.HEAD || process.env.VERCEL_GIT_COMMIT_REF || "master";
@@ -54,6 +56,7 @@ export default defineConfig({
5456
technical_tools_BDT,
5557
technical_tools_SDG,
5658
technical_tools_AIA_implementation_tool,
59+
technical_tools_EvalGenAi,
5760
knowledge_platform_standards,
5861
knowledge_platform_policy_observatory,
5962
knowledge_platform_overview,

tina/tina-lock.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)