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
- Host: GitHub
- URL: https://github.com/altescy/xallennlp
- Owner: altescy
- License: mit
- Created: 2020-06-20T17:14:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T06:46:27.000Z (over 2 years ago)
- Last Synced: 2025-06-05T11:48:45.572Z (4 months ago)
- Topics: allennlp, fasttext, mlflow, nlp, optuna, python
- Language: Python
- Homepage:
- Size: 1.21 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xallennlp
=========[](https://github.com/altescy/xallennlp/actions?query=workflow%3Abuild)
[](https://github.com/altescy/xallennlp/blob/master/LICENSE)
[](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
```