Wajdi1976 commited on
Commit
63eb912
·
verified ·
1 Parent(s): 0bddeb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ max_seq_length = 128 # Choose any! We auto support RoPE Scaling internally!
35
  dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
36
  load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
37
  model, tokenizer = FastLanguageModel.from_pretrained(
38
- model_name = "linagora/Labess-7b-chat-v1",
39
  max_seq_length = max_seq_length,
40
  dtype = dtype,
41
  load_in_4bit = load_in_4bit,
 
35
  dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
36
  load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
37
  model, tokenizer = FastLanguageModel.from_pretrained(
38
+ model_name = "linagora/Labess-7b-chat",
39
  max_seq_length = max_seq_length,
40
  dtype = dtype,
41
  load_in_4bit = load_in_4bit,