You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When developing ML models as a team, or providing ML models to various projects, a cellar isn’t opened for just one person.
167
171
- Just as with wine, where you introduce its flavor and the foods it pairs well with, let’s write a description of the ML model for users.
168
172
169
173
### 5. (Option) Set up projects for MLOps
170
174
171
-
- Start fine-tuning for projects from base model
175
+
- Start fine-tuning for projects from base model.
172
176
173
177
If you use fixed dataset and focus on algorithm development like Kaggle competition or research usage, the simple ML cellar is fine to share various experimental results using single rack.
174
178
175
179
However, if you are an engineer and you have many projects you want to fine-tuning for, I recommend to use "project-based model registry".
176
-
Please see [the document for project-based model registry](docs/project_based_model_registry.md)
180
+
Please see [the document for project-based model registry](docs/project_based_model_registry.md).
177
181
178
-
- Setup template.md and result.json for MLOps
182
+
- Setup template.md and result.json for MLOps.
179
183
180
184
If you want to setup template.md and result.json for MLOps, then please see [the document for template.md](docs/docs_template.md).
0 commit comments