What's the model name convention?
Open
Nobody has claimed this yet.
question
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Ask a Question
Question
Could we remove some characters in the model name.
- model name contains whitespace
https://github.com/onnx/models/blob/e4aa511d91cc4b64f156beb950701b8c744d86a7/ONNX_HUB_MANIFEST.json#L6693 - model name contains Parentheses
https://github.com/onnx/models/blob/e4aa511d91cc4b64f156beb950701b8c744d86a7/ONNX_HUB_MANIFEST.json#L6758 - model name contains dot
https://github.com/onnx/models/blob/e4aa511d91cc4b64f156beb950701b8c744d86a7/ONNX_HUB_MANIFEST.json#L4903
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the referenced entries in ONNX_HUB_MANIFEST.json at lines 4903, 6693, and 6758. Compare the whitespace, parentheses, and dot cases, then determine the intended naming convention and identify all affected entries; the work is done when the convention and resulting changes are agreed and applied.
Written by the indexing model from the issue text.
Assessment
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100