mimic / app.py
mgrbyte's picture
Update to new version of mimic.
b541e08 verified
raw
history blame
247 Bytes
from techiaith.mimic import ui
model_id: str = "techiaith/llama-3-8b-instruct-ctp-cy"
example_question_files = [
"instructions-cy.jsonl",
"instructions-en.jsonl",
]
ui.main(example_question_file=example_question_files, model_id=model_id)