mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
Update formatting for consistency [ci skip]
This commit is contained in:
parent
2fa23b0304
commit
9c078a5885
|
@ -786,7 +786,7 @@ in the section `[paths]`.
|
||||||
> #### Example
|
> #### Example
|
||||||
>
|
>
|
||||||
> ```cli
|
> ```cli
|
||||||
> $ python -m spacy train config.cfg --output output_dir --paths.train="./train" --paths.dev="./dev"
|
> $ python -m spacy train config.cfg --output ./output --paths.train ./train --paths.dev ./dev
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
```cli
|
```cli
|
||||||
|
@ -833,7 +833,7 @@ auto-generated by setting `--pretraining` on
|
||||||
> #### Example
|
> #### Example
|
||||||
>
|
>
|
||||||
> ```cli
|
> ```cli
|
||||||
> $ python -m spacy pretrain config.cfg output_pretrain --paths.raw_text="data.jsonl"
|
> $ python -m spacy pretrain config.cfg ./output_pretrain --paths.raw_text ./data.jsonl
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
```cli
|
```cli
|
||||||
|
|
Loading…
Reference in New Issue
Block a user