Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,7 @@ print(comparison_results)
|
|
84 |
|
85 |
You can also easily compare two conversations like the followings:
|
86 |
```python
|
|
|
87 |
from transformers import AutoTokenizer
|
88 |
|
89 |
tokenizer = AutoTokenizer.from_pretrained("microsoft/deberta-v3-large")
|
|
|
84 |
|
85 |
You can also easily compare two conversations like the followings:
|
86 |
```python
|
87 |
+
import jinja2
|
88 |
from transformers import AutoTokenizer
|
89 |
|
90 |
tokenizer = AutoTokenizer.from_pretrained("microsoft/deberta-v3-large")
|