File size: 247 Bytes
f8fd92d
 
b541e08
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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)