Update README.md
Browse files
README.md
CHANGED
|
@@ -3,3 +3,10 @@ license: cc-by-sa-4.0
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This dataset is scraped from [Stack-Overflow](https://stackoverflow.com/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This dataset is scraped from [Stack-Overflow](https://stackoverflow.com/).
|
| 6 |
+
|
| 7 |
+
# Loading the dataset
|
| 8 |
+
You can load the dataset like this:
|
| 9 |
+
```python
|
| 10 |
+
from datasets import load_dataset
|
| 11 |
+
dataset = load_dataset("satoshi-2000/llms-suitable")
|
| 12 |
+
```
|