kellywong commited on
Commit
24cf931
1 Parent(s): 6298afd

Minor fix on README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,7 +53,7 @@ If you want to find out more information, please contact us at sg-nlp@aisingapor
53
  # How to Get Started With the Model
54
 
55
  ## Install Python package
56
- SGnlp is an initiative by AI Singapore's NLP Hub. They aim to bridge the gap between research and industry, promote translational research, and encourage adoption of NLP techniques in the industry. <br><br> Various NLP models, other than aspect sentiment analysis are available in the python package. You can try them out at [NLP Hub - Demo](https://sgnlp.aisingapore.net/).
57
 
58
  ```python
59
  pip install sgnlp
@@ -115,7 +115,7 @@ Please contact the authors to get the dataset if you have a valid LDC license.
115
 
116
  # Model Parameters
117
  - **Model Weights:** [link](https://storage.googleapis.com/sgnlp/models/coherence_momentum/pytorch_model.bin)
118
- - **Model Config:** [link](https://huggingface.co/aisingapore/SenticGCN/blob/main/senticgcn/config.json) | [senticgcn-bert](https://huggingface.co/aisingapore/SenticGCN/blob/main/senticgcn_bert/config.json)
119
  - **Model Inputs:** A paragraph of text. During training, each positive example can be paired with one or more negative examples.
120
  - **Model Outputs:** Coherence score for the input text.
121
  - **Model Size:** ~930MB
 
53
  # How to Get Started With the Model
54
 
55
  ## Install Python package
56
+ SGnlp is an initiative by AI Singapore's NLP Hub. They aim to bridge the gap between research and industry, promote translational research, and encourage adoption of NLP techniques in the industry. <br><br> Various NLP models, other than aspect sentiment analysis are available in the python package. You can try them out at [SGNLP-Demo](https://sgnlp.aisingapore.net/) | [SGNLP-Github](https://github.com/aisingapore/sgnlp).
57
 
58
  ```python
59
  pip install sgnlp
 
115
 
116
  # Model Parameters
117
  - **Model Weights:** [link](https://storage.googleapis.com/sgnlp/models/coherence_momentum/pytorch_model.bin)
118
+ - **Model Config:** [link](https://storage.googleapis.com/sgnlp/models/coherence_momentum/config.json)
119
  - **Model Inputs:** A paragraph of text. During training, each positive example can be paired with one or more negative examples.
120
  - **Model Outputs:** Coherence score for the input text.
121
  - **Model Size:** ~930MB