Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,9 @@ The model should be used to transform raw LLM assistant responses into empatic o
|
|
11 |
## How to Get Started with the Model
|
12 |
|
13 |
```python
|
|
|
|
|
|
|
14 |
model_name = "empathy-ak/vikhr-12b-v0"
|
15 |
hf_token = "" # Pass your Hugging Face token here
|
16 |
|
|
|
11 |
## How to Get Started with the Model
|
12 |
|
13 |
```python
|
14 |
+
|
15 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
16 |
+
|
17 |
model_name = "empathy-ak/vikhr-12b-v0"
|
18 |
hf_token = "" # Pass your Hugging Face token here
|
19 |
|