Error installing datasets needed for LLM course
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2023 02:18 AM - edited 10-08-2023 02:33 AM
I signed up for this course via Databricks Academy : LLMs: Application through Production
However I am getting this error when trying to download the needed datasets for the course:
Installing datasets:
| from "wasbs://courseware@dbacademy.blob.core.windows.net/large-language-models/v01"
| to "dbfs:/mnt/dbacademy-datasets/large-language-models/v01"
|
| NOTE: The datasets that we are installing are located in Washington, USA - depending on the
| region that your workspace is in, this operation can take as little as 5 min and
| upwards to 20 min, but this is a one-time operation.
shaded.databricks.org.apache.hadoop.fs.azure.AzureException: shaded.databricks.org.apache.hadoop.fs.azure.AzureException: Unable to access container courseware in account dbacademy.blob.core.windows.net using anonymous credentials, and no credentials found for them in the configuration.
I am using Databricks on AWS. Can you help ? Is there any other way to download the needed datasets ?
The screenshot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 12:54 AM
@163050 Alternatively you can download the course materials in .dbc format by clicking download option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2024 07:48 AM
Where can I find the courseware resources?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:34 PM
You would need to install the python library. You can either:
1) Run %pip install datasets
2) Put it as part of the PyPi packages to load in your cluster
This should solve your issue

