Skip to content
Open
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,13 @@ Masked autoencoder pretraining has been shown to improve reconstruction and clas
| Project Title | Author | Year |
| :------------ | ------ | ---: |
| Particle Masking Autoencoder | Eric Reinhardt | 2023 |
| Hybrid ParT and L-GATr Transformers | Thanh "James" Nguyen | 2025 |
| Hybrid ParT and L-GATr Transformers | Thanh "James" Nguyen | 2025 |


## 🐳 Docker Setup (Reproducible Environment)

This project provides a Docker setup to ensure a consistent and reproducible environment.

### Build the Docker image
```bash
docker build -t cms-ml4sci .