KseniiaCheloshkina commited on
Commit
74d074f
·
verified ·
1 Parent(s): 95d7383

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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