Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,8 @@ To use the model with a transformers pipeline:
|
|
| 24 |
>>> pos(text)
|
| 25 |
[{'entity': 'adj', 'score': 0.9972628, 'index': 1, 'word': 'عامل', 'start': 0, 'end': 4}, {'entity': 'pron_interrog', 'score': 0.9525163, 'index': 2, 'word': 'ايه', 'start': 5, 'end': 8}, {'entity': 'punc', 'score': 0.99869114, 'index': 3, 'word': '؟', 'start': 9, 'end': 10}]
|
| 26 |
```
|
| 27 |
-
*Note*: to download our models, you would need `transformers>=3.5.0`.
|
|
|
|
| 28 |
## Citation
|
| 29 |
```bibtex
|
| 30 |
@inproceedings{inoue-etal-2021-interplay,
|
|
|
|
| 24 |
>>> pos(text)
|
| 25 |
[{'entity': 'adj', 'score': 0.9972628, 'index': 1, 'word': 'عامل', 'start': 0, 'end': 4}, {'entity': 'pron_interrog', 'score': 0.9525163, 'index': 2, 'word': 'ايه', 'start': 5, 'end': 8}, {'entity': 'punc', 'score': 0.99869114, 'index': 3, 'word': '؟', 'start': 9, 'end': 10}]
|
| 26 |
```
|
| 27 |
+
*Note*: to download our models, you would need `transformers>=3.5.0`.
|
| 28 |
+
Otherwise, you could download the models manually.
|
| 29 |
## Citation
|
| 30 |
```bibtex
|
| 31 |
@inproceedings{inoue-etal-2021-interplay,
|