tau
/

Transformers
English
tau/sled
Inference Endpoints
maorivgi commited on
Commit
cfc4055
1 Parent(s): 92db9b7
Files changed (1) hide show
  1. README.md +2 -2
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-py` in your environment (or clone the code from the [official repository](https://github.com/Mivg/SLED/blob/main/README.md))
25
  ```
26
- pip install sled-py
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