Update README.md
Browse files
README.md
CHANGED
@@ -76,10 +76,12 @@ The model is not intended for use in math and coding tasks.
|
|
76 |
## How to Get Started with the Model
|
77 |
|
78 |
## Usage
|
79 |
-
The model requires
|
|
|
|
|
80 |
```bash
|
81 |
python -m pip install numpy torch huggingface_hub transformers sentencepiece
|
82 |
-
```
|
83 |
|
84 |
After installation, here's an example of how to use the model:
|
85 |
|
|
|
76 |
## How to Get Started with the Model
|
77 |
|
78 |
## Usage
|
79 |
+
The model requires a few libraries that can be installed in your python environment:
|
80 |
+
|
81 |
+
|
82 |
```bash
|
83 |
python -m pip install numpy torch huggingface_hub transformers sentencepiece
|
84 |
+
```
|
85 |
|
86 |
After installation, here's an example of how to use the model:
|
87 |
|