File size: 265 Bytes
bee6fd0
 
 
 
 
0b1fbec
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
---
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")
```