ndrushchak
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -67,6 +67,14 @@ The Djinni dataset is designed with versatility in mind, supporting a wide range
|
|
67 |
|
68 |
- **Strategic Planning:** By enabling the automatic identification of company domains, the dataset assists in strategic market planning.
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
## BibTeX entry and citation info
|
71 |
*When publishing results based on this dataset please refer to:*
|
72 |
```bibtex
|
|
|
67 |
|
68 |
- **Strategic Planning:** By enabling the automatic identification of company domains, the dataset assists in strategic market planning.
|
69 |
|
70 |
+
## Load Dataset
|
71 |
+
|
72 |
+
```python
|
73 |
+
from datasets import load_dataset
|
74 |
+
|
75 |
+
data = load_dataset("lang-uk/recruitment-dataset-candidate-profiles-english")['train']
|
76 |
+
```
|
77 |
+
|
78 |
## BibTeX entry and citation info
|
79 |
*When publishing results based on this dataset please refer to:*
|
80 |
```bibtex
|