Skip to content

forangel2014/Towards-Agentic-Self-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Towards Agentic Self-Learning

Data Processing

cd data/searchr1
bash download.sh
cd ../nq_hotpotqa_train
python nq_search.py
python format_data.py
cd ../meta
python generate.py
cd ../..

Launch Retriever Server (8 GPUs)

cd tool
conda create -n retriever python=3.10
conda activate retriever
pip install -r requirements.txt
bash retrieval_launch.sh
cd ..

Training with ASL (32 GPUs)

conda create -n asl python=3.10
conda activate asl
pip install -r requirements.txt
bash scripts/exps/asl/run_asl_online_final.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors