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