OpenAI Week 15-16 // The Pile & Azure Blob Storage
For my project, I'm using The Pile , an 800 GB unstructured text dataset scraped from the web, representing a diverse range of modalities from medical papers to code. Such a large dataset is best stored on the cloud. I've written out a guide for how to get set up with The Pile hosted on Azure. First, create an Azure Blob Storage account. I just followed the instructions and used the default configurations. Meanwhile, on your local or virtual machine, install the az CLI , blobfile , and boostedblob . This will help you easily interact with the files in your Azure storage account. Now sign in with az login and open the link in a web browser to complete the sign in. When you try to read one of your files from blob storage using blobfile, you'll get an error that you need to set the following environment variables first: AZURE_STORAGE_KEY, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, and AZURE_TENANT_ID. You can access these by typing az ad sp create-for-rbac --name ...