Skip to content

Commit

Permalink
point toward huggingface dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandhanani committed Jul 31, 2024
1 parent 14c2d46 commit ca08a07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions llama31_law.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
{
"cell_type": "code",
"execution_count": null,
"id": "43865c7a-1e0d-4af9-8025-fcaa2103b789",
"id": "60de339b",
"metadata": {},
"outputs": [],
"source": [
"!wget https://raw.githubusercontent.com/brevdev/notebooks/main/assets/brev-hf-law-qa-dataset.zip"
"!wget https://huggingface.co/datasets/scooterman/hf-law-qa-dataset/resolve/main/law-qa-curated.zip "
]
},
{
Expand All @@ -124,7 +124,7 @@
"metadata": {},
"outputs": [],
"source": [
"!unzip -j brev-hf-law-qa-dataset.zip -d curated-data"
"!unzip -j law-qa-curated.zip -d curated-data"
]
},
{
Expand Down Expand Up @@ -660,7 +660,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ca08a07

Please sign in to comment.