Skip to content

Conversation

@ZhangYiqun018
Copy link

Update SimpleQAEval to use direct CSV URL instead of blobfile

Changes made:

  • Replace Azure blob storage path (az://) with direct HTTPS URL for accessing the SimpleQA dataset
  • Remove blobfile dependency as it's no longer needed
  • Use pandas.read_csv() to directly fetch the dataset

The modified URL will be:
https://openaipublic.blob.core.windows.net/simple-evals/simple_qa_test_set.csv

This change simplifies the data loading process and removes the need for Azure blob storage authentication.

Related to issue: #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant