An open API service indexing awesome lists of open source software.

https://github.com/altescy/xallennlp

Expanded AllenNLP
https://github.com/altescy/xallennlp

allennlp fasttext mlflow nlp optuna python

Last synced: 3 months ago
JSON representation

Expanded AllenNLP

Awesome Lists containing this project

README

          

xallennlp
=========

[![Actions Status](https://github.com/altescy/xallennlp/workflows/build/badge.svg)](https://github.com/altescy/xallennlp/actions?query=workflow%3Abuild)
[![License](https://img.shields.io/github/license/altescy/xallennlp)](https://github.com/altescy/xallennlp/blob/master/LICENSE)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/altescy/xallennlp)](https://github.com/altescy/xallennlp/)

`xallennlp` provides additional modules and commands for [AllenNLP](https://allennlp.org/).

## Features

- Useful additional modules such as `FastTextTokenIndexer`, `HighwaySeq2SeqEncoder`, `PoolingSpanExtractor`, etc...
- [MLflow](https://mlflow.org/) integration makes managing experiments more easily
- [Optuna](https://optuna.org/) integration enables you to find optimal hyper parameters with Optuna and MLflow (this feature is based on [allennlp-optuna](https://github.com/himkt/allennlp-optuna))

## Installation

```
pip install git+https://github.com/altescy/xallennlp
```