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