Git Product home page Git Product logo

python-byte_pair_encoding's Introduction

Python-Byte_Pair_Encoding

Byte Pair Encoding (BPE)

Env

  • Python 3
  • Numpy 1.15
  • tqdm
  • multiprocessing

Paper

Command

  • learn BPE from document
python bpe_learn.py 
	-train_path 1_document 2_document ... K_document
	-voca_out_path voca_path/voca_file_name
	-bpe_out_path 1_BPE_document 2_BPE_document ... K_BPE_document
	-train_voca_threshold 1 
	-num_merges 30000 
	-multi_proc=-1 (-1:use all process, 1:not use)
	-final_voca_size 30000 or -final_voca_threshold 50
  • apply BPE to document
python bpe_apply.py
	-data_path 1_document 2_document ... K_document
	-voca_path voca_path/voca_file_name
	-bpe_out_path 1_BPE_document 2_BPE_document ... K_BPE_document

Reference

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.