Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,9 @@ This model is a merged version of [parlance-labs/hc-mistral-alpaca](https://hugg
|
|
2 |
|
3 |
## Usage
|
4 |
|
5 |
-
|
|
|
|
|
6 |
|
7 |
```python
|
8 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
2 |
|
3 |
## Usage
|
4 |
|
5 |
+
You can use this model with the following code:
|
6 |
+
|
7 |
+
First, download the model
|
8 |
|
9 |
```python
|
10 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|