exasol / transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
MIT License
2 stars 2 forks source link

Move ExaEnvironment and Context class to seperate file #224

Open MarleneKress79789 opened 2 months ago

MarleneKress79789 commented 2 months ago

The ExaEnvironment and Context class are defined in multiple udf integration tests(i.E here). Move them to a seperate file and import them instead.