DaFull commited on
Commit
9e21c0a
1 Parent(s): 048ea2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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
- English pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer.
 
 
 
 
 
 
 
 
 
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
  | --- | --- |