Update README.md
Browse files
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.")
|