Strong Deep-Learning Baseline algorithms for NLP
Project description
Baseline
Baseline is a library for reproducible deep learning research and fast model development for NLP. The library provides easily extensible abstractions and implementations for data loading, model development, training and export of deep learning architectures. It also provides implementations for high-performance, deep learning models for various NLP tasks, against which newly developed models can be compared. Deep learning experiments are hard to reproduce, Baseline provides functionalities to track them. The goal is to allow a researcher to focus on model development, delegating the repetitive tasks to the library.
Installation
Pip
Baseline can be installed as a Python package.
pip install mead-baseline
From the repository
If you have a clone of this repostory and want to install from it:
cd layers
pip install -e .
cd ../
pip install -e .
This first installs mead-layers
(8 mile) locally and then mead-baseline
A Note About Versions
Deep Learning Frameworks are evolving quickly, and changes are not always backwards compatible. We recommend recent versions of each framework. Baseline is known to work on most versions of TensorFlow, and is currently being run on versions between 1.13 and and 2.1 .
The PyTorch backend requires at least version 1.3.0.
Citing
If you use the library, please cite the following paper:
@InProceedings{W18-2506,
author = "Pressel, Daniel
and Ray Choudhury, Sagnik
and Lester, Brian
and Zhao, Yanjie
and Barta, Matt",
title = "Baseline: A Library for Rapid Modeling, Experimentation and
Development of Deep Learning Algorithms targeting NLP",
booktitle = "Proceedings of Workshop for NLP Open Source Software (NLP-OSS)",
year = "2018",
publisher = "Association for Computational Linguistics",
pages = "34--40",
location = "Melbourne, Australia",
url = "http://aclweb.org/anthology/W18-2506"
}
MEAD/Baseline was selected for a Spotlight Poster at the NeurIPS MLOSS workshop in 2018. OpenReview link
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mead-baseline-2.0.0rc3.tar.gz
.
File metadata
- Download URL: mead-baseline-2.0.0rc3.tar.gz
- Upload date:
- Size: 195.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f51d3039cb09bbcce028ff17969bd8e66b54c03a2a42633df12870d7487b5f9b |
|
MD5 | 3ee6d7dc95642f5c3f21a7572d379da7 |
|
BLAKE2b-256 | 6e705585d4863f6e197f38ee655f5d02b9a23893503094a1125a3ffee0a0b97e |
File details
Details for the file mead_baseline-2.0.0rc3-py3-none-any.whl
.
File metadata
- Download URL: mead_baseline-2.0.0rc3-py3-none-any.whl
- Upload date:
- Size: 307.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c275d589c02fb9940d755954ffe31df5aaf88929c5571b528e78895f95ddb7b |
|
MD5 | b71582e996dddefc59b53f7b86ed9702 |
|
BLAKE2b-256 | acbd9c593412d217df06ff278de11633b7d16135f87c7ba5dc1083e953bd49b8 |