Here, we attempt to reproduce the results in the paper titled 'Mapping Language Models to Grounded Conceptual Spaces'.
Try uploading 'setup_colab.ipynb' to Google Colab and attempt to run it. The script will automatically clone this repository and run the 'main.py' file.
Get a new key issued from the following URL. https://beta.openai.com/account/api-keys
Run the following commands to save the key in an environment variable. ''' echo "export OPENAI_API_KEY='yourkey'" >> ~/.zshrc source ~/.zshrc '''
Copy paste the main file content into a cell. Update the value for the key manually.