sjmeis commited on
Commit
28f15bd
·
verified ·
1 Parent(s): 475a5a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model: prajjwal1/bert-small
6
+ pipeline_tag: token-classification
7
+ ---
8
+
9
+ # Model Card for firmNER-v2-small
10
+
11
+ <!-- Provide a quick summary of what the model is/does. -->
12
+
13
+ firmNER is a fine-tuned BERT model that specializes in identifying firm (company) names in text documents.
14
+