mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add Training 101 stub
This commit is contained in:
parent
b2324be3e9
commit
9063654a1a
3
website/docs/usage/_spacy-101/_training.jade
Normal file
3
website/docs/usage/_spacy-101/_training.jade
Normal file
|
@ -0,0 +1,3 @@
|
|||
//- 💫 DOCS > USAGE > SPACY 101 > TRAINING
|
||||
|
||||
p
|
|
@ -117,6 +117,10 @@ include _spacy-101/_pipelines
|
|||
|
||||
include _spacy-101/_serialization
|
||||
|
||||
+h(2, "training") Training
|
||||
|
||||
include _spacy-101/_training
|
||||
|
||||
+h(2, "architecture") Architecture
|
||||
|
||||
+image
|
||||
|
|
|
@ -6,6 +6,10 @@ p
|
|||
| Once the model is trained, you can then
|
||||
| #[+a("/docs/usage/saving-loading") save and load] it.
|
||||
|
||||
+h(2, "101") Training 101
|
||||
|
||||
include _spacy-101/_training
|
||||
|
||||
+h(2, "train-pos-tagger") Training the part-of-speech tagger
|
||||
|
||||
+code.
|
||||
|
|
Loading…
Reference in New Issue
Block a user