Views
No views yet
Gemma3ForCausalLM architecture from Hugging Face Transformers..jsonl)1SRC_LANG = "en"
2TGT_LANG = "kk"
3MODEL_PATH = "/path/to/your/model"
4TEST_FILE = "/path/to/test_file.jsonl"
5OUTPUT_JSON = "/path/to/output_file.jsonl"
6MAX_NEW_TOKS = 64
7DEVICE = "cuda" # or "cpu"export CUDA_VISIBLE_DEVICES=2,3,4,5python eval_blue.py