aertoria commited on
Commit
abd4844
1 Parent(s): a40f13c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,10 +1,18 @@
1
- Aoberta model is a model fintuned based on BERT.
2
- This model is optimized for PII and IP content detection from a given string
3
-
4
  ---
5
  license: apache-2.0
 
 
 
 
 
 
6
  ---
7
-
 
8
 
9
  This model has a evaluation framework build for it, open sourced at
10
- https://github.com/aertoria/DMBertA-EVAL
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - google-bert/bert-base-uncased
5
+ tags:
6
+ - NER
7
+ - bert
8
+ - transformer
9
  ---
10
+ Aoberta model is a model fintuned based on BERT.
11
+ This model is optimized for PII and IP content detection from a given string
12
 
13
  This model has a evaluation framework build for it, open sourced at
14
+ https://github.com/aertoria/DMBertA-EVAL
15
+
16
+ ---
17
+ license: apache-2.0
18
+ ---