Skip to content

Commit f9433b3

Browse files
committed
remove unnecessary steps from readme
1 parent 87d34f5 commit f9433b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This repository implements deep learning transformer models in MATLAB.
1515
## Getting Started
1616
Download or [clone](https://www.mathworks.com/help/matlab/matlab_prog/use-source-control-with-projects.html#mw_4cc18625-9e78-4586-9cc4-66e191ae1c2c) this repository to your machine and open it in MATLAB.
1717

18-
For R2020a or R2020b download the repo at the corresponding tagged release, or if you are using `git` then `git checkout <release>` where `<release>` is `R2020a` or `R2020b`.
19-
2018
## Functions
2119
### bert
2220
`mdl = bert` loads a pretrained BERT transformer model and if necessary, downloads the model weights. The output `mdl` is structure with fields `Tokenizer` and `Parameters` that contain the BERT tokenizer and the model parameters, respectively.

0 commit comments

Comments
 (0)