Skip to content

Chapter 13: Deep Reinforcement Learning for Text and Speech

Notifications You must be signed in to change notification settings

SpringerNLP/Chapter13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chapter 13 - Deep Reinforcement Learning for Text and Speech

Requirements

Data

data/processed_train.bin data/vocab-50k data/processed_test.bin

Running the Docker Image

The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.

Run the Docker image:

docker run --runtime=nvidia -p 8888:8888 -p 6006:6006 springernlp/chapter_13:latest

Book Reference

More information can be found at: Deep Learning for NLP and Speech Recognition by Springer