CoolFace
Datasetpublic

dansbecker/hackernews_hiring_posts

This dataset contains postings and comments from the following recurring threads on Hacker News Ask HN: Who is hiring? Ask HN: Who wants to be hired? Freelancer? Seeking freelancer? These post types are stored in datasets called hiring, wants_to_be_hired and freelancer respectively. Each type of posting has occurred on a regular basis for several years. You can identify when each comment/listing was added through the CommentTime field. The ParentTitle also indicates the date of the parent… See the full description on the dataset page: https://huggingface.co/datasets/dansbecker/hackernews_hiring_posts.

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes97downloads
dataset_info.json40 linesDownload Raw Back to freelancer
1{2  "builder_name": null,3  "citation": "",4  "config_name": null,5  "dataset_size": null,6  "description": "",7  "download_checksums": null,8  "download_size": null,9  "features": {10    "text": {11      "dtype": "string",12      "id": null,13      "_type": "Value"14    },15    "CommentTime": {16      "dtype": "string",17      "id": null,18      "_type": "Value"19    },20    "CommentAuthor": {21      "dtype": "string",22      "id": null,23      "_type": "Value"24    },25    "ParentTitle": {26      "dtype": "string",27      "id": null,28      "_type": "Value"29    }30  },31  "homepage": "",32  "license": "",33  "post_processed": null,34  "post_processing_size": null,35  "size_in_bytes": null,36  "splits": null,37  "supervised_keys": null,38  "task_templates": null,39  "version": null40}