GitXplorerGitXplorer
h

zipf_law_wikitext_103

public
4 stars
3 forks
1 issues

Commits

List of commits on branch master.
Verified
4a69edef8207e6315392fad15b5ba96351fd59ba

Updated README.md

hhsm207 committed 6 years ago
Unverified
ceda5d433f760d0f6a29b172d4c7ea975d35de25

Initial commit

hhsm207 committed 6 years ago

README

The README file for this repository.

Introduction

This repository contains code to reproduce the results from my blog post titled Using Zipf's Law To Improve Neural Language Models.

Usage

  1. Install Docker.

  2. Open a terminal and execute:

    # PATH is the path to this project's directory.
    docker run --rm -p 8888:8888  -v PATH:/home/jovyan/work jupyter/scipy-notebook:6fb3eca57bd3
    
  3. This previous command will produce a url for you to log into a jupyter notebook server. Open a webrowser and navigate to that URL. Look for a notebook titled zipf_law_in_wikitext in the notebooks folder.