FinancialSupport commited on
Commit
c1c4bc2
1 Parent(s): a5e0833

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ import torch
29
  os.environ['TOKENIZERS_PARALLELISM'] = 'TRUE'
30
 
31
  model, tokenizer = FastLanguageModel.from_pretrained(
32
- model_name = "hellfire-2b", # YOUR MODEL YOU USED FOR TRAINING
33
  max_seq_length = 10000,
34
  dtype = torch.bfloat16,
35
  load_in_4bit = True,
 
29
  os.environ['TOKENIZERS_PARALLELISM'] = 'TRUE'
30
 
31
  model, tokenizer = FastLanguageModel.from_pretrained(
32
+ model_name = "FinancialSupport/hellfire-2b",
33
  max_seq_length = 10000,
34
  dtype = torch.bfloat16,
35
  load_in_4bit = True,