Raiff1982 commited on
Commit
967090e
·
verified ·
1 Parent(s): 8fef70b

Update train_codette_lora.py

Browse files
Files changed (1) hide show
  1. train_codette_lora.py +1 -1
train_codette_lora.py CHANGED
@@ -41,7 +41,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", "")
41
  BASE_MODEL = "meta-llama/Llama-3.2-1B-Instruct"
42
  ADAPTER_REPO = "Raiff1982/codette-llama-adapter" # where adapter is pushed
43
  DATA_REPO = "Raiff1982/codette-training"
44
- DATA_FILE = "codette_combined_train.jsonl"
45
  MAX_LEN = 512
46
  EPOCHS = 3
47
  BATCH = 1
 
41
  BASE_MODEL = "meta-llama/Llama-3.2-1B-Instruct"
42
  ADAPTER_REPO = "Raiff1982/codette-llama-adapter" # where adapter is pushed
43
  DATA_REPO = "Raiff1982/codette-training"
44
+ DATA_FILE = "codette_music_training.jsonl"
45
  MAX_LEN = 512
46
  EPOCHS = 3
47
  BATCH = 1