File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Importing metadata
2
2
3
3
It might not be convenient to maintain a huge ` model-index.yml ` file in your repository. So ` model-index ` make it easy
4
- to stitch together metadata from many different sources .
4
+ to split data into smaller file .
5
5
6
6
Data can be imported from other YAML files, JSON files and from Markdown files.
7
7
@@ -45,7 +45,8 @@ and `inception_v3_results.json` could look like this:
45
45
46
46
# # Importing a whole YAML file
47
47
48
- Import in your `model-index.yml` :
48
+ You can split the model index into smaller files (e.g. containing a single collection of related models)
49
+ and then import them into the main `model-index.yml` file :
49
50
50
51
` ` ` yaml
51
52
Import:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ to have your library featured on the website.
16
16
1_quickstart/installation.md
17
17
1_quickstart/howitworks.md
18
18
1_quickstart/examples.md
19
- 1_quickstart/creating .md
19
+ 1_quickstart/importing .md
20
20
1_quickstart/checking.md
21
21
1_quickstart/upload.md
22
22
```
You can’t perform that action at this time.
0 commit comments