Update README.md
Browse files
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-
|
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
|