- AllenNLP uses `Predictor`, a wrapper around the trained model, for making predictions.
- AllenNLP uses `Predictor`, a wrapper around the trained model, for making predictions.
- The Predictor uses a pre-trained/saved model and dataset reader to predict new Instances
- The Predictor uses a pre-trained/saved model and dataset reader to predict new Instances
@ -159,7 +160,8 @@ $ allennlp train \
-s $SAVED_MODELS_PATH/experiment_10 \
-s $SAVED_MODELS_PATH/experiment_10 \
--include-package classifier
--include-package classifier
```
```
We ran a few experiments on this model, the configurations, results and archived models are available in `SAVED_MODELS_PATH` directory
We ran a few experiments on this model, the run configurations, results and archived models are available in the `SAVED_MODELS_PATH` directory. <br/>
**Note:** If the GPU cores are not available, set the `"cuda_device":` to `-1` in the [config file](/configs/basic_model.json?raw=true), or the available GPU Core.