Geerath commited on
Commit
a1bb277
·
verified ·
1 Parent(s): 08670ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "Geerath/Google_gemma_web_questions"
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)