mozharovsky
commited on
Commit
·
17690fa
1
Parent(s):
fa31f3b
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ Pre-trained model on CodeSearchNet Python dataset using a span-masking objective
|
|
6 |
|
7 |
You can use this model to denoise span-masked sequences. Note, that you'll need to add some boilerplate code for adding the noise to your sequences.
|
8 |
|
9 |
-
First, install the
|
10 |
```shell
|
11 |
> pip install git-t5
|
12 |
```
|
|
|
6 |
|
7 |
You can use this model to denoise span-masked sequences. Note, that you'll need to add some boilerplate code for adding the noise to your sequences.
|
8 |
|
9 |
+
First, install the [git-t5](https://github.com/formermagic/git-t5) pip package:
|
10 |
```shell
|
11 |
> pip install git-t5
|
12 |
```
|