sohomn commited on
Commit
2ea84e2
·
verified ·
1 Parent(s): c22bdbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # DeBERTa-v3 Log Entity Recognition Model
3
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ library_name: transformers
5
+ pipeline_tag: token-classification
6
+ tags:
7
+ - deberta
8
+ - ner
9
+ - token-classification
10
+ - cybersecurity
11
+ - logs
12
+ base_model: microsoft/deberta-v3-base
13
+ ---
14
 
15
  # DeBERTa-v3 Log Entity Recognition Model
16