Update README.md
Browse files
README.md
CHANGED
@@ -100,4 +100,7 @@ conversations = [
|
|
100 |
{"role": "user", "content": "I want to book a flight."},
|
101 |
],
|
102 |
]
|
|
|
|
|
|
|
103 |
```
|
|
|
100 |
{"role": "user", "content": "I want to book a flight."},
|
101 |
],
|
102 |
]
|
103 |
+
|
104 |
+
scores = RM(conversations)
|
105 |
+
print(scores)
|
106 |
```
|