-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Update instructions for pretrained model sharing (#489)
- Loading branch information
Showing
2 changed files
with
62 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
tags: | ||
- asteroid | ||
- audio | ||
- [model_name] | ||
datasets: | ||
- [dataset_name] | ||
- [task_name] | ||
license: cc-by-sa-3.0 | ||
inference: false | ||
--- | ||
|
||
Fill in all the field within brackets []. | ||
|
||
|
||
## Description: | ||
This model was trained by [your name] using the [the recipe name] recipe in Asteroid. | ||
It was trained on the `[task name]` task of the [dataset name] dataset. | ||
|
||
|
||
## Training config: | ||
```yaml | ||
Paste here the content of conf.yml | ||
``` | ||
|
||
|
||
## Results: | ||
```yaml | ||
Paste here the content of final_metrics.json | ||
``` | ||
|
||
|
||
## License notice: | ||
|
||
** This is important, please fill it, if you need help, you can ask on Asteroid's slack.** | ||
|
||
This work "[the name of the repo]" | ||
is a derivative of [the dataset]() by | ||
[the author](), | ||
used under [the license](). | ||
"[the name of the repo]" | ||
is licensed under [Attribution-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/) | ||
by [your name]. |