Skip to main content

Visualization tools for NLP machine learning models.

Project description

[Work in progress. Not yet ready for public consumption]

Visualization tools for NLP machine learning models.

  • Free software: BSD 3-Clause License

Installation

pip install ecco

Documentation

To use the project:

import ecco
lm = ecco.from_pretrained('distilgpt2')
text= "The countries of the European Union are:\n1. Austria\n2. Belgium\n3. Bulgaria\n4."

output = lm.generate(text, generate=20, do_sample=True)

Changelog

0.0.8 (2020-11-20)

  • Allowing the project some fresh air.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecco-0.0.9.tar.gz (46.3 kB view hashes)

Uploaded Source

Built Distribution

ecco-0.0.9-py2.py3-none-any.whl (69.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page