arshan-ritual commited on
Commit
004cb51
·
verified ·
1 Parent(s): 1157d0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,4 +3,8 @@ license: bsd-3-clause
3
  ---
4
 
5
  # Iris Classification
6
- Refer to [`simple-ml-models`](https://github.com/ritual-net/simple-ml-models) repository for a description on this model.
 
 
 
 
 
3
  ---
4
 
5
  # Iris Classification
6
+ This repository contains the generated `onnx` and `pytorch` model files for the
7
+ [Iris Classification](https://github.com/ritual-net/simple-ml-models/blob/main/iris_classification/README.md) project,
8
+ which is a simple project used in our tutorials & docs.
9
+
10
+ Refer to the [`simple-ml-models`](https://github.com/ritual-net/simple-ml-models) repository for more information.