Rawat29 commited on
Commit
8e1f5d0
1 Parent(s): bbb494a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,11 +1,11 @@
1
- # CYBERT
2
 
3
  BERT model dedicated to the domain of cyber security. The model has been trained on a corpus of high-quality cyber security and computer science text and is unlikely to work outside this domain.
4
 
5
 
6
- #Model architecture
7
  The model architecture used is original Roberta and tokenizer to train the corpus is Byte Level.
8
 
9
- #Hardware
10
  The model is trained on GPU NVIDIA-SMI 510.54
11
 
 
1
+ ## CYBERT
2
 
3
  BERT model dedicated to the domain of cyber security. The model has been trained on a corpus of high-quality cyber security and computer science text and is unlikely to work outside this domain.
4
 
5
 
6
+ ##Model architecture
7
  The model architecture used is original Roberta and tokenizer to train the corpus is Byte Level.
8
 
9
+ ##Hardware
10
  The model is trained on GPU NVIDIA-SMI 510.54
11