codechrl commited on
Commit
a44511b
·
verified ·
1 Parent(s): a619d98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -3,9 +3,14 @@ language:
3
  - en
4
  - id
5
  tags:
 
6
  - text-classification
 
7
  - cybersecurity
 
 
8
  base_model: google-bert/bert-base-cased
 
9
  ---
10
 
11
  # bert-base-cybersecurity
@@ -67,4 +72,4 @@ predicted_class = logits.argmax(dim=-1).item()
67
  - **Learning rate**: 5e-05
68
  - **Epochs**: 3
69
  - **Batch size**: 1
70
- - **Max sequence length**: 512
 
3
  - en
4
  - id
5
  tags:
6
+ - bert
7
  - text-classification
8
+ - token-classification
9
  - cybersecurity
10
+ - fill-mask
11
+ - named-entity-recognition
12
  base_model: google-bert/bert-base-cased
13
+ library_name: transformers
14
  ---
15
 
16
  # bert-base-cybersecurity
 
72
  - **Learning rate**: 5e-05
73
  - **Epochs**: 3
74
  - **Batch size**: 1
75
+ - **Max sequence length**: 512