Skip to content

Commit

Permalink
Update data_gemma_rag.ipynb (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chejennifer authored Sep 10, 2024
1 parent 014cc22 commit 82562e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/data_gemma_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
" bnb_4bit_compute_dtype=torch.bfloat16\n",
")\n",
"\n",
"model_name = 'google/data-gemma-rag-27b-it'\n",
"model_name = 'google/datagemma-rag-27b-it'\n",
"tokenizer = AutoTokenizer.from_pretrained(model_name, token=HF_TOKEN)\n",
"datagemma_model = AutoModelForCausalLM.from_pretrained(model_name,\n",
" device_map=\"auto\",\n",
Expand Down Expand Up @@ -269,4 +269,4 @@
}
}
]
}
}

0 comments on commit 82562e8

Please sign in to comment.