Update README with correct repo name
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
pretty_name: "
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
task_categories:
|
|
@@ -263,7 +263,7 @@ df["log_views"] = np.log1p(df["view_count"])
|
|
| 263 |
```python
|
| 264 |
from datasets import load_dataset
|
| 265 |
|
| 266 |
-
REPO = "Omarrran/
|
| 267 |
|
| 268 |
# Full 778K
|
| 269 |
ds = load_dataset(REPO, "full")
|
|
@@ -308,7 +308,7 @@ df = ds["train"].to_pandas()
|
|
| 308 |
title = {StackOverflow-778K: Multi-Year Developer Q&A Dataset},
|
| 309 |
year = {2026},
|
| 310 |
publisher = {HuggingFace},
|
| 311 |
-
url = {https://huggingface.co/datasets/Omarrran/
|
| 312 |
questions = {778929},
|
| 313 |
years = {2015-2022},
|
| 314 |
license = {Apache-2.0}
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pretty_name: "StackPulse-778K: Developer Q&A & Code Dataset"
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
task_categories:
|
|
|
|
| 263 |
```python
|
| 264 |
from datasets import load_dataset
|
| 265 |
|
| 266 |
+
REPO = "Omarrran/StackPulse_778K_QnA_Code_dataset"
|
| 267 |
|
| 268 |
# Full 778K
|
| 269 |
ds = load_dataset(REPO, "full")
|
|
|
|
| 308 |
title = {StackOverflow-778K: Multi-Year Developer Q&A Dataset},
|
| 309 |
year = {2026},
|
| 310 |
publisher = {HuggingFace},
|
| 311 |
+
url = {https://huggingface.co/datasets/Omarrran/StackPulse_778K_QnA_Code_dataset},
|
| 312 |
questions = {778929},
|
| 313 |
years = {2015-2022},
|
| 314 |
license = {Apache-2.0}
|