Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ Please cite the original paper if you decide to use the model:
|
|
| 31 |
|
| 32 |
`awesome-align` is a tool that can extract word alignments from multilingual BERT (mBERT) [Demo](https://colab.research.google.com/drive/1205ubqebM0OsZa1nRgbGJBtitgHqIVv6?usp=sharing) and allows you to fine-tune mBERT on parallel corpora for better alignment quality (see our paper for more details).
|
| 33 |
|
| 34 |
-
## Usage
|
| 35 |
|
| 36 |
```python
|
| 37 |
from transformers import AutoModel, AutoTokenizer
|
|
|
|
| 31 |
|
| 32 |
`awesome-align` is a tool that can extract word alignments from multilingual BERT (mBERT) [Demo](https://colab.research.google.com/drive/1205ubqebM0OsZa1nRgbGJBtitgHqIVv6?usp=sharing) and allows you to fine-tune mBERT on parallel corpora for better alignment quality (see our paper for more details).
|
| 33 |
|
| 34 |
+
## Usage (copied from this [DEMO](https://colab.research.google.com/drive/1205ubqebM0OsZa1nRgbGJBtitgHqIVv6?usp=sharing) )
|
| 35 |
|
| 36 |
```python
|
| 37 |
from transformers import AutoModel, AutoTokenizer
|