Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 690 Bytes

File metadata and controls

18 lines (10 loc) · 690 Bytes

LinguAML

LinguAML is an innovative project that combines the power of Large Language Models (LLMs) with traditional automated machine learning (AML) techniques, with a primary focus on tuning machine learning models for various tasks. By intaegrating LLMs' capabilities into the AML workflow, LinguAML aims to enhance the performance and efficiency of machine learning models, specifically by automating the process of hyperparameter tuning.

Report

Download the report paper.

Anaconda Environment

The Anaconda environment is specified in the file environment.yml.

One can create the environment via the command:

conda env create -f environment.yml