MATES
Official repository for MATES: Model-Aware Data Selection for Efficient Pretraining with Data Influence Models [NeurIPS 2024]
File Explorer
Download Latest Version (.zip)- avatar.png
- MATES.png
- eval.sh
- predict_data_influence.sh
- pretrain.sh
- probe_oracle_data_influence.sh
- train_data_influence_model.sh
- __init__.py
- config.py
- gen.py
- model.py
- packed_dataset.py
- rmsnorm.py
- tokenizer.py
- utils.py
- lm_eval_harness.py
- pretrain.py
- modeling_data_influence_model.py
- predict_data_influence.py
- prepare_lambada.py
- probe_oracle_data_influence.py
- select_data.py
- train_data_influence_model.py
- special_tokens_map.json
- tokenizer.json
- tokenizer_config.json
- .gitignore
- LICENSE.txt
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/cxcscmu/MATES
Downloads the entire project code from GitHub to your computer.
cd MATES
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
