Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,13 @@ The model is not intended for use in math and coding tasks.
|
|
74 |
## How to Get Started with the Model
|
75 |
|
76 |
## Usage
|
77 |
-
The model requires
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
After installation, here's an example of how to use the model:
|
79 |
|
80 |
As this model is a fine-tuned model, it must be used with the provided prompt template. Using the model without the prompt template is not intended and is not recommended. The prompt template is defined as follows:
|
|
|
74 |
## How to Get Started with the Model
|
75 |
|
76 |
## Usage
|
77 |
+
The model requires a few libraries that can be installed in your python environment:
|
78 |
+
|
79 |
+
|
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 |
|
86 |
As this model is a fine-tuned model, it must be used with the provided prompt template. Using the model without the prompt template is not intended and is not recommended. The prompt template is defined as follows:
|