Skip to content

Commit bb06448

Browse files
docs: classification rst docs replaced with ipynb and minor docs fixes (#1600)
Co-authored-by: Fedor Ignatov <[email protected]>
1 parent 7fc95e9 commit bb06448

File tree

13 files changed

+525
-751
lines changed

13 files changed

+525
-751
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,9 @@ Please leave us [your feedback](https://forms.gle/i64fowQmiVhMMC7f9) on how we c
3434

3535
[Automatic Spelling Correction](http://docs.deeppavlov.ai/en/master/features/models/spelling_correction.html) | [Entity Linking](http://docs.deeppavlov.ai/en/master/features/models/entity_linking.html)
3636

37-
[Russian SuperGLUE](http://docs.deeppavlov.ai/en/master/features/models/superglue.html)
38-
39-
**Skills**
37+
[Open Domain Questions Answering](http://docs.deeppavlov.ai/en/master/features/models/odqa.html) | [Frequently Asked Questions Answering](http://docs.deeppavlov.ai/en/master/features/models/faq.html)
4038

41-
[Open Domain Questions Answering](http://docs.deeppavlov.ai/en/master/features/skills/odqa.html)
42-
43-
[Frequently Asked Questions Answering](http://docs.deeppavlov.ai/en/master/features/skills/faq.html)
39+
[Russian SuperGLUE](http://docs.deeppavlov.ai/en/master/features/models/superglue.html)
4440

4541
**Embeddings**
4642

deeppavlov/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def download_resource(url: str, dest_paths: Iterable[Union[Path, str]], headers:
145145

146146
def download_resources(args: Namespace) -> None:
147147
if not args.all and not args.config:
148-
log.error('You should provide either skill config path or -all flag')
148+
log.error('You should provide either model config path or -all flag')
149149
sys.exit(1)
150150
elif args.all:
151151
downloads = get_configs_downloads()

0 commit comments

Comments
 (0)