unpairedelectron07 commited on
Commit
5dedfd6
·
verified ·
1 Parent(s): 9171fb1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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.