chujiezheng commited on
Commit
4b173fd
1 Parent(s): 9080011

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -5,10 +5,13 @@ pipeline_tag: conversational
5
  tags:
6
  - pytorch
7
  license: cc-by-nc-4.0
8
- arxiv: 2202.13047
9
  ---
10
 
11
- [blenderbot-1B-distill](https://huggingface.co/facebook/blenderbot-1B-distill) fine-tuned on the [ESConv dataset](https://github.com/thu-coai/Emotional-Support-Conversation) and [**AugESC dataset**](https://github.com/thu-coai/AugESC). Usage example:
 
 
 
 
12
 
13
  ```python
14
  import torch
 
5
  tags:
6
  - pytorch
7
  license: cc-by-nc-4.0
 
8
  ---
9
 
10
+ [blenderbot-1B-distill](https://huggingface.co/facebook/blenderbot-1B-distill) fine-tuned on the [ESConv dataset](https://github.com/thu-coai/Emotional-Support-Conversation) and [**AugESC dataset**](https://github.com/thu-coai/AugESC).
11
+
12
+ See the [original paper](https://arxiv.org/abs/2202.13047) for details.
13
+
14
+ Usage example:
15
 
16
  ```python
17
  import torch