kellywong commited on
Commit
a472df7
·
1 Parent(s): 049d96d

update model weights & config @ readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -238,8 +238,8 @@ The training datasets can be retrieved from the following Sentic-GCN([github](ht
238
  - **Datasets:** SemEval14-Laptop/ SemEval14-Restaurant/ SemEval15-Restaurant/ SemEval16-Restaurant
239
 
240
  # Model Parameters
241
- - **Model Weights:** [link](https://storage.googleapis.com/sgnlp/models/sentic_gcn/senticgcn_bert/pytorch_model.bin)
242
- - **Model Config:** [link](https://storage.googleapis.com/sgnlp/models/sentic_gcn/senticgcn_bert/config.json)
243
  - **Model Inputs:** Aspect (word), sentence containing the aspect
244
  - **Model Outputs:** Sentiment of aspect, -1 (negative), 0 (neutral), 1 (postive)
245
  - **Model Inference Info:** 1 sec on Intel(R) i7 Quad-Core @ 1.7GHz.
 
238
  - **Datasets:** SemEval14-Laptop/ SemEval14-Restaurant/ SemEval15-Restaurant/ SemEval16-Restaurant
239
 
240
  # Model Parameters
241
+ - **Model Weights:** [senticgcn](https://huggingface.co/aisingapore/SenticGCN/blob/main/senticgcn/pytorch_model.bin) | [senticgcn-bert](https://huggingface.co/aisingapore/SenticGCN/blob/main/senticgcn_bert/pytorch_model.bin)
242
+ - **Model Config:** [senticgcn](https://huggingface.co/aisingapore/SenticGCN/blob/main/senticgcn/config.json) | [senticgcn-bert](https://huggingface.co/aisingapore/SenticGCN/blob/main/senticgcn_bert/config.json)
243
  - **Model Inputs:** Aspect (word), sentence containing the aspect
244
  - **Model Outputs:** Sentiment of aspect, -1 (negative), 0 (neutral), 1 (postive)
245
  - **Model Inference Info:** 1 sec on Intel(R) i7 Quad-Core @ 1.7GHz.