Update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,7 @@ from datasets import load_dataset
|
|
103 |
|
104 |
#Load the dataset
|
105 |
```
|
106 |
-
dataset = load_dataset("
|
107 |
```
|
108 |
#Display the first example
|
109 |
```
|
@@ -150,7 +150,7 @@ Grass is a network for the acquisition of public web data, and we plan to contin
|
|
150 |
|
151 |
If you use this dataset in your research or project, please cite it as follows:
|
152 |
```
|
153 |
-
@dataset{
|
154 |
title = {Reddit Comments and Posts 2024},
|
155 |
year = {2024},
|
156 |
publisher = {Hugging Face},
|
|
|
103 |
|
104 |
#Load the dataset
|
105 |
```
|
106 |
+
dataset = load_dataset("UpVoteWeb")
|
107 |
```
|
108 |
#Display the first example
|
109 |
```
|
|
|
150 |
|
151 |
If you use this dataset in your research or project, please cite it as follows:
|
152 |
```
|
153 |
+
@dataset{UpVoteWeb,
|
154 |
title = {Reddit Comments and Posts 2024},
|
155 |
year = {2024},
|
156 |
publisher = {Hugging Face},
|