Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srush committed Feb 4, 2020
1 parent 5d01d63 commit 4a20908
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Structured Prediction Library (PyTorch-Struct)
# Structured Prediction Library (Torch-Struct)

[![Build Status](https://travis-ci.org/harvardnlp/pytorch-struct.svg?branch=master)](https://travis-ci.org/harvardnlp/pytorch-struct)
[![Coverage Status](https://coveralls.io/repos/github/harvardnlp/pytorch-struct/badge.svg?branch=master)](https://coveralls.io/github/harvardnlp/pytorch-struct?branch=master)
Expand Down Expand Up @@ -168,6 +168,7 @@ Everything implemented through semiring dynamic programming.

## Citation

```
@misc{alex2020torchstruct,
title={Torch-Struct: Deep Structured Prediction Library},
author={Alexander M. Rush},
Expand All @@ -176,3 +177,4 @@ Everything implemented through semiring dynamic programming.
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```

0 comments on commit 4a20908

Please sign in to comment.