maorivgi
commited on
Commit
•
cfc4055
1
Parent(s):
92db9b7
minor
Browse files
README.md
CHANGED
@@ -21,9 +21,9 @@ T5 v1.1 includes several improvments on top of the original checkpoint. see its
|
|
21 |
You can use the raw model for text infilling. However, the model is mostly meant to be fine-tuned on a supervised dataset.
|
22 |
|
23 |
### How to use
|
24 |
-
To use the model, you first need to install `sled
|
25 |
```
|
26 |
-
pip install sled
|
27 |
```
|
28 |
For more installation instructions, see [here](https://github.com/Mivg/SLED#Installation).
|
29 |
|
|
|
21 |
You can use the raw model for text infilling. However, the model is mostly meant to be fine-tuned on a supervised dataset.
|
22 |
|
23 |
### How to use
|
24 |
+
To use the model, you first need to install `py-sled` in your environment (or clone the code from the [official repository](https://github.com/Mivg/SLED/blob/main/README.md))
|
25 |
```
|
26 |
+
pip install py-sled
|
27 |
```
|
28 |
For more installation instructions, see [here](https://github.com/Mivg/SLED#Installation).
|
29 |
|