apple / apple/coremltools

[Doc] Missing Artifact in Doc Guide

Open
#2,363 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
5.4k
Forks
850
Avg merge
4d 5h
Merged PRs (30d)
10

Description

In our doc guide for [MLModel -> Updatable Models -> Pipeline Classifier](https://apple.github.io/coremltools/docs-guides/source/updatable-tiny-drawing-classifier-pipeline-model.html#get-the-embedding-model), we mentioned an artifact `./models/TinyDrawingEmbedding.mlmodel`
```
import coremltools
from coremltools.models import MLModel

embedding_path = './models/TinyDrawingEmbedding.mlmodel'
embedding_model = MLModel(embedding_path)

embedding_spec = embedding_model.get_spec()
print embedding_spec.description
```
However, we didn't mention where to obtain `./models/TinyDrawingEmbedding.mlmodel`

Contributor guide

Open the contributing guide

Research direction

Open the linked Updatable Models guide and locate the section containing the `TinyDrawingEmbedding.mlmodel` example and its `MLModel` loading snippet. Trace the referenced `./models/TinyDrawingEmbedding.mlmodel` artifact from the guide context, then document where readers can obtain it; the guide should no longer reference the artifact without an acquisition path.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.