Spaces:
Sleeping
Sleeping
File size: 299 Bytes
ef3cb04 f8fd92d b541e08 ef3cb04 b541e08 ef3cb04 6a0fa2b |
1 2 3 4 5 6 7 8 9 10 11 |
from pathlib import Path
from techiaith.mimic import ui
model_id: str = "techiaith/llama-3-8b-instruct-ctp-cy"
example_question_files = list(map(Path, [
"instructions-cy.jsonl",
"instructions-en.jsonl",
]))
ui.main(example_questions_file=example_question_files, model_id_or_path=model_id)
|