Skip to content

Commit c9c0d3f

Browse files
authored
Update README.md
1 parent 5c98d9b commit c9c0d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if __name__ == '__main__':
6868

6969
Embeddings from Language Models (ELMo) is a contextual embedding presented in [Deep contextualized word representations](https://arxiv.org/abs/1802.05365) by Peters et al. Sample usage with PyTorch below, for a more detailed instructions for integrating ELMo with your model please refer to the official repositories [github.com/allenai/bilm-tf](https://github.com/allenai/bilm-tf) (Tensorflow) and [github.com/allenai/allennlp](https://github.com/allenai/allennlp) (PyTorch).
7070

71-
```
71+
```python
7272
from allennlp.commands.elmo import ElmoEmbedder
7373

7474
elmo = ElmoEmbedder("options.json", "weights.hdf5")

0 commit comments

Comments
 (0)