Datasets:
ndrushchak
commited on
Commit
•
46e6f0e
1
Parent(s):
e57124b
Update README.md
Browse files
README.md
CHANGED
@@ -87,6 +87,14 @@ The Djinni dataset is designed with versatility in mind, supporting a wide range
|
|
87 |
}
|
88 |
```
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
## Attribution
|
91 |
|
92 |
Special thanks to [Djinni](https://djinni.co/) for providing this invaluable dataset. Their contribution is crucial in advancing research and development in AI, machine learning, and the broader tech industry. Their effort in compiling and sharing this dataset is greatly appreciated by the community.
|
|
|
87 |
}
|
88 |
```
|
89 |
|
90 |
+
## Load Dataset
|
91 |
+
|
92 |
+
```python
|
93 |
+
from datasets import load_dataset
|
94 |
+
|
95 |
+
data = load_dataset("lang-uk/recruitment-dataset-candidate-profiles-ukrainian")['train']
|
96 |
+
```
|
97 |
+
|
98 |
## Attribution
|
99 |
|
100 |
Special thanks to [Djinni](https://djinni.co/) for providing this invaluable dataset. Their contribution is crucial in advancing research and development in AI, machine learning, and the broader tech industry. Their effort in compiling and sharing this dataset is greatly appreciated by the community.
|