We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ca6b7 commit 741cee0Copy full SHA for 741cee0
R/gemma3.R
@@ -1,6 +1,7 @@
1
# References:
2
# - https://huggingface.co/docs/transformers/model_doc/gemma3
3
# - https://github.com/huggingface/transformers/blob/main/src/transformers/models/gemma3/modeling_gemma3.py
4
+# - https://github.com/rasbt/LLMs-from-scratch/blob/main/ch05/12_gemma3/standalone-gemma3.ipynb
5
6
#' @noRd
7
#' @importFrom dotty .
0 commit comments