Mehyaar commited on
Commit
e11df21
·
verified ·
1 Parent(s): 2fe35ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+
4
+ title: "Dataset for IT Skills Named Entity Recognition"
5
+ description: |
6
+ This dataset includes **5029** curriculum vitae (CV) samples, each marked with IT skills using **Named Entity Recognition** (NER). The skills are labeled in JSON files, making it easy for you to train your own NER model using tools like Spacy.
7
+ highlights:
8
+ - 5029 CV samples
9
+ - IT skills marked with NER
10
+ - JSON format for easy use with NLP tools
11
+ - Great for training NER models with Spacy
12
+
13
+ ---