Mollel commited on
Commit
c7319ec
·
verified ·
1 Parent(s): f959299

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ You can load the model using the following code snippet:
50
  from unsloth import FastLanguageModel
51
  import torch
52
 
53
- model_name = "sartifyllc/Pawa-mini-V0.1"
54
  max_seq_length = 2048
55
  dtype = None
56
  load_in_4bit = False
 
50
  from unsloth import FastLanguageModel
51
  import torch
52
 
53
+ model_name = "sartifyllc/Pawa-kaggle-gemma-2b"
54
  max_seq_length = 2048
55
  dtype = None
56
  load_in_4bit = False