Update README.md
Browse files
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 |
+
|