ndrushchak commited on
Commit
2feb8e8
1 Parent(s): dccf4e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -64,6 +64,14 @@ The Djinni dataset is designed with versatility in mind, supporting a wide range
64
 
65
  - **Strategic Planning:** By enabling the automatic identification of company domains, the dataset assists in strategic market planning.
66
 
 
 
 
 
 
 
 
 
67
  ## BibTeX entry and citation info
68
  *When publishing results based on this dataset please refer to:*
69
  ```bibtex
 
64
 
65
  - **Strategic Planning:** By enabling the automatic identification of company domains, the dataset assists in strategic market planning.
66
 
67
+ ## Load Dataset
68
+
69
+ ```python
70
+ from datasets import load_dataset
71
+
72
+ data = load_dataset("lang-uk/recruitment-dataset-job-descriptions-ukrainian")['train']
73
+ ```
74
+
75
  ## BibTeX entry and citation info
76
  *When publishing results based on this dataset please refer to:*
77
  ```bibtex