Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,6 @@ scores = model.predict(tokenized_pairs)
|
|
54 |
|
55 |
```python
|
56 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
57 |
-
|
58 |
import torch
|
59 |
|
60 |
model = AutoModelForSequenceClassification.from_pretrained('itdainb/vietnamese-cross-encoder')
|
|
|
54 |
|
55 |
```python
|
56 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
57 |
import torch
|
58 |
|
59 |
model = AutoModelForSequenceClassification.from_pretrained('itdainb/vietnamese-cross-encoder')
|