DaFull commited on
Commit
76760cf
1 Parent(s): 88c0ff2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -63,23 +63,11 @@ Custom-trained for high accuracy in recognizing "profession," "facility," and "e
63
  Suitable for various NLP tasks, such as information extraction, content categorization, and more.
64
  Can be easily integrated into your existing spaCy-based NLP pipelines.
65
 
66
- | Feature | Description |
67
- | --- | --- |
68
- | **Name** | `en_ner_job_postings` |
69
- | **Version** | `3.6.0` |
70
- | **spaCy** | `>=3.6.0,<3.7.0` |
71
- | **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
72
- | **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
73
- | **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
74
- | **License** | `MIT` |
75
-
76
-
77
-
78
  ### Usage
79
  #### Installation
80
  ##### You can install the custom spaCy NER model using pip:
81
 
82
- ```python
83
  pip install https://huggingface.co/DaFull/en_ner_job_postings/resolve/main/en_ner_job_postings-any-py3-none-any.whl
84
 
85
  ```
@@ -110,6 +98,17 @@ The model recognizes the following entity types:
110
  - FACILITY: Denotes facilities, buildings, or locations.
111
  - EXPERIENCE: Identifies mentions of work experience, durations, or qualifications.
112
 
 
 
 
 
 
 
 
 
 
 
 
113
  ### Label Scheme
114
 
115
  <details>
 
63
  Suitable for various NLP tasks, such as information extraction, content categorization, and more.
64
  Can be easily integrated into your existing spaCy-based NLP pipelines.
65
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ### Usage
67
  #### Installation
68
  ##### You can install the custom spaCy NER model using pip:
69
 
70
+ ```bash
71
  pip install https://huggingface.co/DaFull/en_ner_job_postings/resolve/main/en_ner_job_postings-any-py3-none-any.whl
72
 
73
  ```
 
98
  - FACILITY: Denotes facilities, buildings, or locations.
99
  - EXPERIENCE: Identifies mentions of work experience, durations, or qualifications.
100
 
101
+ | Feature | Description |
102
+ | --- | --- |
103
+ | **Name** | `en_ner_job_postings` |
104
+ | **Version** | `3.6.0` |
105
+ | **spaCy** | `>=3.6.0,<3.7.0` |
106
+ | **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
107
+ | **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
108
+ | **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
109
+ | **License** | `MIT` |
110
+
111
+
112
  ### Label Scheme
113
 
114
  <details>