Samagra-Development / ai-tools

AI Tooling to bootstrap applications fast
44 stars 110 forks source link

Prompts as Auto-Optimized Training Hyperparameters #322

Closed xorsuyash closed 2 months ago

xorsuyash commented 4 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 3 months 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.

Gautam-Rajeev commented 3 months 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 3 months ago

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

harshaharod21 commented 3 months 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 3 months 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?