Update visualize.py
Browse files- visualize.py +2 -2
visualize.py
CHANGED
@@ -103,10 +103,10 @@ roberta_large_qa_predictor = (
|
|
103 |
)
|
104 |
)
|
105 |
flan_t5_qa_predictor = transformers.AutoModelForTokenClassification.from_pretrained(
|
106 |
-
"shroom-semeval25/cogumelo-hallucinations-detector-flan-t5-xl-qa-
|
107 |
)
|
108 |
flan_t5_qa_tokenizer = transformers.AutoTokenizer.from_pretrained(
|
109 |
-
"shroom-semeval25/cogumelo-hallucinations-detector-flan-t5-xl-qa-
|
110 |
)
|
111 |
|
112 |
|
|
|
103 |
)
|
104 |
)
|
105 |
flan_t5_qa_predictor = transformers.AutoModelForTokenClassification.from_pretrained(
|
106 |
+
"shroom-semeval25/cogumelo-hallucinations-detector-flan-t5-xl-qa-v3"
|
107 |
)
|
108 |
flan_t5_qa_tokenizer = transformers.AutoTokenizer.from_pretrained(
|
109 |
+
"shroom-semeval25/cogumelo-hallucinations-detector-flan-t5-xl-qa-v3"
|
110 |
)
|
111 |
|
112 |
|