system HF Staff commited on
Commit
09ea549
·
1 Parent(s): 93d2c11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -28,14 +28,13 @@ We considered the following tasks and provided corresponding pretrained models.
28
 
29
 
30
  ### Examples:
31
- The `human_vs_machine` score predicts how likely the response is corresponding to the given context, rather than a random response.
32
  Examples below can be reproduced with this [Colab Notebook](https://colab.research.google.com/drive/1cAtfkbhqsRsT59y3imjR1APw3MHDMkuV?usp=sharing)
33
 
34
  | Context | Response | `human_vs_machine` score |
35
  | :------ | :------- | :------------: |
36
- | I love NLP! | He is a great basketball player. | 0.027 |
37
- | I love NLP! | Can you tell me how it works? | 0.754 |
38
- | I love NLP! | Me too! | 0.631 |
39
 
40
  ### Contact:
41
  Please create an issue on [our repo](https://github.com/golsun/DialogRPT)
 
28
 
29
 
30
  ### Examples:
31
+ The `human_vs_machine` score predicts how likely the response is from a human rather than a machine.
32
  Examples below can be reproduced with this [Colab Notebook](https://colab.research.google.com/drive/1cAtfkbhqsRsT59y3imjR1APw3MHDMkuV?usp=sharing)
33
 
34
  | Context | Response | `human_vs_machine` score |
35
  | :------ | :------- | :------------: |
36
+ | I love NLP! | I'm not sure if it's a good idea. | 0.000 |
37
+ | I love NLP! | Me too! | 0.605 |
 
38
 
39
  ### Contact:
40
  Please create an issue on [our repo](https://github.com/golsun/DialogRPT)