Git Product home page Git Product logo

end-to-end-sequence-labeling-via-bi-directional-lstm-cnns-crf-tutorial's Introduction

End-to-end-Sequence-Labeling-via-Bi-directional-LSTM-CNNs-CRF-Tutorial

This is a PyTorch tutorial for the ACL'16 paper End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF

This repository includes

  • IPython Notebook of the tutorial
  • Data folder
  • Setup Instructions file
  • Pretrained models directory (The notebook will automatically download pre-trained models into this directory, as required)

Authors

Anirudh Ganesh

Peddamail Jayavardhan Reddy

Installation

The best way to install pytorch is via the pytorch webpage

Setup

Creating new Conda environment

conda create -n pytorch python=3.5

Activate the condo environment

source activate pytorch

Setting up notebooks with specific python version (python 3.5)

conda install notebook ipykernel
ipython kernel install --user

PyTorch Installation command:

conda install pytorch torchvision -c pytorch

NumPy installation

conda install -c anaconda numpy

Download GloVe vectors and extract glove.6B.100d.txt into "./data/" folder

wget http://nlp.stanford.edu/data/glove.6B.zip

Data Files

You can download the data files from within this repo over here

end-to-end-sequence-labeling-via-bi-directional-lstm-cnns-crf-tutorial's People

Contributors

jayavardhanr avatar theanig avatar

Watchers

James Cloos avatar

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.