llms-suitable / README.md
satoshi-2000's picture
Update README.md
0b1fbec verified
|
raw
history blame
No virus
265 Bytes
---
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")
```