Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions src/features/careers/components/CareersPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,35 @@ const jobPostings = [
'Experience designing evaluation metrics beyond standard benchmark datasets',
],
},
{
title: 'AI Researcher',
experience: 'MS/M.Tech or PhD + 1–5 years',
about: "Bodhan AI is seeking exceptional AI researchers to push the boundaries of Indian language AI. You'll work on cutting-edge research in NLP, Speech, and Vision for 22 Indian languages.",
responsibilities: [
'Develop and improve state-of-the-art models for Indian languages',
'Conduct research in multilingual NLP, low-resource languages, speech recognition, or text-to-speech',
'Publish research papers at top-tier conferences',
'Collaborate with academic partners',
'Optimize models for production deployment while maintaining research quality',
'Contribute to open-source datasets and benchmarks',
],
required: [
"MS/MTech or PhD in Computer Science, AI/ML, NLP, or related field",
'Strong publication record in NLP, Speech, or Vision',
'Deep understanding of transformer architectures, LLMs, or speech models',
'Proficiency in PyTorch or TensorFlow',
'Strong Python programming skills',
'Experience with large-scale model training and distributed systems',
],
preferred: [
'Experience with Indian languages or low-resource languages',
'Contributions to open-source AI projects (HuggingFace, GitHub stars)',
'Experience with speech processing (ASR/TTS) or multimodal AI',
'Knowledge of model optimization techniques (quantization, pruning, distillation)',
"Familiarity with Bodhan AI's models",
'Strong mathematical foundation in ML theory',
],
},
{
title: 'RAG Engineer',
experience: '1–3 years',
Expand Down Expand Up @@ -321,35 +350,6 @@ const jobPostings = [
'Contributions to open-source data engineering projects',
],
},
{
title: 'Applied AI Researcher',
experience: 'MS/M.Tech or PhD + 1–5 years',
about: "Bodhan AI is seeking exceptional AI researchers to push the boundaries of Indian language AI. You'll work on cutting-edge research in NLP, Speech, and Vision for 22 Indian languages.",
responsibilities: [
'Develop and improve state-of-the-art models for Indian languages',
'Conduct research in multilingual NLP, low-resource languages, speech recognition, or text-to-speech',
'Publish research papers at top-tier conferences',
'Collaborate with academic partners',
'Optimize models for production deployment while maintaining research quality',
'Contribute to open-source datasets and benchmarks',
],
required: [
"MS/MTech or PhD in Computer Science, AI/ML, NLP, or related field",
'Strong publication record in NLP, Speech, or Vision',
'Deep understanding of transformer architectures, LLMs, or speech models',
'Proficiency in PyTorch or TensorFlow',
'Strong Python programming skills',
'Experience with large-scale model training and distributed systems',
],
preferred: [
'Experience with Indian languages or low-resource languages',
'Contributions to open-source AI projects (HuggingFace, GitHub stars)',
'Experience with speech processing (ASR/TTS) or multimodal AI',
'Knowledge of model optimization techniques (quantization, pruning, distillation)',
"Familiarity with Bodhan AI's models",
'Strong mathematical foundation in ML theory',
],
},
];

const JobCard = ({ job, index }) => {
Expand Down
Loading