Spaces:
Running
Running
Jeff Myers II
commited on
Commit
·
c500843
1
Parent(s):
7137977
Completed Prototype
Browse files
Gemma.py
CHANGED
@@ -13,7 +13,7 @@ class GemmaLLM:
|
|
13 |
def __init__(self):
|
14 |
login(token=os.environ.get("GEMMA_TOKEN"))
|
15 |
|
16 |
-
model_id = "google/gemma-3-
|
17 |
|
18 |
# self.tokenizer = AutoTokenizer.from_pretrained(model_id)
|
19 |
# self.model = Gemma3ForCausalLM.from_pretrained(
|
|
|
13 |
def __init__(self):
|
14 |
login(token=os.environ.get("GEMMA_TOKEN"))
|
15 |
|
16 |
+
model_id = "google/gemma-3-4b-it"
|
17 |
|
18 |
# self.tokenizer = AutoTokenizer.from_pretrained(model_id)
|
19 |
# self.model = Gemma3ForCausalLM.from_pretrained(
|