This project aims to measure the sample efficiency of different language model architectures using the BEAR dataset.
- Python 3.9 or higher
pip
package manager
-
Clone the repository:
git clone https://github.com/Jabbawukis/sample_efficiency_evaluation.git cd sample_efficiency_evaluation
-
Install the required dependencies:
make install
-
Download the BEAR dataset from the following link: BEAR Dataset
-
Place the downloaded dataset in the appropriate directory as specified in your configuration.