mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
Some checks failed
CI / Test Interface (Python 3.11 on macos-latest) (push) Waiting to run
CI / Test Interface (Python 3.11 on ubuntu-latest) (push) Waiting to run
CI / Test Interface (Python 3.12 on ubuntu-latest) (push) Waiting to run
CI / Test Interface (Python 3.13 on ubuntu-latest) (push) Waiting to run
CI / Coverage Check (Python 3.11) (push) Waiting to run
CI / End to end test (Python 3.10 on macos-latest) (push) Waiting to run
CI / End to end test (Python 3.11 on macos-latest) (push) Waiting to run
CI / End to end test (Python 3.12 on macos-latest) (push) Waiting to run
CI / End to end test (Python 3.13 on macos-latest) (push) Waiting to run
CI / End to end test (Python 3.10 on ubuntu-latest) (push) Waiting to run
CI / End to end test (Python 3.13 on ubuntu-latest) (push) Waiting to run
CI / Lint and Format Check (push) Waiting to run
CI / Check License Headers (push) Waiting to run
CI / End to end test (Python 3.11 on ubuntu-latest) (push) Waiting to run
CI / End to end test (Python 3.12 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.10 on macos-latest) (push) Blocked by required conditions
CI / Test Config (Python 3.10 on macos-latest) (push) Waiting to run
CI / Test (Python 3.11 on macos-latest) (push) Blocked by required conditions
CI / Test (Python 3.12 on macos-latest) (push) Blocked by required conditions
CI / Test Config (Python 3.11 on macos-latest) (push) Waiting to run
CI / Test Config (Python 3.12 on macos-latest) (push) Waiting to run
CI / Test Config (Python 3.13 on macos-latest) (push) Waiting to run
CI / Test (Python 3.13 on macos-latest) (push) Blocked by required conditions
CI / Test (Python 3.10 on ubuntu-latest) (push) Blocked by required conditions
CI / Test (Python 3.11 on ubuntu-latest) (push) Blocked by required conditions
CI / Test Config (Python 3.10 on ubuntu-latest) (push) Waiting to run
CI / Test Config (Python 3.11 on ubuntu-latest) (push) Waiting to run
CI / Test Engine (Python 3.13 on ubuntu-latest) (push) Waiting to run
CI / Test Config (Python 3.12 on ubuntu-latest) (push) Waiting to run
CI / Test Engine (Python 3.10 on macos-latest) (push) Waiting to run
CI / Test (Python 3.12 on ubuntu-latest) (push) Blocked by required conditions
CI / Test Config (Python 3.13 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.13 on ubuntu-latest) (push) Blocked by required conditions
CI / Test Engine (Python 3.11 on macos-latest) (push) Waiting to run
CI / Test Engine (Python 3.12 on macos-latest) (push) Waiting to run
CI / Test Engine (Python 3.13 on macos-latest) (push) Waiting to run
CI / Test Engine (Python 3.10 on ubuntu-latest) (push) Waiting to run
CI / Test Engine (Python 3.11 on ubuntu-latest) (push) Waiting to run
CI / Test Engine (Python 3.12 on ubuntu-latest) (push) Waiting to run
CI / Test Interface (Python 3.13 on macos-latest) (push) Waiting to run
CI / Test Interface (Python 3.10 on ubuntu-latest) (push) Waiting to run
CI / Test Interface (Python 3.10 on macos-latest) (push) Waiting to run
CI / Test Interface (Python 3.12 on macos-latest) (push) Waiting to run
Publish devnotes / deploy (push) Has been cancelled
Publish Fern devnotes / deploy (push) Has been cancelled
* docs: add retriever SDG toolkit dev note Signed-off-by: Steve Han <sthan@nvidia.com> * docs: restyle retriever SDG pipeline diagram Signed-off-by: Steve Han <sthan@nvidia.com> * docs: fix retriever SDG pipeline flow order Signed-off-by: Steve Han <sthan@nvidia.com> * docs: address retriever SDG dev note review Signed-off-by: Steve Han <sthan@nvidia.com> * docs: clarify retriever SDG wording Signed-off-by: Steve Han <sthan@nvidia.com> --------- Signed-off-by: Steve Han <sthan@nvidia.com>
90 lines
2.7 KiB
TypeScript
90 lines
2.7 KiB
TypeScript
/**
|
|
* SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/** Author data — keep in sync with .authors.yml */
|
|
|
|
export interface Author {
|
|
name: string;
|
|
description: string;
|
|
avatar: string;
|
|
}
|
|
|
|
export const authors: Record<string, Author> = {
|
|
amanoel: {
|
|
name: "Andre Manoel",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/165937436?v=4",
|
|
},
|
|
nvidia: {
|
|
name: "NVIDIA NeMo Data Designer Team",
|
|
description: "NeMo Data Designer Core Team",
|
|
avatar: "https://avatars.githubusercontent.com/u/1728152?s=200&v=4",
|
|
},
|
|
sthan: {
|
|
name: "Steve Han",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/150830061?v=4",
|
|
},
|
|
oliverholworthy: {
|
|
name: "Oliver Holworthy",
|
|
description: "Machine Learning Engineer at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/1216955?v=4",
|
|
},
|
|
dcorneil: {
|
|
name: "Dane Corneil",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/4678597?v=4",
|
|
},
|
|
etramel: {
|
|
name: "Eric Tramel",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/1223539?v=4",
|
|
},
|
|
kthadaka: {
|
|
name: "Kirit Thadaka",
|
|
description: "Product Manager at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/8190572?v=4",
|
|
},
|
|
dnathawani: {
|
|
name: "Dhruv Nathawani",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/128275431?v=4",
|
|
},
|
|
ymeyer: {
|
|
name: "Yev Meyer",
|
|
description: "Principal Research Scientist at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/11296522?v=4",
|
|
},
|
|
mvansegbroeck: {
|
|
name: "Maarten Van Segbroeck",
|
|
description: "Director of Research at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/67658125?v=4",
|
|
},
|
|
jgreco: {
|
|
name: "Johnny Greco",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/10998105?v=4",
|
|
},
|
|
nmulepati: {
|
|
name: "Nabin Mulepati",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/5551931?v=4",
|
|
},
|
|
trintamaki: {
|
|
name: "Tuomas Rintamaki",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/143676174?v=4",
|
|
},
|
|
nvilia: {
|
|
name: "Ilia Karmanov",
|
|
description: "Researcher at NVIDIA",
|
|
avatar: "https://avatars.githubusercontent.com/u/130559691?v=4",
|
|
},
|
|
davanstrien: {
|
|
name: "Daniel van Strien",
|
|
description: "Machine Learning Librarian at Hugging Face",
|
|
avatar: "https://avatars.githubusercontent.com/u/8995957?v=4",
|
|
},
|
|
};
|