Skip to content

hsm207/zipf_law_wikitext_103

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Explore Zipf's Law on the wikitext-103 corpus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published