CoolFace
Datasetpublic

exeyarikus/ru-tech-jobs

Russian Tech Jobs Dataset Description Dataset contains job vacancy posts from one of Telegram channels focusing on IT and tech recruitment. Data Fields id: Unique identifier of the post. date: ISO timestamp of when the job was posted. text: The raw text of the post with markdown. views: The view count of the post at the time of scraping. tags: Special tags thats will be taken from text. How to use from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/exeyarikus/ru-tech-jobs.

sourceHugging Facemitupdated 26d agoView on Hugging Face
0likes84downloads
Dataset Card

Russian Tech Jobs

Dataset Description

Dataset contains job vacancy posts from one of Telegram channels focusing on IT and tech recruitment.

Data Fields

  • id: Unique identifier of the post.
  • date: ISO timestamp of when the job was posted.
  • text: The raw text of the post with markdown.
  • views: The view count of the post at the time of scraping.
  • tags: Special tags thats will be taken from text.

How to use

python
from datasets import load_dataset

dataset = load_dataset("exeyarikus/ru-tech-jobs")
print(dataset['train'][0])