Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ state of the art AI models and helping foster innovation for everyone.
|
|
38 |
|
39 |
Google/Gemma has shared some code snippets on how to get quickly started with running the model. First make sure to `pip install -U transformers`, then copy the snippet from the section that is relevant for your usecase.
|
40 |
|
41 |
-
hf_model_repo =
|
42 |
|
43 |
# Get the tokenizer
|
44 |
tokenizer = AutoTokenizer.from_pretrained(hf_model_repo)
|
|
|
38 |
|
39 |
Google/Gemma has shared some code snippets on how to get quickly started with running the model. First make sure to `pip install -U transformers`, then copy the snippet from the section that is relevant for your usecase.
|
40 |
|
41 |
+
hf_model_repo = Geerath/google-gemma-7b-it-finetuned-web-questions
|
42 |
|
43 |
# Get the tokenizer
|
44 |
tokenizer = AutoTokenizer.from_pretrained(hf_model_repo)
|