Samagra-Development / ai-tools

AI Tooling to bootstrap applications fast
43 stars 109 forks source link

Prompts as Auto-Optimized Training Hyperparameters #322

Open xorsuyash opened 2 months ago

xorsuyash commented 2 months ago

Description

Training Best-in-Class IR Models from Scratch with 10 Gold Labels. This method allows for the training of small-scale (under 100M parameters) neural information retrieval (IR) models using as few as 10 gold relevance labels by generating synthetic queries for documents using a language model (LM). PATH is the automatic optimization of the LM prompt based on training quality.

Implementation Details

Domain

Generative AI , NLP

Organisation

SamagraX

Mentors

@xorsuyash

Complexity

Medium

References

PATH

harshaharod21 commented 1 month ago

@xorsuyash I want to work on this issue. I have went through the task and have understood well. While doing the local setup I have a doubt regarding the ansible script, is it optional? Because for that we are required to use Hashicorp vault, which is a paid service.

GautamR-Samagra commented 1 month ago

@xorsuyash I want to work on this issue. I have went through the task and have understood well. While doing the local setup I have a doubt regarding the ansible script, is it optional? Because for that we are required to use Hashicorp vault, which is a paid service.

not sure which ansible script you are referring to here ? can you clarify?

xorsuyash commented 1 month ago

@harshaharod21 You don't need to setup ai-tools for this task, this for experimentation purpose.

harshaharod21 commented 1 month ago

@xorsuyash I want to work on this issue. I have went through the task and have understood well. While doing the local setup I have a doubt regarding the ansible script, is it optional? Because for that we are required to use Hashicorp vault, which is a paid service.

not sure which ansible script you are referring to here ? can you clarify?

Actually that was given in the readme file of the code

harshaharod21 commented 1 month ago

@harshaharod21 You don't need to setup ai-tools for this task, this for experimentation purpose.

Okay thanks, I got it! So anyways, this issue is open to contribution right?