https://github.com/mozilla/fm4se-lab
A collaborative repository for experiments and research on Foundation Models for Software Engineering
https://github.com/mozilla/fm4se-lab
ai ai-agents foundation-models llm software-engineering
Last synced: 2 months ago
JSON representation
A collaborative repository for experiments and research on Foundation Models for Software Engineering
- Host: GitHub
- URL: https://github.com/mozilla/fm4se-lab
- Owner: mozilla
- Created: 2025-12-04T15:26:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-18T00:15:18.000Z (2 months ago)
- Last Synced: 2026-01-18T12:48:38.572Z (2 months ago)
- Topics: ai, ai-agents, foundation-models, llm, software-engineering
- Language: Python
- Homepage:
- Size: 779 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FM4SE Lab
A collaborative repository for experiments and research on Foundation Models for Software Engineering.
## About
The goal is to build the fundamental building blocks for leveraging foundation models to be better at software engineering tasks. This includes creating datasets, benchmarks, and tools to evaluate and improve the performance of foundation models in various software engineering applications.
## Structure
- `experiments/`: Each subdirectory contains code and data for specific experiments.
- `shared/`: Common utilities and scripts used across multiple experiments.