Atquiya-Labiba commited on
Commit ·
1c2604c
1
Parent(s): 5a6c1f5
Updated app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import onnxruntime as rt
|
|
| 3 |
from transformers import AutoTokenizer
|
| 4 |
import torch, json
|
| 5 |
|
| 6 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 7 |
|
| 8 |
|
| 9 |
with open("tag_types_encoded.json", "r") as fp:
|
|
|
|
| 3 |
from transformers import AutoTokenizer
|
| 4 |
import torch, json
|
| 5 |
|
| 6 |
+
tokenizer = AutoTokenizer.from_pretrained("distilroberta-base")
|
| 7 |
|
| 8 |
|
| 9 |
with open("tag_types_encoded.json", "r") as fp:
|