Skip to content

Commit

Permalink
Merge pull request #1663 from hackforla/1644-update-dbprovider-2024-data
Browse files Browse the repository at this point in the history
Update dbprovider to read 2024 data from huggingface.
  • Loading branch information
traycn authored Feb 1, 2024
2 parents b832360 + 456d653 commit 0b03a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/db/DbProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const datasets = {
parquet: {
// huggingface
hfYtd:
'https://huggingface.co/datasets/edwinjue/311-data-2023/resolve/main/2023.parquet', // year-to-date
'https://huggingface.co/datasets/311-data/2024/resolve/main/2024.parquet', // year-to-date
hfLastMonth:
'https://huggingface.co/datasets/edwinjue/311-data-last-month/resolve/refs%2Fconvert%2Fparquet/edwinjue--311-data-last-month/csv-train.parquet', // last month
},
Expand Down

0 comments on commit 0b03a74

Please sign in to comment.