mimic / app.py
mgrbyte's picture
Fix typo.
6a0fa2b verified
raw
history blame
257 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_questions_file=example_question_files, model_id_or_path=model_id)