Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarjoshi90 authored Sep 22, 2019
1 parent bdd1525 commit f672217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please download following files to use the *pretrained coreference models* on yo
| BERT-large | 76.9 |
| SpanBERT-large | 79.6 |

`./download_pretrained.sh <model_name>` (e.g,: bert_base, bert_large, speanbert_base, spanbert_large; assumes that `$data_dir` is set) This downloads BERT/SpanBERT models finetuned on OntoNotes. The non-finetuned version of SpanBERT weights will be released soon. You can use these models with `evaluate.py` and `predict.py` (the the section on Batched Prediction Instructions)
`./download_pretrained.sh <model_name>` (e.g,: bert_base, bert_large, spanbert_base, spanbert_large; assumes that `$data_dir` is set) This downloads BERT/SpanBERT models finetuned on OntoNotes. The non-finetuned version of SpanBERT weights will be released soon. You can use these models with `evaluate.py` and `predict.py` (the the section on Batched Prediction Instructions)


## Training / Finetuning Instructions
Expand Down

0 comments on commit f672217

Please sign in to comment.