Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ from datasets import Dataset
|
|
11 |
|
12 |
data_files = hf_hub_url(repo_id="hwang2006/huggingface-datasets-issues-2024-03-20", filename="datasets-issues-with-comments.jsonl", repo_type="dataset")
|
13 |
print(data_files)
|
14 |
-
#
|
15 |
|
16 |
df = pd.read_json(data_files, orient="records", lines=True)
|
17 |
issues_dataset = Dataset.from_pandas(df)
|
|
|
11 |
|
12 |
data_files = hf_hub_url(repo_id="hwang2006/huggingface-datasets-issues-2024-03-20", filename="datasets-issues-with-comments.jsonl", repo_type="dataset")
|
13 |
print(data_files)
|
14 |
+
#https://huggingface.co/datasets/hwang2006/huggingface-datasets-issues-2024-03-20/resolve/main/datasets-issues-with-comments.jsonl
|
15 |
|
16 |
df = pd.read_json(data_files, orient="records", lines=True)
|
17 |
issues_dataset = Dataset.from_pandas(df)
|