Skip to content

Commit b648636

Browse files
pwittchenramkrishna2910
authored andcommitted
Update README.md
fixed links in the README.md file: - models zoo website - TurnkeyML website - contribution guidelines Signed-off-by: Piotr Wittchen <[email protected]>
1 parent 69d6901 commit b648636

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to the ONNX Model Zoo! The Open Neural Network Exchange (ONNX) is an ope
1010

1111
This repository is a curated collection of pre-trained, state-of-the-art models in the ONNX format. These models are sourced from prominent open-source repositories and have been contributed by a diverse group of community members. Our aim is to facilitate the spread and usage of machine learning models among a wider audience of developers, researchers, and enthusiasts.
1212

13-
To handle ONNX model files, which can be large, we use Git LFS (Large File Storage). To download any model from this collection, please navigate to the specific model's GitHub page and click the "Download" button located in the top right corner, or visit the [ONNX Model Zoo website](insert-link-here).
13+
To handle ONNX model files, which can be large, we use Git LFS (Large File Storage). To download any model from this collection, please navigate to the specific model's GitHub page and click the "Download" button located in the top right corner, or visit the [ONNX Model Zoo website](http://onnx.ai/models/).
1414

1515
## Models
1616

@@ -21,7 +21,7 @@ Our Model Zoo covers a variety of use cases including:
2121
- Generative AI
2222
- Graph Machine Learning
2323

24-
These models are sourced from prominent open-source repositories such as [timm](https://github.com/huggingface/pytorch-image-models), [torchvision](https://github.com/pytorch/vision), [torch_hub](https://pytorch.org/hub/), and [transformers](https://github.com/huggingface/transformers), and exported into the ONNX format using the open-source [TurnkeyML toolchain](insert-link-here).
24+
These models are sourced from prominent open-source repositories such as [timm](https://github.com/huggingface/pytorch-image-models), [torchvision](https://github.com/pytorch/vision), [torch_hub](https://pytorch.org/hub/), and [transformers](https://github.com/huggingface/transformers), and exported into the ONNX format using the open-source [TurnkeyML toolchain](https://github.com/onnx/turnkeyml).
2525

2626

2727
## Usage
@@ -30,7 +30,7 @@ There are multiple ways to access the ONNX Model Zoo:
3030

3131
### Webpage (Recommended)
3232

33-
The [Model Zoo webpage](link-here) provides a user-friendly interface to browse models based on use case, author, or by searching for specific model names. It also offers a direct download option for your convenience.
33+
The [Model Zoo webpage](http://onnx.ai/models/) provides a user-friendly interface to browse models based on use case, author, or by searching for specific model names. It also offers a direct download option for your convenience.
3434

3535
### Git Clone (Not Recommended)
3636

@@ -62,7 +62,7 @@ For a graphical representation of each model's architecture, we recommend using
6262

6363
## Contributions
6464

65-
Contributions to the ONNX Model Zoo are welcome! Please check our [contribution guidelines](here) for more information on how you can contribute to the growth and improvement of this resource.
65+
Contributions to the ONNX Model Zoo are welcome! Please check our [contribution guidelines](contribute.md) for more information on how you can contribute to the growth and improvement of this resource.
6666

6767
Thank you for your interest in the ONNX Model Zoo, and we look forward to your participation in our community!
6868

0 commit comments

Comments
 (0)