kellywong
commited on
Commit
•
24cf931
1
Parent(s):
6298afd
Minor fix on README.md
Browse files
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 [
|
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://
|
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
|