seungone commited on
Commit
a97b583
1 Parent(s): 5a61ec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -70,7 +70,8 @@ Score 5: {score5_description}
70
  ###Feedback:
71
  ```
72
 
73
- After this, you should apply the conversation template of Llama-2-Chat (not applying it might lead to unexpected behaviors)
 
74
  ```
75
  conv = get_conv_template("llama-2")
76
  conv.set_system_message("You are a fair evaluator language model.")
 
70
  ###Feedback:
71
  ```
72
 
73
+ After this, you should apply the conversation template of Llama-2-Chat (not applying it might lead to unexpected behaviors).
74
+ You can find the conversation class at this [link](https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py).
75
  ```
76
  conv = get_conv_template("llama-2")
77
  conv.set_system_message("You are a fair evaluator language model.")