---
license: cc-by-sa-4.0
---
This dataset is scraped from [Stack-Overflow](https://stackoverflow.com/).
# Loading the dataset
You can load the dataset like this:
```python
from datasets import load_dataset
dataset = load_dataset("satoshi-2000/llms-suitable")
``` |