Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exasol/transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
https://github.com/exasol/transformers-extension

data-science exasol exasol-integration huggingface-transformers machine-learning transformers

Last synced: about 2 months ago
JSON representation

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.

Awesome Lists containing this project

README

        

# Exasol Transformers Extension

An Exasol extension to use state-of-the-art pretrained machine learning models
via the [transformers api](https://github.com/huggingface/transformers).

This Extension is build and tested for Linux OS, and does not have Windows or MacOS support.
It might work regardless but proceed at your own risk.

## Table of Contents

### Information for Users

* [User Guide](doc/user_guide/user_guide.md)
* [Developer Guide](doc/developer_guide/developer_guide.md)
* [Changelog](doc/changes/changelog.md)
* [License](LICENSE)

### Information for Contributors

* [Design](doc/design.md)
* [Dependencies](doc/dependencies.md)