Skip to content

Commit fc2c87b

Browse files
committed
Add architecture diagram and update README to include visualization link
1 parent f73e586 commit fc2c87b

2 files changed

Lines changed: 161 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Machine Learning Engineer
22

3+
![architecture](assets/arch.svg)
4+
5+
MLE is a machine learning engineer that reproduces a paper, trains a model, or fine-tunes a model for you with a single
6+
prompt like: "I want to train ConvNeXt on the CIFAR-10 dataset".
7+
38
## Getting Started
49

510
This codebase is a template codebase for a general machine learning workflow to apply a model onto a dataset:
@@ -20,6 +25,8 @@ For example, suppose we want to fine-tune MedGemma 1.5 on the FLARE-MLLM-2D data
2025
>
2126
> For the GREEN score computation, use the implementation in https://github.com/ATATC/GREEN.
2227
28+
[This](https://github.com/ATATC/MedGemma-FLARE) repository is the example here.
29+
2330
## Usage
2431

2532
### Local

assets/arch.svg

Lines changed: 154 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)