maorivgi
commited on
Commit
•
dacad8b
1
Parent(s):
04580dd
minor
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ well for comprehension tasks (e.g. text classification, question answering). Whe
|
|
19 |
You can use the raw model for text infilling. However, the model is mostly meant to be fine-tuned on a supervised dataset.
|
20 |
|
21 |
### How to use
|
22 |
-
To use the model, you first need to install `sled
|
23 |
```
|
24 |
-
pip install sled
|
25 |
```
|
26 |
For more installation instructions, see [here](https://github.com/Mivg/SLED#Installation).
|
27 |
|
|
|
19 |
You can use the raw model for text infilling. However, the model is mostly meant to be fine-tuned on a supervised dataset.
|
20 |
|
21 |
### How to use
|
22 |
+
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))
|
23 |
```
|
24 |
+
pip install py-sled
|
25 |
```
|
26 |
For more installation instructions, see [here](https://github.com/Mivg/SLED#Installation).
|
27 |
|