kellywong commited on
Commit
5a8a37a
1 Parent(s): 642c1f2

add demo from huggingface-space

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -133,7 +133,7 @@ model-index:
133
  ---
134
 
135
  # RST Pointer
136
- You can **test the model** at [SGNLP](https://sgnlp.aisingapore.net/discourse-parsing).<br />
137
  If you want to find out more information, please contact us at sg-nlp@aisingapore.org.
138
 
139
  ## Table of Contents
@@ -162,7 +162,7 @@ pip install sgnlp
162
  ```
163
 
164
  ## Examples
165
- For more full code (such as RST-Pointer), please refer to this [github](https://github.com/aisingapore/sgnlp). <br> Alternatively, you can also try out the [demo](https://sgnlp.aisingapore.net/discourse-parsing) for Discourse-Parsing.
166
 
167
  Example of RST-Pointer modelling on Discourse Parsing:
168
  ```python
 
133
  ---
134
 
135
  # RST Pointer
136
+ You can **test the model** at [Discourse Parsing](https://huggingface.co/spaces/aisingapore/discourse-parsing).<br />
137
  If you want to find out more information, please contact us at sg-nlp@aisingapore.org.
138
 
139
  ## Table of Contents
 
162
  ```
163
 
164
  ## Examples
165
+ For more full code (such as RST-Pointer), please refer to this [github](https://github.com/aisingapore/sgnlp). <br> Alternatively, you can also try out the [demo](https://huggingface.co/spaces/aisingapore/discourse-parsing) for Discourse-Parsing.
166
 
167
  Example of RST-Pointer modelling on Discourse Parsing:
168
  ```python