Mehyaar commited on
Commit
1f1be3d
·
verified ·
1 Parent(s): 7e15edd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
4
  **IT Skills Named Entity Recognition (NER) Dataset**
5
 
6
- ## Description**:
7
  This dataset includes **5,029** curriculum vitae (CV) samples, each annotated with IT skills using **Named Entity Recognition (NER)**. The skills are manually labeled and extracted from PDFs, and the data is provided in JSON format. This dataset is ideal for training and evaluating NER models, especially for extracting IT skills from CVs.
8
 
9
  ## Highlights:
@@ -83,4 +87,4 @@ annotations = first_cv['annotations']
83
  print(f"Text: {text}")
84
  print(f"Annotations: {annotations}")
85
 
86
- ```
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 1K<n<10K
7
  ---
8
  **IT Skills Named Entity Recognition (NER) Dataset**
9
 
10
+ ## Description:
11
  This dataset includes **5,029** curriculum vitae (CV) samples, each annotated with IT skills using **Named Entity Recognition (NER)**. The skills are manually labeled and extracted from PDFs, and the data is provided in JSON format. This dataset is ideal for training and evaluating NER models, especially for extracting IT skills from CVs.
12
 
13
  ## Highlights:
 
87
  print(f"Text: {text}")
88
  print(f"Annotations: {annotations}")
89
 
90
+ ```