mod
This commit is contained in:
parent
02aa12d24e
commit
58995c1181
4
hft.py
4
hft.py
|
|
@ -219,9 +219,7 @@ def generate_answer_with_source(question, model, tokenizer, source_mapper, max_l
|
||||||
|
|
||||||
# Testowanie
|
# Testowanie
|
||||||
test_questions = [
|
test_questions = [
|
||||||
"Jaki jest wymiar urlopu wypoczynkowego?",
|
"Jak brzmi art. 154 kodeksu pracy?"
|
||||||
"Jakie są zasady bezpieczeństwa na budowie?",
|
|
||||||
"Wyjaśnij procedurę zwolnienia grupowego"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
print("\n=== TEST MODELU ===")
|
print("\n=== TEST MODELU ===")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue