All Projects → recognai → biome-text

recognai / biome-text

Licence: Apache-2.0 License
Custom Natural Language Processing with big and small models 🌲🌱

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to biome-text

CHILDES-SRL
Research code for generating semantic role labels for CHILDES
Stars: ✭ 14 (-77.42%)
Mutual labels:  allennlp
optuna-allennlp
🚀 A demonstration of hyperparameter optimization using Optuna for models implemented with AllenNLP.
Stars: ✭ 17 (-72.58%)
Mutual labels:  allennlp
allennlp-optuna
⚡️ AllenNLP plugin for adding subcommands to use Optuna, making hyperparameter optimization easy
Stars: ✭ 33 (-46.77%)
Mutual labels:  allennlp
athnlp-labs
Athens NLP Summer School Labs
Stars: ✭ 41 (-33.87%)
Mutual labels:  allennlp
naacl2019-select-pretraining-data-for-ner
BiLSTM-CRF model for NER
Stars: ✭ 15 (-75.81%)
Mutual labels:  allennlp
allennlp imdb
AllenNLP Startup Guide
Stars: ✭ 13 (-79.03%)
Mutual labels:  allennlp
wandb-allennlp
Utilities and boilerplate code to use wandb with allennlp
Stars: ✭ 20 (-67.74%)
Mutual labels:  allennlp
comb dist direct relex
Combining Distant and Direct Supervision for Neural Relation Extraction
Stars: ✭ 33 (-46.77%)
Mutual labels:  allennlp
acl19 subtagger
Code for ACL '19 paper: Towards Improving Neural Named Entity Recognition with Gazetteers
Stars: ✭ 33 (-46.77%)
Mutual labels:  allennlp
trapper
State-of-the-art NLP through transformer models in a modular design and consistent APIs.
Stars: ✭ 28 (-54.84%)
Mutual labels:  allennlp
allennlp-book
本リポジトリは「AllenNLP入門」のソースコード置き場です。
Stars: ✭ 37 (-40.32%)
Mutual labels:  allennlp



CI GitHub Documentation GitHub release

Natural Language Processing library built with AllenNLP

Quick Links

Features

  • State-of-the-art and not so state-of-the-art models trained with your own data with simple workflows.

  • Efficient data reading for (large) datasets in multiple formats and sources (CSV, Parquet, JSON, etc.).

  • Modular configuration and extensibility of models, datasets and training runs programmatically or via config files.

  • Use via cli or as plain Python (e.g., inside a Jupyter Notebook)

  • Compatible with AllenNLP

Installation

For the installation we recommend setting up a fresh conda environment:

conda create -n biome python~=3.7.0 pip>=20.3.0
conda activate biome

Once the conda environment is activated, you can install the latest release via pip:

pip install -U biome-text

After installing biome.text, the best way to test your installation is by running the biome.text cli command:

biome --help

Get started

The best way to see how biome.text works is to go through our first tutorial.

Please refer to our documentation for more tutorials, detailed user guides and how you can contribute to biome.text.

Licensing

The code in this project is licensed under Apache 2 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].