Commit
·
dcea747
1
Parent(s):
105c507
See Also
Browse files
README.md
CHANGED
|
@@ -31,3 +31,7 @@ p=[model.config.id2label[q] for q in torch.argmax(model(tokenizer.encode(s,retur
|
|
| 31 |
print(list(zip(t,p)))
|
| 32 |
```
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
print(list(zip(t,p)))
|
| 32 |
```
|
| 33 |
|
| 34 |
+
## See Also
|
| 35 |
+
|
| 36 |
+
[esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa models
|
| 37 |
+
|