system HF staff commited on
Commit
81ae5ee
1 Parent(s): 638a193

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # DialogRPT-updown
2
 
3
  ### Dialog Ranking Pretrained Transformers
@@ -26,16 +37,6 @@ We considered the following tasks and provided corresponding pretrained models.
26
  | `human_vs_machine`| ... a machine generated response | [model card](https://huggingface.co/microsoft/DialogRPT-human-vs-machine) |
27
 
28
 
29
-
30
- ### Examples:
31
- The `updown` score predicts how likely the response is getting upvoted.
32
- Examples below can be reproduced with this [Colab Notebook](https://colab.research.google.com/drive/1cAtfkbhqsRsT59y3imjR1APw3MHDMkuV?usp=sharing)
33
-
34
- | Context | Response | `updown` score |
35
- | :------ | :------- | :------------: |
36
- | I love NLP! | Here’s a free textbook (URL) in case anyone needs it. | 0.613 |
37
- | I love NLP! | Me too! | 0.111 |
38
-
39
  ### Contact:
40
  Please create an issue on [our repo](https://github.com/golsun/DialogRPT)
41
 
1
+ # ➤➤➤ Demo
2
+
3
+ Please try this [➤➤➤ Colab Notebook Demo](https://colab.research.google.com/drive/1cAtfkbhqsRsT59y3imjR1APw3MHDMkuV?usp=sharing)
4
+
5
+ | Context | Response | `updown` score |
6
+ | :------ | :------- | :------------: |
7
+ | I love NLP! | Here’s a free textbook (URL) in case anyone needs it. | 0.613 |
8
+ | I love NLP! | Me too! | 0.111 |
9
+
10
+ The `updown` score predicts how likely the response is getting upvoted.
11
+
12
  # DialogRPT-updown
13
 
14
  ### Dialog Ranking Pretrained Transformers
37
  | `human_vs_machine`| ... a machine generated response | [model card](https://huggingface.co/microsoft/DialogRPT-human-vs-machine) |
38
 
39
 
 
 
 
 
 
 
 
 
 
 
40
  ### Contact:
41
  Please create an issue on [our repo](https://github.com/golsun/DialogRPT)
42