karthiksundaravel/train_ai_model

0

stars

1

commits

Python

primary language

Jun 26, 2025

updated

README

Train a model

main$ export MODEL=~/.cache/huggingface/hub/models--ibm-granite--granite-3.3-2b-instruct/snapshots/707f574c62054322f6b5b04b6d075f0a8f05e0f0/

main$ export DATA=~/train_ai_model/dataset/training/training.yaml

main$ python3 src/train_granite_3_3_2b_instruct.py --model_path $MODEL --data_path $DATA

Evaluate the model

main$ python3 src/ui.py src/ui.py --model_path $MODEL --rating_result_path

Contributors

karthiksundaravel/train_ai_model

0

stars

1

commits

Python

primary language

Jun 26, 2025

updated

README

Train a model

main$ export MODEL=~/.cache/huggingface/hub/models--ibm-granite--granite-3.3-2b-instruct/snapshots/707f574c62054322f6b5b04b6d075f0a8f05e0f0/

main$ export DATA=~/train_ai_model/dataset/training/training.yaml

main$ python3 src/train_granite_3_3_2b_instruct.py --model_path $MODEL --data_path $DATA

Evaluate the model

main$ python3 src/ui.py src/ui.py --model_path $MODEL --rating_result_path

Contributors

Languages

Python

100.0%