0xtaipoian commited on
Commit
e4792ff
1 Parent(s): 768c5a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -59,7 +59,6 @@ bnb_config = BitsAndBytesConfig(
59
  tokenizer = AutoTokenizer.from_pretrained(model_name)
60
  model = AutoModelForCausalLM.from_pretrained(
61
  model_name,
62
- revision="main", #qlora-merged (qLoRA finetuned for 3 epochs) or main (full parameter finetune for 1 epoch)
63
  torch_dtype=torch.bfloat16,
64
  trust_remote_code=True,
65
  quantization_config=bnb_config,
 
59
  tokenizer = AutoTokenizer.from_pretrained(model_name)
60
  model = AutoModelForCausalLM.from_pretrained(
61
  model_name,
 
62
  torch_dtype=torch.bfloat16,
63
  trust_remote_code=True,
64
  quantization_config=bnb_config,