Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
tags:
|
3 |
- spacy
|
4 |
- token-classification
|
|
|
5 |
language:
|
6 |
- en
|
7 |
license: mit
|
@@ -49,8 +50,19 @@ model-index:
|
|
49 |
- name: Sentences F-Score
|
50 |
type: f_score
|
51 |
value: 0.907098331
|
|
|
|
|
52 |
---
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
| Feature | Description |
|
56 |
| --- | --- |
|
|
|
2 |
tags:
|
3 |
- spacy
|
4 |
- token-classification
|
5 |
+
- ner
|
6 |
language:
|
7 |
- en
|
8 |
license: mit
|
|
|
50 |
- name: Sentences F-Score
|
51 |
type: f_score
|
52 |
value: 0.907098331
|
53 |
+
library_name: spacy
|
54 |
+
pipeline_tag: text-classification
|
55 |
---
|
56 |
+
## Custom spaCy NER Model for "Profession," "Facility," and "Experience" Entities
|
57 |
+
|
58 |
+
#### Overview
|
59 |
+
### Description
|
60 |
+
This spaCy-based Named Entity Recognition (NER) model has been custom-trained to recognize and classify entities related to "profession," "facility," and "experience." It is designed to enhance your text analysis capabilities by identifying these specific entity types in unstructured text data.
|
61 |
+
|
62 |
+
### Key Features
|
63 |
+
Custom-trained for high accuracy in recognizing "profession," "facility," and "experience" entities.
|
64 |
+
Suitable for various NLP tasks, such as information extraction, content categorization, and more.
|
65 |
+
Can be easily integrated into your existing spaCy-based NLP pipelines.
|
66 |
|
67 |
| Feature | Description |
|
68 |
| --- | --- |
|