spaCy/examples/training
Ines Montani 4cd9ec0f00
💫 Update training examples and use minibatching (#2830)
<!--- Provide a general summary of your changes in the title. -->

## Description
Update the training examples in `/examples/training` to show usage of spaCy's `minibatch` and `compounding` helpers ([see here](https://spacy.io/usage/training#tips-batch-size) for details). The lack of batching in the examples has caused some confusion in the past, especially for beginners who would copy-paste the examples, update them with large training sets and experienced slow and unsatisfying results.

### Types of change
enhancements

## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2018-10-10 01:40:29 +02:00
..
ner_multitask_objective.py Add example of NER multitask objective 2018-01-21 19:46:37 +01:00
train_intent_parser.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_ner.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_new_entity_type.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_parser.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_tagger.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_textcat.py 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
training-data.json Use better training data JSON example 2017-10-24 16:00:56 +02:00
vocab-data.jsonl Use even smaller examle size 2017-10-30 19:46:45 +01:00