kellywong commited on
Commit
284f9e3
1 Parent(s): 4fff3a2

minor adjustment on README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -112,12 +112,12 @@ Please contact the authors to get the dataset if you have a valid LDC license.
112
  #### Training Results
113
  - **Training Time:** ~24 hours for ~46000 steps (batch size of 1) on a single A100 GPU
114
  - **Datasets:** Permuted dataset derived from Linguistic Data Consortium's (LDC) Wall Street Journal (WSJ) dataset.
 
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
122
  - **Model Inference Info:** Not available.
123
  - **Usage Scenarios:** Essay scoring, summarization, language generation.
 
112
  #### Training Results
113
  - **Training Time:** ~24 hours for ~46000 steps (batch size of 1) on a single A100 GPU
114
  - **Datasets:** Permuted dataset derived from Linguistic Data Consortium's (LDC) Wall Street Journal (WSJ) dataset.
115
+ - **Training Config:** [link](https://storage.googleapis.com/sgnlp/models/coherence_momentum/config.json)
116
 
117
  # Model Parameters
118
  - **Model Weights:** [link](https://storage.googleapis.com/sgnlp/models/coherence_momentum/pytorch_model.bin)
 
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.s
121
  - **Model Size:** ~930MB
122
  - **Model Inference Info:** Not available.
123
  - **Usage Scenarios:** Essay scoring, summarization, language generation.