DongfuJiang commited on
Commit
005b72a
·
verified ·
1 Parent(s): f1d4f47

Update README.md

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