system HF staff commited on
Commit
94d96a3
1 Parent(s): 6cd0055

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # DialogRPT-human-vs-rand
2
 
3
  ### Dialog Ranking Pretrained Transformers
@@ -27,16 +40,6 @@ We considered the following tasks and provided corresponding pretrained models.
27
 
28
 
29
 
30
- ### Examples:
31
- The `human_vs_rand` 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_rand` 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)
42
 
1
+ # Demo
2
+
3
+ Please try this [➤➤➤ Colab Notebook Demo (click me!)](https://colab.research.google.com/drive/1cAtfkbhqsRsT59y3imjR1APw3MHDMkuV?usp=sharing)
4
+
5
+ | Context | Response | `human_vs_rand` score |
6
+ | :------ | :------- | :------------: |
7
+ | I love NLP! | He is a great basketball player. | 0.027 |
8
+ | I love NLP! | Can you tell me how it works? | 0.754 |
9
+ | I love NLP! | Me too! | 0.631 |
10
+
11
+ The `human_vs_rand` score predicts how likely the response is corresponding to the given context, rather than a random response.
12
+
13
+
14
  # DialogRPT-human-vs-rand
15
 
16
  ### Dialog Ranking Pretrained Transformers
40
 
41
 
42
 
 
 
 
 
 
 
 
 
 
 
43
  ### Contact:
44
  Please create an issue on [our repo](https://github.com/golsun/DialogRPT)
45