pt-sk commited on
Commit
3d74508
1 Parent(s): 54d6947

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,7 +63,7 @@ To load the COVID-19 and SARS-CoV-2 Research Papers Dataset, you can use the Hug
63
  from datasets import load_dataset
64
 
65
  # Load the dataset
66
- dataset = load_dataset('Falah/research_paper_in_ml')
67
 
68
  # Access the fields
69
  titles = dataset['train']['title']
@@ -86,7 +86,7 @@ If you use this dataset in your research or any other work, please consider citi
86
  publisher = {Hugging Face},
87
  version = {1.0},
88
  location = {Online},
89
- url = {https://huggingface.co/datasets/falah/research_paper_in_ml}
90
  }
91
  ```
92
 
 
63
  from datasets import load_dataset
64
 
65
  # Load the dataset
66
+ dataset = load_dataset('pt-sk/ml_research_abs')
67
 
68
  # Access the fields
69
  titles = dataset['train']['title']
 
86
  publisher = {Hugging Face},
87
  version = {1.0},
88
  location = {Online},
89
+ url = {https://huggingface.co/datasets/pt-sk/ml_research_abs}
90
  }
91
  ```
92