tainc commited on
Commit
e2e6a37
·
1 Parent(s): 6f5d173

update links from sgnlp to sgnlp-models

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -74,7 +74,7 @@ from sgnlp.models.lif_3way_ap.modules.allennlp.dataset_reader import (
74
  )
75
 
76
  model = Lif3WayApModel.from_pretrained(
77
- "https://storage.googleapis.com/sgnlp/models/lif_3way_ap/model.tar.gz",
78
  predictor_name="lif_3way_ap_predictor",
79
  )
80
 
@@ -112,10 +112,10 @@ It can be downloaded from the [author's github repository](https://github.com/nu
112
 
113
  #### Training Results
114
  - **Training Time:** ~12 hours for 13 epochs on a single V100 GPU.
115
- - **Training Config:** [link](https://storage.googleapis.com/sgnlp/models/lif_3way_ap/config.json)
116
 
117
  # Model Parameters
118
- - **Model Weights:** [link](https://storage.googleapis.com/sgnlp/models/lif_3way_ap/model.tar.gz)
119
  - **Model Inputs:** Context, historical questions and answers pairs, and candidate question.
120
  - **Model Outputs:** Probability score of whether candidate question is a valid follow-up question.
121
  - **Model Size:** ~130MB
 
74
  )
75
 
76
  model = Lif3WayApModel.from_pretrained(
77
+ "https://storage.googleapis.com/sgnlp-models/models/lif_3way_ap/model.tar.gz",
78
  predictor_name="lif_3way_ap_predictor",
79
  )
80
 
 
112
 
113
  #### Training Results
114
  - **Training Time:** ~12 hours for 13 epochs on a single V100 GPU.
115
+ - **Training Config:** [link](https://storage.googleapis.com/sgnlp-models/models/lif_3way_ap/config.json)
116
 
117
  # Model Parameters
118
+ - **Model Weights:** [link](https://storage.googleapis.com/sgnlp-models/models/lif_3way_ap/model.tar.gz)
119
  - **Model Inputs:** Context, historical questions and answers pairs, and candidate question.
120
  - **Model Outputs:** Probability score of whether candidate question is a valid follow-up question.
121
  - **Model Size:** ~130MB