Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: token-classification
|
| 5 |
+
tags:
|
| 6 |
+
- token-classification
|
| 7 |
+
- ner
|
| 8 |
+
- mining
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# RadiXplore NER Model
|
| 12 |
+
|
| 13 |
+
This is a `distilbert-base-cased` model fine-tuned for Named Entity Recognition on mining project reports.
|
| 14 |
+
It identifies PROJECT, PROSPECT, LOCATION, and ORGANIZATION entities.
|