| --- |
| license: odc-by |
| task_categories: |
| - text-generation |
| - text-classification |
| dataset_info: |
| features: |
| - name: title |
| dtype: string |
| - name: score |
| dtype: int64 |
| - name: selftext |
| dtype: string |
| - name: created |
| dtype: timestamp[ns] |
| - name: url |
| dtype: string |
| - name: author |
| dtype: string |
| - name: domain |
| dtype: string |
| - name: edited |
| dtype: timestamp[ns] |
| - name: gilded |
| dtype: int64 |
| - name: gildings |
| dtype: string |
| - name: id |
| dtype: string |
| - name: locked |
| dtype: bool |
| - name: media |
| dtype: string |
| - name: name |
| dtype: string |
| - name: permalink |
| dtype: string |
| - name: spoiler |
| dtype: bool |
| - name: stickied |
| dtype: bool |
| - name: thumbnail |
| dtype: string |
| - name: ups |
| dtype: int64 |
| - name: preview |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 144319977 |
| num_examples: 100679 |
| download_size: 68093923 |
| dataset_size: 144319977 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| language: |
| - en |
| tags: |
| - reddit |
| size_categories: |
| - 10K<n<100K |
| --- |
| |
|
|
| # r/LocalLLaMA posts |
|
|
|
|
| Posts from [r/LocalLLaMA](https://www.reddit.com/r/localllama/) pulled up through Tue Mar 3 9PM EST 2026 with [arctic-shift](https://arctic-shift.photon-reddit.com/). Now you can check if your wonderfully thought out post hasn't already been asked 30x |
|
|
|
|
|
|
| ## Usage |
|
|
|
|
| For simple semantic search, try loading it in the [vectorsearch-hub-datasets space](https://hf.co/spaces/pszemraj/vectorsearch-hub-datasets): |
|
|
|
|
|  |
|
|
| --- |