You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/projects.ts
+67-2Lines changed: 67 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ export const projects = [
60
60
},
61
61
{
62
62
id: 3,
63
-
title: "AGE: Amharic, Ge'ez, English Dataset",
64
-
languages_used: ["Python","pydicom","dicom2jpg"],// Languages and libraries used
63
+
title: "AGE: Amharic, English, Ge'ez Dataset",
64
+
languages_used: ["geez","machine translation","nlp"],// Languages and libraries used
65
65
creator: ["Henok Biadglign Ademtew","Mikiyas Girma Birbo"],// Who created the project
66
66
description: `AGE, an open-source tripartite alignment of Amharic, Ge’ez, and English parallel dataset. Additionally, we introduced a novel, 1,000 Ge’ez-centered sentences sourced from areas such as news and novels.`,
67
67
featured: true,// true/false
@@ -91,4 +91,69 @@ export const projects = [
91
91
year: "2024",// The year that the project published
92
92
content: "Dataset",
93
93
},
94
+
95
+
{
96
+
id: 4,
97
+
title: "Amharic Llama",
98
+
languages_used: ["LLM","Llama"],// Languages and libraries used
99
+
creator: ["Michael Andersland"],// Who created the project
100
+
description: `Uses Llama-2-7b as base. Does not use chat variant.`,
0 commit comments