Buckets:

rtrm's picture
download
raw
135 kB
import{s as Da,o as Xa,n as J}from"../chunks/scheduler.01eeda35.js";import{S as Qa,i as Ya,g as l,s as n,r as u,A as Ka,h as d,f as i,c as a,j as $,u as f,x as h,k as M,y as o,a as m,v as g,d as _,t as b,w as k}from"../chunks/index.6dd51b66.js";import{T as xe}from"../chunks/Tip.de9bae2b.js";import{D as x}from"../chunks/Docstring.76e6b3cf.js";import{C as yt}from"../chunks/CodeBlock.864da1b0.js";import{E as kt}from"../chunks/ExampleCodeBlock.6a36fb6b.js";import{H as D,E as es}from"../chunks/EditOnGithub.7faefd25.js";function ts(v){let t,y;return t=new yt({props:{code:"ZnJvbSUyMHRyYW5zZm9ybWVycyUyMGltcG9ydCUyMEdlbW1hTW9kZWwlMkMlMjBHZW1tYUNvbmZpZyUwQSUyMyUyMEluaXRpYWxpemluZyUyMGElMjBHZW1tYSUyMGdlbW1hLTdiJTIwc3R5bGUlMjBjb25maWd1cmF0aW9uJTBBY29uZmlndXJhdGlvbiUyMCUzRCUyMEdlbW1hQ29uZmlnKCklMEElMjMlMjBJbml0aWFsaXppbmclMjBhJTIwbW9kZWwlMjBmcm9tJTIwdGhlJTIwZ2VtbWEtN2IlMjBzdHlsZSUyMGNvbmZpZ3VyYXRpb24lMEFtb2RlbCUyMCUzRCUyMEdlbW1hTW9kZWwoY29uZmlndXJhdGlvbiklMEElMjMlMjBBY2Nlc3NpbmclMjB0aGUlMjBtb2RlbCUyMGNvbmZpZ3VyYXRpb24lMEFjb25maWd1cmF0aW9uJTIwJTNEJTIwbW9kZWwuY29uZmln",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> transformers <span class="hljs-keyword">import</span> GemmaModel, GemmaConfig
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># Initializing a Gemma gemma-7b style configuration</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>configuration = GemmaConfig()
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># Initializing a model from the gemma-7b style configuration</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>model = GemmaModel(configuration)
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># Accessing the model configuration</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>configuration = model.config`,wrap:!1}}),{c(){u(t.$$.fragment)},l(s){f(t.$$.fragment,s)},m(s,p){g(t,s,p),y=!0},p:J,i(s){y||(_(t.$$.fragment,s),y=!0)},o(s){b(t.$$.fragment,s),y=!1},d(s){k(t,s)}}}function os(v){let t,y="sequence pair mask has the following format:",s,p,T;return p=new yt({props:{code:"MCUyMDAlMjAwJTIwMCUyMDAlMjAwJTIwMCUyMDAlMjAwJTIwMCUyMDAlMjAxJTIwMSUyMDElMjAxJTIwMSUyMDElMjAxJTIwMSUyMDElMEElN0MlMjBmaXJzdCUyMHNlcXVlbmNlJTIwJTIwJTIwJTIwJTdDJTIwc2Vjb25kJTIwc2VxdWVuY2UlMjAlN0M=",highlighted:`0<span class="hljs-number"> 0 </span>0<span class="hljs-number"> 0 </span>0<span class="hljs-number"> 0 </span>0<span class="hljs-number"> 0 </span>0<span class="hljs-number"> 0 </span>0<span class="hljs-number"> 1 </span>1<span class="hljs-number"> 1 </span>1<span class="hljs-number"> 1 </span>1<span class="hljs-number"> 1 </span>1 1
| first sequence | second sequence |`,wrap:!1}}),{c(){t=l("p"),t.textContent=y,s=n(),u(p.$$.fragment)},l(c){t=d(c,"P",{"data-svelte-h":!0}),h(t)!=="svelte-16klr56"&&(t.textContent=y),s=a(c),f(p.$$.fragment,c)},m(c,w){m(c,t,w),m(c,s,w),g(p,c,w),T=!0},p:J,i(c){T||(_(p.$$.fragment,c),T=!0)},o(c){b(p.$$.fragment,c),T=!1},d(c){c&&(i(t),i(s)),k(p,c)}}}function ns(v){let t,y;return t=new yt({props:{code:"ZnJvbSUyMHRyYW5zZm9ybWVycyUyMGltcG9ydCUyMEdlbW1hVG9rZW5pemVyRmFzdCUwQSUwQXRva2VuaXplciUyMCUzRCUyMEdlbW1hVG9rZW5pemVyRmFzdC5mcm9tX3ByZXRyYWluZWQoJTIyaGYtaW50ZXJuYWwtdGVzdGluZyUyRmR1bW15LWdlbW1hJTIyKSUwQXRva2VuaXplci5lbmNvZGUoJTIySGVsbG8lMjB0aGlzJTIwaXMlMjBhJTIwdGVzdCUyMik=",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> transformers <span class="hljs-keyword">import</span> GemmaTokenizerFast
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer = GemmaTokenizerFast.from_pretrained(<span class="hljs-string">&quot;hf-internal-testing/dummy-gemma&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer.encode(<span class="hljs-string">&quot;Hello this is a test&quot;</span>)
[<span class="hljs-number">2</span>, <span class="hljs-number">4521</span>, <span class="hljs-number">736</span>, <span class="hljs-number">603</span>, <span class="hljs-number">476</span>, <span class="hljs-number">2121</span>]`,wrap:!1}}),{c(){u(t.$$.fragment)},l(s){f(t.$$.fragment,s)},m(s,p){g(t,s,p),y=!0},p:J,i(s){y||(_(t.$$.fragment,s),y=!0)},o(s){b(t.$$.fragment,s),y=!1},d(s){k(t,s)}}}function as(v){let t,y=`Although the recipe for forward pass needs to be defined within this function, one should call the <code>Module</code>
instance afterwards instead of this since the former takes care of running the pre and post processing steps while
the latter silently ignores them.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-fincs2"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function ss(v){let t,y=`Although the recipe for forward pass needs to be defined within this function, one should call the <code>Module</code>
instance afterwards instead of this since the former takes care of running the pre and post processing steps while
the latter silently ignores them.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-fincs2"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function rs(v){let t,y="Example:",s,p,T;return p=new yt({props:{code:"ZnJvbSUyMHRyYW5zZm9ybWVycyUyMGltcG9ydCUyMEF1dG9Ub2tlbml6ZXIlMkMlMjBHZW1tYUZvckNhdXNhbExNJTBBJTBBbW9kZWwlMjAlM0QlMjBHZW1tYUZvckNhdXNhbExNLmZyb21fcHJldHJhaW5lZCglMjJnb29nbGUlMkZnZW1tYS03YiUyMiklMEF0b2tlbml6ZXIlMjAlM0QlMjBBdXRvVG9rZW5pemVyLmZyb21fcHJldHJhaW5lZCglMjJnb29nbGUlMkZnZW1tYS03YiUyMiklMEElMEFwcm9tcHQlMjAlM0QlMjAlMjJXaGF0JTIwaXMlMjB5b3VyJTIwZmF2b3JpdGUlMjBjb25kaW1lbnQlM0YlMjIlMEFpbnB1dHMlMjAlM0QlMjB0b2tlbml6ZXIocHJvbXB0JTJDJTIwcmV0dXJuX3RlbnNvcnMlM0QlMjJwdCUyMiklMEElMEElMjMlMjBHZW5lcmF0ZSUwQWdlbmVyYXRlX2lkcyUyMCUzRCUyMG1vZGVsLmdlbmVyYXRlKGlucHV0cy5pbnB1dF9pZHMlMkMlMjBtYXhfbGVuZ3RoJTNEMzApJTBBdG9rZW5pemVyLmJhdGNoX2RlY29kZShnZW5lcmF0ZV9pZHMlMkMlMjBza2lwX3NwZWNpYWxfdG9rZW5zJTNEVHJ1ZSUyQyUyMGNsZWFuX3VwX3Rva2VuaXphdGlvbl9zcGFjZXMlM0RGYWxzZSklNUIwJTVE",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> transformers <span class="hljs-keyword">import</span> AutoTokenizer, GemmaForCausalLM
<span class="hljs-meta">&gt;&gt;&gt; </span>model = GemmaForCausalLM.from_pretrained(<span class="hljs-string">&quot;google/gemma-7b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer = AutoTokenizer.from_pretrained(<span class="hljs-string">&quot;google/gemma-7b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>prompt = <span class="hljs-string">&quot;What is your favorite condiment?&quot;</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>inputs = tokenizer(prompt, return_tensors=<span class="hljs-string">&quot;pt&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># Generate</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>generate_ids = model.generate(inputs.input_ids, max_length=<span class="hljs-number">30</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer.batch_decode(generate_ids, skip_special_tokens=<span class="hljs-literal">True</span>, clean_up_tokenization_spaces=<span class="hljs-literal">False</span>)[<span class="hljs-number">0</span>]
<span class="hljs-string">&quot;What is your favorite condiment?&quot;</span>`,wrap:!1}}),{c(){t=l("p"),t.textContent=y,s=n(),u(p.$$.fragment)},l(c){t=d(c,"P",{"data-svelte-h":!0}),h(t)!=="svelte-11lpom8"&&(t.textContent=y),s=a(c),f(p.$$.fragment,c)},m(c,w){m(c,t,w),m(c,s,w),g(p,c,w),T=!0},p:J,i(c){T||(_(p.$$.fragment,c),T=!0)},o(c){b(p.$$.fragment,c),T=!1},d(c){c&&(i(t),i(s)),k(p,c)}}}function is(v){let t,y=`Although the recipe for forward pass needs to be defined within this function, one should call the <code>Module</code>
instance afterwards instead of this since the former takes care of running the pre and post processing steps while
the latter silently ignores them.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-fincs2"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function ls(v){let t,y=`Although the recipe for forward pass needs to be defined within this function, one should call the <code>Module</code>
instance afterwards instead of this since the former takes care of running the pre and post processing steps while
the latter silently ignores them.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-fincs2"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function ds(v){let t,y="Example:",s,p,T;return p=new yt({props:{code:"ZnJvbSUyMHRyYW5zZm9ybWVycyUyMGltcG9ydCUyMEF1dG9Ub2tlbml6ZXIlMkMlMjBHZW1tYUZvclRva2VuQ2xhc3NpZmljYXRpb24lMEFpbXBvcnQlMjB0b3JjaCUwQSUwQXRva2VuaXplciUyMCUzRCUyMEF1dG9Ub2tlbml6ZXIuZnJvbV9wcmV0cmFpbmVkKCUyMmdvb2dsZSUyRmdlbW1hLTdiJTIyKSUwQW1vZGVsJTIwJTNEJTIwR2VtbWFGb3JUb2tlbkNsYXNzaWZpY2F0aW9uLmZyb21fcHJldHJhaW5lZCglMjJnb29nbGUlMkZnZW1tYS03YiUyMiklMEElMEFpbnB1dHMlMjAlM0QlMjB0b2tlbml6ZXIoJTBBJTIwJTIwJTIwJTIwJTIySHVnZ2luZ0ZhY2UlMjBpcyUyMGElMjBjb21wYW55JTIwYmFzZWQlMjBpbiUyMFBhcmlzJTIwYW5kJTIwTmV3JTIwWW9yayUyMiUyQyUyMGFkZF9zcGVjaWFsX3Rva2VucyUzREZhbHNlJTJDJTIwcmV0dXJuX3RlbnNvcnMlM0QlMjJwdCUyMiUwQSklMEElMEF3aXRoJTIwdG9yY2gubm9fZ3JhZCgpJTNBJTBBJTIwJTIwJTIwJTIwbG9naXRzJTIwJTNEJTIwbW9kZWwoKippbnB1dHMpLmxvZ2l0cyUwQSUwQXByZWRpY3RlZF90b2tlbl9jbGFzc19pZHMlMjAlM0QlMjBsb2dpdHMuYXJnbWF4KC0xKSUwQSUwQSUyMyUyME5vdGUlMjB0aGF0JTIwdG9rZW5zJTIwYXJlJTIwY2xhc3NpZmllZCUyMHJhdGhlciUyMHRoZW4lMjBpbnB1dCUyMHdvcmRzJTIwd2hpY2glMjBtZWFucyUyMHRoYXQlMEElMjMlMjB0aGVyZSUyMG1pZ2h0JTIwYmUlMjBtb3JlJTIwcHJlZGljdGVkJTIwdG9rZW4lMjBjbGFzc2VzJTIwdGhhbiUyMHdvcmRzLiUwQSUyMyUyME11bHRpcGxlJTIwdG9rZW4lMjBjbGFzc2VzJTIwbWlnaHQlMjBhY2NvdW50JTIwZm9yJTIwdGhlJTIwc2FtZSUyMHdvcmQlMEFwcmVkaWN0ZWRfdG9rZW5zX2NsYXNzZXMlMjAlM0QlMjAlNUJtb2RlbC5jb25maWcuaWQybGFiZWwlNUJ0Lml0ZW0oKSU1RCUyMGZvciUyMHQlMjBpbiUyMHByZWRpY3RlZF90b2tlbl9jbGFzc19pZHMlNUIwJTVEJTVEJTBBJTBBbGFiZWxzJTIwJTNEJTIwcHJlZGljdGVkX3Rva2VuX2NsYXNzX2lkcyUwQWxvc3MlMjAlM0QlMjBtb2RlbCgqKmlucHV0cyUyQyUyMGxhYmVscyUzRGxhYmVscykubG9zcw==",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> transformers <span class="hljs-keyword">import</span> AutoTokenizer, GemmaForTokenClassification
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">import</span> torch
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer = AutoTokenizer.from_pretrained(<span class="hljs-string">&quot;google/gemma-7b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>model = GemmaForTokenClassification.from_pretrained(<span class="hljs-string">&quot;google/gemma-7b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>inputs = tokenizer(
<span class="hljs-meta">... </span> <span class="hljs-string">&quot;HuggingFace is a company based in Paris and New York&quot;</span>, add_special_tokens=<span class="hljs-literal">False</span>, return_tensors=<span class="hljs-string">&quot;pt&quot;</span>
<span class="hljs-meta">... </span>)
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">with</span> torch.no_grad():
<span class="hljs-meta">... </span> logits = model(**inputs).logits
<span class="hljs-meta">&gt;&gt;&gt; </span>predicted_token_class_ids = logits.argmax(-<span class="hljs-number">1</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># Note that tokens are classified rather then input words which means that</span>
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># there might be more predicted token classes than words.</span>
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># Multiple token classes might account for the same word</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>predicted_tokens_classes = [model.config.id2label[t.item()] <span class="hljs-keyword">for</span> t <span class="hljs-keyword">in</span> predicted_token_class_ids[<span class="hljs-number">0</span>]]
<span class="hljs-meta">&gt;&gt;&gt; </span>labels = predicted_token_class_ids
<span class="hljs-meta">&gt;&gt;&gt; </span>loss = model(**inputs, labels=labels).loss`,wrap:!1}}),{c(){t=l("p"),t.textContent=y,s=n(),u(p.$$.fragment)},l(c){t=d(c,"P",{"data-svelte-h":!0}),h(t)!=="svelte-11lpom8"&&(t.textContent=y),s=a(c),f(p.$$.fragment,c)},m(c,w){m(c,t,w),m(c,s,w),g(p,c,w),T=!0},p:J,i(c){T||(_(p.$$.fragment,c),T=!0)},o(c){b(p.$$.fragment,c),T=!1},d(c){c&&(i(t),i(s)),k(p,c)}}}function cs(v){let t,y=`Although the recipe for forward pass needs to be defined within this function, one should call the <code>Module</code>
instance afterwards instead of this since the former takes care of running the pre and post processing steps while
the latter silently ignores them.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-fincs2"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function ms(v){let t,y=`This example uses a random model as the real ones are all very big. To get proper results, you should use
openlm-research/open_llama_3b_v2 instead of google/gemma-2b. If you get out-of-memory when loading that checkpoint, you can try
adding <code>device_map=&quot;auto&quot;</code> in the <code>from_pretrained</code> call.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-i4y11c"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function ps(v){let t,y="Example:",s,p,T;return p=new yt({props:{code:"ZnJvbSUyMHRyYW5zZm9ybWVycyUyMGltcG9ydCUyMEF1dG9Ub2tlbml6ZXIlMkMlMjBGbGF4R2VtbWFNb2RlbCUwQSUwQXRva2VuaXplciUyMCUzRCUyMEF1dG9Ub2tlbml6ZXIuZnJvbV9wcmV0cmFpbmVkKCUyMmdvb2dsZSUyRmdlbW1hLTJiJTIyKSUwQW1vZGVsJTIwJTNEJTIwRmxheEdlbW1hTW9kZWwuZnJvbV9wcmV0cmFpbmVkKCUyMmdvb2dsZSUyRmdlbW1hLTJiJTIyKSUwQSUwQWlucHV0cyUyMCUzRCUyMHRva2VuaXplciglMjJIZWxsbyUyQyUyMG15JTIwZG9nJTIwaXMlMjBjdXRlJTIyJTJDJTIwcmV0dXJuX3RlbnNvcnMlM0QlMjJqYXglMjIpJTBBb3V0cHV0cyUyMCUzRCUyMG1vZGVsKCoqaW5wdXRzKSUwQSUwQWxhc3RfaGlkZGVuX3N0YXRlcyUyMCUzRCUyMG91dHB1dHMubGFzdF9oaWRkZW5fc3RhdGU=",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> transformers <span class="hljs-keyword">import</span> AutoTokenizer, FlaxGemmaModel
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer = AutoTokenizer.from_pretrained(<span class="hljs-string">&quot;google/gemma-2b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>model = FlaxGemmaModel.from_pretrained(<span class="hljs-string">&quot;google/gemma-2b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>inputs = tokenizer(<span class="hljs-string">&quot;Hello, my dog is cute&quot;</span>, return_tensors=<span class="hljs-string">&quot;jax&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>outputs = model(**inputs)
<span class="hljs-meta">&gt;&gt;&gt; </span>last_hidden_states = outputs.last_hidden_state`,wrap:!1}}),{c(){t=l("p"),t.textContent=y,s=n(),u(p.$$.fragment)},l(c){t=d(c,"P",{"data-svelte-h":!0}),h(t)!=="svelte-11lpom8"&&(t.textContent=y),s=a(c),f(p.$$.fragment,c)},m(c,w){m(c,t,w),m(c,s,w),g(p,c,w),T=!0},p:J,i(c){T||(_(p.$$.fragment,c),T=!0)},o(c){b(p.$$.fragment,c),T=!1},d(c){c&&(i(t),i(s)),k(p,c)}}}function hs(v){let t,y=`Although the recipe for forward pass needs to be defined within this function, one should call the <code>Module</code>
instance afterwards instead of this since the former takes care of running the pre and post processing steps while
the latter silently ignores them.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-fincs2"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function us(v){let t,y=`This example uses a random model as the real ones are all very big. To get proper results, you should use
openlm-research/open_llama_3b_v2 instead of google/gemma-2b. If you get out-of-memory when loading that checkpoint, you can try
adding <code>device_map=&quot;auto&quot;</code> in the <code>from_pretrained</code> call.`;return{c(){t=l("p"),t.innerHTML=y},l(s){t=d(s,"P",{"data-svelte-h":!0}),h(t)!=="svelte-i4y11c"&&(t.innerHTML=y)},m(s,p){m(s,t,p)},p:J,d(s){s&&i(t)}}}function fs(v){let t,y="Example:",s,p,T;return p=new yt({props:{code:"ZnJvbSUyMHRyYW5zZm9ybWVycyUyMGltcG9ydCUyMEF1dG9Ub2tlbml6ZXIlMkMlMjBGbGF4R2VtbWFGb3JDYXVzYWxMTSUwQSUwQXRva2VuaXplciUyMCUzRCUyMEF1dG9Ub2tlbml6ZXIuZnJvbV9wcmV0cmFpbmVkKCUyMmdvb2dsZSUyRmdlbW1hLTJiJTIyKSUwQW1vZGVsJTIwJTNEJTIwRmxheEdlbW1hRm9yQ2F1c2FsTE0uZnJvbV9wcmV0cmFpbmVkKCUyMmdvb2dsZSUyRmdlbW1hLTJiJTIyKSUwQSUwQWlucHV0cyUyMCUzRCUyMHRva2VuaXplciglMjJIZWxsbyUyQyUyMG15JTIwZG9nJTIwaXMlMjBjdXRlJTIyJTJDJTIwcmV0dXJuX3RlbnNvcnMlM0QlMjJucCUyMiklMEFvdXRwdXRzJTIwJTNEJTIwbW9kZWwoKippbnB1dHMpJTBBJTBBJTIzJTIwcmV0cmlldmUlMjBsb2d0cyUyMGZvciUyMG5leHQlMjB0b2tlbiUwQW5leHRfdG9rZW5fbG9naXRzJTIwJTNEJTIwb3V0cHV0cy5sb2dpdHMlNUIlM0ElMkMlMjAtMSU1RA==",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> transformers <span class="hljs-keyword">import</span> AutoTokenizer, FlaxGemmaForCausalLM
<span class="hljs-meta">&gt;&gt;&gt; </span>tokenizer = AutoTokenizer.from_pretrained(<span class="hljs-string">&quot;google/gemma-2b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>model = FlaxGemmaForCausalLM.from_pretrained(<span class="hljs-string">&quot;google/gemma-2b&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>inputs = tokenizer(<span class="hljs-string">&quot;Hello, my dog is cute&quot;</span>, return_tensors=<span class="hljs-string">&quot;np&quot;</span>)
<span class="hljs-meta">&gt;&gt;&gt; </span>outputs = model(**inputs)
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-comment"># retrieve logts for next token</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>next_token_logits = outputs.logits[:, -<span class="hljs-number">1</span>]`,wrap:!1}}),{c(){t=l("p"),t.textContent=y,s=n(),u(p.$$.fragment)},l(c){t=d(c,"P",{"data-svelte-h":!0}),h(t)!=="svelte-11lpom8"&&(t.textContent=y),s=a(c),f(p.$$.fragment,c)},m(c,w){m(c,t,w),m(c,s,w),g(p,c,w),T=!0},p:J,i(c){T||(_(p.$$.fragment,c),T=!0)},o(c){b(p.$$.fragment,c),T=!1},d(c){c&&(i(t),i(s)),k(p,c)}}}function gs(v){let t,y,s,p,T,c,w,ta=`<img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-DE3412?style=flat&amp;logo=pytorch&amp;logoColor=white"/> <img alt="Flax" src="https://img.shields.io/badge/Flax-29a79b.svg?style=flat&amp;logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAC7lBMVEUAAADg5vYHPVgAoJH+/v76+v39/f9JbLP///9+AIgAnY3///+mcqzt8fXy9fgkXa3Ax9709fr+///9/f8qXq49qp5AaLGMwrv8/P0eW60VWawxYq8yqJzG2dytt9Wyu9elzci519Lf3O3S2efY3OrY0+Xp7PT///////+dqNCexMc6Z7AGpJeGvbenstPZ5ejQ1OfJzOLa7ejh4+/r8fT29vpccbklWK8PVa0AS6ghW63O498vYa+lsdKz1NDRt9Kw1c672tbD3tnAxt7R6OHp5vDe7OrDyuDn6vLl6/EAQKak0MgATakkppo3ZK/Bz9y8w9yzu9jey97axdvHzeG21NHH4trTwthKZrVGZLSUSpuPQJiGAI+GAI8SWKydycLL4d7f2OTi1+S9xNzL0ePT6OLGzeEAo5U0qJw/aLEAo5JFa7JBabEAp5Y4qZ2QxLyKmsm3kL2xoMOehrRNb7RIbbOZgrGre68AUqwAqZqNN5aKJ5N/lMq+qsd8kMa4pcWzh7muhLMEV69juq2kbKqgUaOTR5uMMZWLLZSGAI5VAIdEAH+ovNDHuNCnxcy3qcaYx8K8msGplrx+wLahjbYdXrV6vbMvYK9DrZ8QrZ8tqJuFms+Sos6sw8ecy8RffsNVeMCvmb43aLltv7Q4Y7EZWK4QWa1gt6meZKUdr6GOAZVeA4xPAISyveLUwtivxtKTpNJ2jcqfvcltiMiwwcfAoMVxhL+Kx7xjdrqTe60tsaNQs6KaRKACrJ6UTZwkqpqTL5pkHY4AloSgsd2ptNXPvNOOncuxxsqFl8lmg8apt8FJcr9EbryGxLqlkrkrY7dRa7ZGZLQ5t6iXUZ6PPpgVpZeJCJFKAIGareTa0+KJod3H0deY2M+esM25usmYu8d2zsJOdcBVvrCLbqcAOaaHaKQAMaScWqKBXqCXMJ2RHpiLF5NmJZAdAHN2kta11dKu1M+DkcZLdb+Mcql3TppyRJdzQ5ZtNZNlIY+DF4+voCOQAAAAZ3RSTlMABAT+MEEJ/RH+/TP+Zlv+pUo6Ifz8+fco/fz6+evr39S9nJmOilQaF/7+/f38+smmoYp6b1T+/v7++vj189zU0tDJxsGzsrKSfv34+Pf27dDOysG9t6+n/vv6+vr59uzr1tG+tZ6Qg9Ym3QAABR5JREFUSMeNlVVUG1EQhpcuxEspXqS0SKEtxQp1d3d332STTRpIQhIISQgJhODu7lAoDoUCpe7u7u7+1puGpqnCPOyZvffbOXPm/PsP9JfQgyCC+tmTABTOcbxDz/heENS7/1F+9nhvkHePG0wNDLbGWwdXL+rbLWvpmZHXD8+gMfBjTh+aSe6Gnn7lwQIOTR0c8wfX3PWgv7avbdKwf/ZoBp1Gp/PvuvXW3vw5ib7emnTW4OR+3D4jB9vjNJ/7gNvfWWeH/TO/JyYrsiKCRjVEZA3UB+96kON+DxOQ/NLE8PE5iUYgIXjFnCOlxEQMaSGVxjg4gxOnEycGz8bptuNjVx08LscIgrzH3umcn+KKtiBIyvzOO2O99aAdR8cF19oZalnCtvREUw79tCd5sow1g1UKM6kXqUx4T8wsi3sTjJ3yzDmmhenLXLpo8u45eG5y4Vvbk6kkC4LLtJMowkSQxmk4ggVJEG+7c6QpHT8vvW9X7/o7+3ELmiJi2mEzZJiz8cT6TBlanBk70cB5GGIGC1gRDdZ00yADLW1FL6gqhtvNXNG5S9gdSrk4M1qu7JAsmYshzDS4peoMrU/gT7qQdqYGZaYhxZmVbGJAm/CS/HloWyhRUlknQ9KYcExTwS80d3VNOxUZJpITYyspl0LbhArhpZCD9cRWEQuhYkNGMHToQ/2Cs6swJlb39CsllxdXX6IUKh/H5jbnSsPKjgmoaFQ1f8wRLR0UnGE/RcDEjj2jXG1WVTwUs8+zxfcrVO+vSsuOpVKxCfYZiQ0/aPKuxQbQ8lIz+DClxC8u+snlcJ7Yr1z1JPqUH0V+GDXbOwAib931Y4Imaq0NTIXPXY+N5L18GJ37SVWu+hwXff8l72Ds9XuwYIBaXPq6Shm4l+Vl/5QiOlV+uTk6YR9PxKsI9xNJny31ygK1e+nIRC1N97EGkFPI+jCpiHe5PCEy7oWqWSwRrpOvhFzcbTWMbm3ZJAOn1rUKpYIt/lDhW/5RHHteeWFN60qo98YJuoq1nK3uW5AabyspC1BcIEpOhft+SZAShYoLSvnmSfnYADUERP5jJn2h5XtsgCRuhYQqAvwTwn33+YWEKUI72HX5AtfSAZDe8F2DtPPm77afhl0EkthzuCQU0BWApgQIH9+KB0JhopMM7bJrdTRoleM2JAVNMyPF+wdoaz+XJpGoVAQ7WXUkcV7gT3oUZyi/ISIJAVKhgNp+4b4veCFhYVJw4locdSjZCp9cPUhLF9EZ3KKzURepMEtCDPP3VcWFx4UIiZIklIpFNfHpdEafIF2aRmOcrUmjohbT2WUllbmRvgfbythbQO3222fpDJoufaQPncYYuqoGtUEsCJZL6/3PR5b4syeSjZMQG/T2maGANlXT2v8S4AULWaUkCxfLyW8iW4kdka+nEMjxpL2NCwsYNBp+Q61PF43zyDg9Bm9+3NNySn78jMZUUkumqE4Gp7JmFOdP1vc8PpRrzj9+wPinCy8K1PiJ4aYbnTYpCCbDkBSbzhu2QJ1Gd82t8jI8TH51+OzvXoWbnXUOBkNW+0mWFwGcGOUVpU81/n3TOHb5oMt2FgYGjzau0Nif0Ss7Q3XB33hjjQHjHA5E5aOyIQc8CBrLdQSs3j92VG+3nNEjbkbdbBr9zm04ruvw37vh0QKOdeGIkckc80fX3KH/h7PT4BOjgCty8VZ5ux1MoO5Cf5naca2LAsEgehI+drX8o/0Nu+W0m6K/I9gGPd/dfx/EN/wN62AhsBWuAAAAAElFTkSuQmCC
"/> <img alt="FlashAttention" src="https://img.shields.io/badge/%E2%9A%A1%EF%B8%8E%20FlashAttention-eae0c8?style=flat"/> <img alt="SDPA" src="https://img.shields.io/badge/SDPA-DE3412?style=flat&amp;logo=pytorch&amp;logoColor=white"/>`,mo,ze,po,Ge,oa=`The Gemma model was proposed in <a href="https://blog.google/technology/developers/gemma-open-models/" rel="nofollow">Gemma: Open Models Based on Gemini Technology and Research</a> by Gemma Team, Google.
Gemma models are trained on 6T tokens, and released with 2 versions, 2b and 7b.`,ho,Ce,na="The abstract from the paper is the following:",uo,Fe,aa="<em>This work introduces Gemma, a new family of open language models demonstrating strong performance across academic benchmarks for language understanding, reasoning, and safety. We release two sizes of models (2 billion and 7 billion parameters), and provide both pretrained and fine-tuned checkpoints. Gemma outperforms similarly sized open models on 11 out of 18 text-based tasks, and we present comprehensive evaluations of safety and responsibility aspects of the models, alongside a detailed description of our model development. We believe the responsible release of LLMs is critical for improving the safety of frontier models, and for enabling the next wave of LLM innovations</em>",fo,je,sa="Tips:",go,Le,ra="<li>The original checkpoints can be converted using the conversion script <code>src/transformers/models/gemma/convert_gemma_weights_to_hf.py</code></li>",_o,Ie,ia='This model was contributed by <a href="https://huggingface.co/ArthurZ" rel="nofollow">Arthur Zucker</a>, <a href="https://huggingface.co/ybelkada" rel="nofollow">Younes Belkada</a>, <a href="https://huggingface.co/sanchit-gandhi" rel="nofollow">Sanchit Gandhi</a>, <a href="https://huggingface.co/pcuenq" rel="nofollow">Pedro Cuenca</a>.',bo,qe,ko,B,Pe,Zo,vt,la=`This is the configuration class to store the configuration of a <a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaModel">GemmaModel</a>. It is used to instantiate an Gemma
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
defaults will yield a similar configuration to that of the Gemma-7B.
e.g. <a href="https://huggingface.co/google/gemma-7b" rel="nofollow">google/gemma-7b</a>
Configuration objects inherit from <a href="/docs/transformers/pr_36839/en/main_classes/configuration#transformers.PretrainedConfig">PretrainedConfig</a> and can be used to control the model outputs. Read the
documentation from <a href="/docs/transformers/pr_36839/en/main_classes/configuration#transformers.PretrainedConfig">PretrainedConfig</a> for more information.`,Ao,ae,yo,Ue,vo,z,Je,No,Tt,da=`Construct a Gemma tokenizer. Based on byte-level Byte-Pair-Encoding. The default padding token is unset as there is
no padding token in the original model.`,Ho,se,We,So,wt,ca="Converts a sequence of tokens (string) in a single string.",Eo,S,Ze,Vo,Mt,ma="Creates a mask from the two sequences passed to be used in a sequence-pair classification task. An ALBERT",Bo,re,Oo,$t,pa="if token_ids_1 is None, only returns the first portion of the mask (0s).",Ro,ie,Ae,Do,xt,ha=`Retrieve sequence ids from a token list that has no special tokens added. This method is called when adding
special tokens using the tokenizer <code>prepare_for_model</code> method.`,Xo,le,Ne,Qo,zt,ua="Returns vocab as a dict",Yo,de,He,Ko,Gt,fa="Save the vocabulary and special tokens file to a directory.",en,ce,Se,tn,Ct,ga="Simply calls PreTrainedTokenizer’s method",To,Ee,wo,G,Ve,on,Ft,_a="Construct a Gemma tokenizer fast. Based on byte-level Byte-Pair-Encoding.",nn,jt,ba="This uses notably ByteFallback and no prefix space. Normalization is applied to replace <code>&quot; &quot;</code> with <code>&quot;▁&quot;</code>",an,me,sn,Lt,ka=`If you want to change the <code>bos_token</code> or the <code>eos_token</code>, make sure to specify them when initializing the model, or
call <code>tokenizer.update_post_processor()</code> to make sure that the post-processing is correctly done (otherwise the
values of the first token and final token of an encoded sequence will not be correct). For more details, checkout
[post-processors] (<a href="https://huggingface.co/docs/tokenizers/api/post-processors" rel="nofollow">https://huggingface.co/docs/tokenizers/api/post-processors</a>) documentation.`,rn,It,ya=`This tokenizer inherits from <a href="/docs/transformers/pr_36839/en/main_classes/tokenizer#transformers.PreTrainedTokenizerFast">PreTrainedTokenizerFast</a> which contains most of the main methods. Users should
refer to this superclass for more information regarding those methods.`,ln,pe,Be,dn,qt,va="Updates the underlying post processor with the current <code>bos_token</code> and <code>eos_token</code>.",Mo,Oe,$o,P,Re,cn,Pt,Ta=`The bare Gemma Model outputting raw hidden-states without any specific head on top.
This model inherits from <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.PreTrainedModel">PreTrainedModel</a>. Check the superclass documentation for the generic methods the
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
etc.)`,mn,Ut,wa=`This model is also a PyTorch <a href="https://pytorch.org/docs/stable/nn.html#torch.nn.Module" rel="nofollow">torch.nn.Module</a> subclass.
Use it as a regular PyTorch Module and refer to the PyTorch documentation for all matter related to general usage
and behavior.`,pn,Jt,Ma="Transformer decoder consisting of <em>config.num_hidden_layers</em> layers. Each layer is a <code>GemmaDecoderLayer</code>",hn,X,De,un,Wt,$a='The <a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaModel">GemmaModel</a> forward method, overrides the <code>__call__</code> special method.',fn,he,xo,Xe,zo,te,Qe,gn,E,Ye,_n,Zt,xa='The <a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaForCausalLM">GemmaForCausalLM</a> forward method, overrides the <code>__call__</code> special method.',bn,ue,kn,fe,Go,Ke,Co,C,et,yn,At,za="The Gemma Model transformer with a sequence classification head on top (linear layer).",vn,Nt,Ga=`<a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaForSequenceClassification">GemmaForSequenceClassification</a> uses the last token in order to do the classification, as other causal models
(e.g. GPT-2) do.`,Tn,Ht,Ca=`Since it does classification on the last token, it requires to know the position of the last token. If a
<code>pad_token_id</code> is defined in the configuration, it finds the last token that is not a padding token in each row. If
no <code>pad_token_id</code> is defined, it simply takes the last value in each row of the batch. Since it cannot guess the
padding tokens when <code>inputs_embeds</code> are passed instead of <code>input_ids</code>, it does the same (take the last value in
each row of the batch).`,wn,St,Fa=`This model inherits from <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.PreTrainedModel">PreTrainedModel</a>. Check the superclass documentation for the generic methods the
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
etc.)`,Mn,Et,ja=`This model is also a PyTorch <a href="https://pytorch.org/docs/stable/nn.html#torch.nn.Module" rel="nofollow">torch.nn.Module</a> subclass.
Use it as a regular PyTorch Module and refer to the PyTorch documentation for all matter related to general usage
and behavior.`,$n,Q,tt,xn,Vt,La='The <a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaForSequenceClassification">GemmaForSequenceClassification</a> forward method, overrides the <code>__call__</code> special method.',zn,ge,Fo,ot,jo,U,nt,Gn,Bt,Ia=`The Gemma Model transformer with a token classification head on top (a linear layer on top of the hidden-states
output) e.g. for Named-Entity-Recognition (NER) tasks.`,Cn,Ot,qa=`This model inherits from <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.PreTrainedModel">PreTrainedModel</a>. Check the superclass documentation for the generic methods the
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
etc.)`,Fn,Rt,Pa=`This model is also a PyTorch <a href="https://pytorch.org/docs/stable/nn.html#torch.nn.Module" rel="nofollow">torch.nn.Module</a> subclass.
Use it as a regular PyTorch Module and refer to the PyTorch documentation for all matter related to general usage
and behavior.`,jn,V,at,Ln,Dt,Ua='The <a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaForTokenClassification">GemmaForTokenClassification</a> forward method, overrides the <code>__call__</code> special method.',In,_e,qn,be,Lo,st,Io,F,rt,Pn,Xt,Ja="The bare Gemma Model transformer outputting raw hidden-states without any specific head on top.",Un,Qt,Wa=`This model inherits from <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel">FlaxPreTrainedModel</a>. Check the superclass documentation for the generic methods the
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
etc.)`,Jn,Yt,Za=`This model is also a Flax Linen
<a href="https://flax.readthedocs.io/en/latest/_autosummary/flax.nn.module.html" rel="nofollow">flax.nn.Module</a> subclass. Use it as a
regular Flax Module and refer to the Flax documentation for all matter related to general usage and behavior.`,Wn,Kt,Aa="Finally, this model supports inherent JAX features such as:",Zn,eo,Na='<li><a href="https://jax.readthedocs.io/en/latest/jax.html#just-in-time-compilation-jit" rel="nofollow">Just-In-Time (JIT) compilation</a></li> <li><a href="https://jax.readthedocs.io/en/latest/jax.html#automatic-differentiation" rel="nofollow">Automatic Differentiation</a></li> <li><a href="https://jax.readthedocs.io/en/latest/jax.html#vectorization-vmap" rel="nofollow">Vectorization</a></li> <li><a href="https://jax.readthedocs.io/en/latest/jax.html#parallelization-pmap" rel="nofollow">Parallelization</a></li>',An,W,it,Nn,to,Ha="The <code>FlaxGemmaPreTrainedModel</code> forward method, overrides the <code>__call__</code> special method.",Hn,ke,Sn,ye,En,ve,qo,lt,Po,j,dt,Vn,oo,Sa="The Gemma Model transformer with a language modeling head (linear layer) on top.",Bn,no,Ea=`This model inherits from <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel">FlaxPreTrainedModel</a>. Check the superclass documentation for the generic methods the
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
etc.)`,On,ao,Va=`This model is also a Flax Linen
<a href="https://flax.readthedocs.io/en/latest/_autosummary/flax.nn.module.html" rel="nofollow">flax.nn.Module</a> subclass. Use it as a
regular Flax Module and refer to the Flax documentation for all matter related to general usage and behavior.`,Rn,so,Ba="Finally, this model supports inherent JAX features such as:",Dn,ro,Oa='<li><a href="https://jax.readthedocs.io/en/latest/jax.html#just-in-time-compilation-jit" rel="nofollow">Just-In-Time (JIT) compilation</a></li> <li><a href="https://jax.readthedocs.io/en/latest/jax.html#automatic-differentiation" rel="nofollow">Automatic Differentiation</a></li> <li><a href="https://jax.readthedocs.io/en/latest/jax.html#vectorization-vmap" rel="nofollow">Vectorization</a></li> <li><a href="https://jax.readthedocs.io/en/latest/jax.html#parallelization-pmap" rel="nofollow">Parallelization</a></li>',Xn,Z,ct,Qn,io,Ra="The <code>FlaxGemmaPreTrainedModel</code> forward method, overrides the <code>__call__</code> special method.",Yn,Te,Kn,we,ea,Me,Uo,mt,Jo,co,Wo;return T=new D({props:{title:"Gemma",local:"gemma",headingTag:"h1"}}),ze=new D({props:{title:"Overview",local:"overview",headingTag:"h2"}}),qe=new D({props:{title:"GemmaConfig",local:"transformers.GemmaConfig",headingTag:"h2"}}),Pe=new x({props:{name:"class transformers.GemmaConfig",anchor:"transformers.GemmaConfig",parameters:[{name:"vocab_size",val:" = 256000"},{name:"hidden_size",val:" = 3072"},{name:"intermediate_size",val:" = 24576"},{name:"num_hidden_layers",val:" = 28"},{name:"num_attention_heads",val:" = 16"},{name:"num_key_value_heads",val:" = 16"},{name:"head_dim",val:" = 256"},{name:"hidden_act",val:" = 'gelu_pytorch_tanh'"},{name:"hidden_activation",val:" = None"},{name:"max_position_embeddings",val:" = 8192"},{name:"initializer_range",val:" = 0.02"},{name:"rms_norm_eps",val:" = 1e-06"},{name:"use_cache",val:" = True"},{name:"pad_token_id",val:" = 0"},{name:"eos_token_id",val:" = 1"},{name:"bos_token_id",val:" = 2"},{name:"tie_word_embeddings",val:" = True"},{name:"rope_theta",val:" = 10000.0"},{name:"attention_bias",val:" = False"},{name:"attention_dropout",val:" = 0.0"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.GemmaConfig.vocab_size",description:`<strong>vocab_size</strong> (<code>int</code>, <em>optional</em>, defaults to 256000) &#x2014;
Vocabulary size of the Gemma model. Defines the number of different tokens that can be represented by the
<code>inputs_ids</code> passed when calling <a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaModel">GemmaModel</a>`,name:"vocab_size"},{anchor:"transformers.GemmaConfig.hidden_size",description:`<strong>hidden_size</strong> (<code>int</code>, <em>optional</em>, defaults to 3072) &#x2014;
Dimension of the hidden representations.`,name:"hidden_size"},{anchor:"transformers.GemmaConfig.intermediate_size",description:`<strong>intermediate_size</strong> (<code>int</code>, <em>optional</em>, defaults to 24576) &#x2014;
Dimension of the MLP representations.`,name:"intermediate_size"},{anchor:"transformers.GemmaConfig.num_hidden_layers",description:`<strong>num_hidden_layers</strong> (<code>int</code>, <em>optional</em>, defaults to 28) &#x2014;
Number of hidden layers in the Transformer decoder.`,name:"num_hidden_layers"},{anchor:"transformers.GemmaConfig.num_attention_heads",description:`<strong>num_attention_heads</strong> (<code>int</code>, <em>optional</em>, defaults to 16) &#x2014;
Number of attention heads for each attention layer in the Transformer decoder.`,name:"num_attention_heads"},{anchor:"transformers.GemmaConfig.num_key_value_heads",description:`<strong>num_key_value_heads</strong> (<code>int</code>, <em>optional</em>, defaults to 16) &#x2014;
This is the number of key_value heads that should be used to implement Grouped Query Attention. If
<code>num_key_value_heads=num_attention_heads</code>, the model will use Multi Head Attention (MHA), if
<code>num_key_value_heads=1</code> the model will use Multi Query Attention (MQA) otherwise GQA is used. When
converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
by meanpooling all the original heads within that group. For more details checkout <a href="https://arxiv.org/pdf/2305.13245.pdf" rel="nofollow">this
paper</a>. If it is not specified, will default to
<code>num_attention_heads</code>.`,name:"num_key_value_heads"},{anchor:"transformers.GemmaConfig.head_dim",description:`<strong>head_dim</strong> (<code>int</code>, <em>optional</em>, defaults to 256) &#x2014;
The attention head dimension.`,name:"head_dim"},{anchor:"transformers.GemmaConfig.hidden_act",description:`<strong>hidden_act</strong> (<code>str</code> or <code>function</code>, <em>optional</em>, defaults to <code>&quot;gelu_pytorch_tanh&quot;</code>) &#x2014;
The legacy activation function. It is overwritten by the <code>hidden_activation</code>.`,name:"hidden_act"},{anchor:"transformers.GemmaConfig.hidden_activation",description:`<strong>hidden_activation</strong> (<code>str</code> or <code>function</code>, <em>optional</em>) &#x2014;
The non-linear activation function (function or string) in the decoder. Will default to <code>&quot;gelu_pytorch_tanh&quot;</code>
if not specified. <code>&quot;gelu_pytorch_tanh&quot;</code> uses an approximation of the <code>&quot;gelu&quot;</code> activation function.`,name:"hidden_activation"},{anchor:"transformers.GemmaConfig.max_position_embeddings",description:`<strong>max_position_embeddings</strong> (<code>int</code>, <em>optional</em>, defaults to 8192) &#x2014;
The maximum sequence length that this model might ever be used with.`,name:"max_position_embeddings"},{anchor:"transformers.GemmaConfig.initializer_range",description:`<strong>initializer_range</strong> (<code>float</code>, <em>optional</em>, defaults to 0.02) &#x2014;
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.`,name:"initializer_range"},{anchor:"transformers.GemmaConfig.rms_norm_eps",description:`<strong>rms_norm_eps</strong> (<code>float</code>, <em>optional</em>, defaults to 1e-06) &#x2014;
The epsilon used by the rms normalization layers.`,name:"rms_norm_eps"},{anchor:"transformers.GemmaConfig.use_cache",description:`<strong>use_cache</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether or not the model should return the last key/values attentions (not used by all models). Only
relevant if <code>config.is_decoder=True</code>.`,name:"use_cache"},{anchor:"transformers.GemmaConfig.pad_token_id",description:`<strong>pad_token_id</strong> (<code>int</code>, <em>optional</em>, defaults to 0) &#x2014;
Padding token id.`,name:"pad_token_id"},{anchor:"transformers.GemmaConfig.eos_token_id",description:`<strong>eos_token_id</strong> (<code>int</code>, <em>optional</em>, defaults to 1) &#x2014;
End of stream token id.`,name:"eos_token_id"},{anchor:"transformers.GemmaConfig.bos_token_id",description:`<strong>bos_token_id</strong> (<code>int</code>, <em>optional</em>, defaults to 2) &#x2014;
Beginning of stream token id.`,name:"bos_token_id"},{anchor:"transformers.GemmaConfig.tie_word_embeddings",description:`<strong>tie_word_embeddings</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to tie weight embeddings`,name:"tie_word_embeddings"},{anchor:"transformers.GemmaConfig.rope_theta",description:`<strong>rope_theta</strong> (<code>float</code>, <em>optional</em>, defaults to 10000.0) &#x2014;
The base period of the RoPE embeddings.`,name:"rope_theta"},{anchor:"transformers.GemmaConfig.attention_bias",description:`<strong>attention_bias</strong> (<code>bool</code>, defaults to <code>False</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether to use a bias in the query, key, value and output projection layers during self-attention.`,name:"attention_bias"},{anchor:"transformers.GemmaConfig.attention_dropout",description:`<strong>attention_dropout</strong> (<code>float</code>, <em>optional</em>, defaults to 0.0) &#x2014;
The dropout ratio for the attention probabilities.`,name:"attention_dropout"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/configuration_gemma.py#L26"}}),ae=new kt({props:{anchor:"transformers.GemmaConfig.example",$$slots:{default:[ts]},$$scope:{ctx:v}}}),Ue=new D({props:{title:"GemmaTokenizer",local:"transformers.GemmaTokenizer",headingTag:"h2"}}),Je=new x({props:{name:"class transformers.GemmaTokenizer",anchor:"transformers.GemmaTokenizer",parameters:[{name:"vocab_file",val:""},{name:"unk_token",val:" = '<unk>'"},{name:"bos_token",val:" = '<bos>'"},{name:"eos_token",val:" = '<eos>'"},{name:"pad_token",val:" = '<pad>'"},{name:"sp_model_kwargs",val:": typing.Optional[typing.Dict[str, typing.Any]] = None"},{name:"add_bos_token",val:" = True"},{name:"add_eos_token",val:" = False"},{name:"clean_up_tokenization_spaces",val:" = False"},{name:"use_default_system_prompt",val:" = False"},{name:"spaces_between_special_tokens",val:" = False"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.GemmaTokenizer.vocab_file",description:`<strong>vocab_file</strong> (<code>str</code>) &#x2014;
Path to the vocabulary file.`,name:"vocab_file"},{anchor:"transformers.GemmaTokenizer.unk_token",description:`<strong>unk_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;unk&gt;&quot;</code>) &#x2014;
The unknown token. A token that is not in the vocabulary cannot be converted to an ID and is set to be this
token instead.`,name:"unk_token"},{anchor:"transformers.GemmaTokenizer.bos_token",description:`<strong>bos_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;bos&gt;&quot;</code>) &#x2014;
The beginning of sequence token that was used during pretraining. Can be used a sequence classifier token.`,name:"bos_token"},{anchor:"transformers.GemmaTokenizer.eos_token",description:`<strong>eos_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;eos&gt;&quot;</code>) &#x2014;
The end of sequence token.`,name:"eos_token"},{anchor:"transformers.GemmaTokenizer.pad_token",description:`<strong>pad_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;pad&gt;&quot;</code>) &#x2014;
A special token used to make arrays of tokens the same size for batching purpose. Will then be ignored by
attention mechanisms or loss computation.`,name:"pad_token"},{anchor:"transformers.GemmaTokenizer.sp_model_kwargs",description:`<strong>sp_model_kwargs</strong> (<code>Dict[str, Any]</code>, <code>Optional</code>, <em>optional</em>) &#x2014;
Will be passed to the <code>SentencePieceProcessor.__init__()</code> method. The <a href="https://github.com/google/sentencepiece/tree/master/python" rel="nofollow">Python wrapper for
SentencePiece</a> can be used, among other things,
to set:</p>
<ul>
<li>
<p><code>enable_sampling</code>: Enable subword regularization.</p>
</li>
<li>
<p><code>nbest_size</code>: Sampling parameters for unigram. Invalid for BPE-Dropout.</p>
<ul>
<li><code>nbest_size = {0,1}</code>: No sampling is performed.</li>
<li><code>nbest_size &gt; 1</code>: samples from the nbest_size results.</li>
<li><code>nbest_size &lt; 0</code>: assuming that nbest_size is infinite and samples from the all hypothesis (lattice)
using forward-filtering-and-backward-sampling algorithm.</li>
</ul>
</li>
<li>
<p><code>alpha</code>: Smoothing parameter for unigram sampling, and dropout probability of merge operations for
BPE-dropout.</p>
</li>
</ul>`,name:"sp_model_kwargs"},{anchor:"transformers.GemmaTokenizer.add_bos_token",description:`<strong>add_bos_token</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether or not to add an <code>bos_token</code> at the start of sequences.`,name:"add_bos_token"},{anchor:"transformers.GemmaTokenizer.add_eos_token",description:`<strong>add_eos_token</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not to add an <code>eos_token</code> at the end of sequences.`,name:"add_eos_token"},{anchor:"transformers.GemmaTokenizer.clean_up_tokenization_spaces",description:`<strong>clean_up_tokenization_spaces</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not to cleanup spaces after decoding, cleanup consists in removing potential artifacts like
extra spaces.`,name:"clean_up_tokenization_spaces"},{anchor:"transformers.GemmaTokenizer.use_default_system_prompt",description:`<strong>use_default_system_prompt</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not the default system prompt for Gemma should be used.`,name:"use_default_system_prompt"},{anchor:"transformers.GemmaTokenizer.spaces_between_special_tokens",description:`<strong>spaces_between_special_tokens</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not to add spaces between special tokens.`,name:"spaces_between_special_tokens"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L42"}}),We=new x({props:{name:"convert_tokens_to_string",anchor:"transformers.GemmaTokenizer.convert_tokens_to_string",parameters:[{name:"tokens",val:""}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L181"}}),Ze=new x({props:{name:"create_token_type_ids_from_sequences",anchor:"transformers.GemmaTokenizer.create_token_type_ids_from_sequences",parameters:[{name:"token_ids_0",val:": typing.List[int]"},{name:"token_ids_1",val:": typing.Optional[typing.List[int]] = None"}],parametersDescription:[{anchor:"transformers.GemmaTokenizer.create_token_type_ids_from_sequences.token_ids_0",description:`<strong>token_ids_0</strong> (<code>List[int]</code>) &#x2014;
List of ids.`,name:"token_ids_0"},{anchor:"transformers.GemmaTokenizer.create_token_type_ids_from_sequences.token_ids_1",description:`<strong>token_ids_1</strong> (<code>List[int]</code>, <em>optional</em>) &#x2014;
Optional second list of IDs for sequence pairs.`,name:"token_ids_1"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L270",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>List of <a href="../glossary#token-type-ids">token type IDs</a> according to the given sequence(s).</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[int]</code></p>
`}}),re=new kt({props:{anchor:"transformers.GemmaTokenizer.create_token_type_ids_from_sequences.example",$$slots:{default:[os]},$$scope:{ctx:v}}}),Ae=new x({props:{name:"get_special_tokens_mask",anchor:"transformers.GemmaTokenizer.get_special_tokens_mask",parameters:[{name:"token_ids_0",val:": typing.List[int]"},{name:"token_ids_1",val:": typing.Optional[typing.List[int]] = None"},{name:"already_has_special_tokens",val:": bool = False"}],parametersDescription:[{anchor:"transformers.GemmaTokenizer.get_special_tokens_mask.token_ids_0",description:`<strong>token_ids_0</strong> (<code>List[int]</code>) &#x2014;
List of IDs.`,name:"token_ids_0"},{anchor:"transformers.GemmaTokenizer.get_special_tokens_mask.token_ids_1",description:`<strong>token_ids_1</strong> (<code>List[int]</code>, <em>optional</em>) &#x2014;
Optional second list of IDs for sequence pairs.`,name:"token_ids_1"},{anchor:"transformers.GemmaTokenizer.get_special_tokens_mask.already_has_special_tokens",description:`<strong>already_has_special_tokens</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not the token list is already formatted with special tokens for the model.`,name:"already_has_special_tokens"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L233",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A list of integers in the range [0, 1]: 1 for a special token, 0 for a sequence token.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>List[int]</code></p>
`}}),Ne=new x({props:{name:"get_vocab",anchor:"transformers.GemmaTokenizer.get_vocab",parameters:[],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L150"}}),He=new x({props:{name:"save_vocabulary",anchor:"transformers.GemmaTokenizer.save_vocabulary",parameters:[{name:"save_directory",val:""},{name:"filename_prefix",val:": typing.Optional[str] = None"}],parametersDescription:[{anchor:"transformers.GemmaTokenizer.save_vocabulary.save_directory",description:`<strong>save_directory</strong> (<code>str</code>) &#x2014;
The directory in which to save the vocabulary.`,name:"save_directory"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L195",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Paths to the files saved.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>Tuple(str)</code></p>
`}}),Se=new x({props:{name:"tokenize",anchor:"transformers.GemmaTokenizer.tokenize",parameters:[{name:"text",val:": TextInput"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.GemmaTokenizer.tokenize.text",description:"<strong>text</strong> &#x2014; TextInput",name:"text"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma.py#L156"}}),Ee=new D({props:{title:"GemmaTokenizerFast",local:"transformers.GemmaTokenizerFast",headingTag:"h2"}}),Ve=new x({props:{name:"class transformers.GemmaTokenizerFast",anchor:"transformers.GemmaTokenizerFast",parameters:[{name:"vocab_file",val:" = None"},{name:"tokenizer_file",val:" = None"},{name:"clean_up_tokenization_spaces",val:" = False"},{name:"unk_token",val:" = '<unk>'"},{name:"bos_token",val:" = '<bos>'"},{name:"eos_token",val:" = '<eos>'"},{name:"pad_token",val:" = '<pad>'"},{name:"add_bos_token",val:" = True"},{name:"add_eos_token",val:" = False"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.GemmaTokenizerFast.vocab_file",description:`<strong>vocab_file</strong> (<code>str</code>, <em>optional</em>) &#x2014;
<a href="https://github.com/google/sentencepiece" rel="nofollow">SentencePiece</a> file (generally has a .model extension) that
contains the vocabulary necessary to instantiate a tokenizer.`,name:"vocab_file"},{anchor:"transformers.GemmaTokenizerFast.tokenizer_file",description:`<strong>tokenizer_file</strong> (<code>str</code>, <em>optional</em>) &#x2014;
<a href="https://github.com/huggingface/tokenizers" rel="nofollow">tokenizers</a> file (generally has a .json extension) that
contains everything needed to load the tokenizer.`,name:"tokenizer_file"},{anchor:"transformers.GemmaTokenizerFast.clean_up_tokenization_spaces",description:`<strong>clean_up_tokenization_spaces</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not to cleanup spaces after decoding, cleanup consists in removing potential artifacts like
extra spaces.`,name:"clean_up_tokenization_spaces"},{anchor:"transformers.GemmaTokenizerFast.unk_token",description:`<strong>unk_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;unk&gt;&quot;</code>) &#x2014;
The unknown token. A token that is not in the vocabulary cannot be converted to an ID and is set to be this
token instead.`,name:"unk_token"},{anchor:"transformers.GemmaTokenizerFast.bos_token",description:`<strong>bos_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;bos&gt;&quot;</code>) &#x2014;
The beginning of sequence token that was used during pretraining. Can be used a sequence classifier token.`,name:"bos_token"},{anchor:"transformers.GemmaTokenizerFast.eos_token",description:`<strong>eos_token</strong> (<code>str</code> or <code>tokenizers.AddedToken</code>, <em>optional</em>, defaults to <code>&quot;&lt;eos&gt;&quot;</code>) &#x2014;
The end of sequence token.`,name:"eos_token"},{anchor:"transformers.GemmaTokenizerFast.pad_token",description:`<strong>pad_token</strong> (<code>str</code>, <em>optional</em>, defaults to <code>&quot;&lt;pad&gt;&quot;</code>) &#x2014;
The padding token`,name:"pad_token"},{anchor:"transformers.GemmaTokenizerFast.add_bos_token",description:`<strong>add_bos_token</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether or not to add an <code>bos_token</code> at the start of sequences.`,name:"add_bos_token"},{anchor:"transformers.GemmaTokenizerFast.add_eos_token",description:`<strong>add_eos_token</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether or not to add an <code>eos_token</code> at the end of sequences.`,name:"add_eos_token"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma_fast.py#L37"}}),me=new kt({props:{anchor:"transformers.GemmaTokenizerFast.example",$$slots:{default:[ns]},$$scope:{ctx:v}}}),Be=new x({props:{name:"update_post_processor",anchor:"transformers.GemmaTokenizerFast.update_post_processor",parameters:[],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/tokenization_gemma_fast.py#L125"}}),Oe=new D({props:{title:"GemmaModel",local:"transformers.GemmaModel",headingTag:"h2"}}),Re=new x({props:{name:"class transformers.GemmaModel",anchor:"transformers.GemmaModel",parameters:[{name:"config",val:": GemmaConfig"}],parametersDescription:[{anchor:"transformers.GemmaModel.config",description:`<strong>config</strong> (<a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig">GemmaConfig</a>) &#x2014;
Model configuration class with all the parameters of the model. Initializing with a config file does not
load the weights associated with the model, only the configuration. Check out the
<a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.PreTrainedModel.from_pretrained">from_pretrained()</a> method to load the model weights.`,name:"config"},{anchor:"transformers.GemmaModel.config",description:"<strong>config</strong> &#x2014; GemmaConfig",name:"config"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L487"}}),De=new x({props:{name:"forward",anchor:"transformers.GemmaModel.forward",parameters:[{name:"input_ids",val:": LongTensor = None"},{name:"attention_mask",val:": typing.Optional[torch.Tensor] = None"},{name:"position_ids",val:": typing.Optional[torch.LongTensor] = None"},{name:"past_key_values",val:": typing.Union[transformers.cache_utils.Cache, typing.List[torch.FloatTensor], NoneType] = None"},{name:"inputs_embeds",val:": typing.Optional[torch.FloatTensor] = None"},{name:"use_cache",val:": typing.Optional[bool] = None"},{name:"output_attentions",val:": typing.Optional[bool] = None"},{name:"output_hidden_states",val:": typing.Optional[bool] = None"},{name:"return_dict",val:": typing.Optional[bool] = None"},{name:"cache_position",val:": typing.Optional[torch.LongTensor] = None"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.GemmaModel.forward.input_ids",description:`<strong>input_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>) &#x2014;
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
it.</p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p><a href="../glossary#input-ids">What are input IDs?</a>`,name:"input_ids"},{anchor:"transformers.GemmaModel.forward.attention_mask",description:`<strong>attention_mask</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Mask to avoid performing attention on padding token indices. Mask values selected in <code>[0, 1]</code>:</p>
<ul>
<li>1 for tokens that are <strong>not masked</strong>,</li>
<li>0 for tokens that are <strong>masked</strong>.</li>
</ul>
<p><a href="../glossary#attention-mask">What are attention masks?</a></p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p>If <code>past_key_values</code> is used, optionally only the last <code>input_ids</code> have to be input (see
<code>past_key_values</code>).</p>
<p>If you want to change padding behavior, you should read <code>modeling_opt._prepare_decoder_attention_mask</code>
and modify to your needs. See diagram 1 in <a href="https://arxiv.org/abs/1910.13461" rel="nofollow">the paper</a> for more
information on the default strategy.</p>
<ul>
<li>1 indicates the head is <strong>not masked</strong>,</li>
<li>0 indicates the head is <strong>masked</strong>.</li>
</ul>`,name:"attention_mask"},{anchor:"transformers.GemmaModel.forward.position_ids",description:`<strong>position_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range <code>[0, config.n_positions - 1]</code>.</p>
<p><a href="../glossary#position-ids">What are position IDs?</a>`,name:"position_ids"},{anchor:"transformers.GemmaModel.forward.past_key_values",description:`<strong>past_key_values</strong> (<code>Cache</code> or <code>tuple(tuple(torch.FloatTensor))</code>, <em>optional</em>) &#x2014;
Pre-computed hidden-states (key and values in the self-attention blocks and in the cross-attention
blocks) that can be used to speed up sequential decoding. This typically consists in the <code>past_key_values</code>
returned by the model at a previous stage of decoding, when <code>use_cache=True</code> or <code>config.use_cache=True</code>.</p>
<p>Two formats are allowed:</p>
<ul>
<li>a <a href="/docs/transformers/pr_36839/en/internal/generation_utils#transformers.Cache">Cache</a> instance, see our
<a href="https://huggingface.co/docs/transformers/en/kv_cache" rel="nofollow">kv cache guide</a>;</li>
<li>Tuple of <code>tuple(torch.FloatTensor)</code> of length <code>config.n_layers</code>, with each tuple having 2 tensors of
shape <code>(batch_size, num_heads, sequence_length, embed_size_per_head)</code>). This is also known as the legacy
cache format.</li>
</ul>
<p>The model will output the same cache format that is fed as input. If no <code>past_key_values</code> are passed, the
legacy cache format will be returned.</p>
<p>If <code>past_key_values</code> are used, the user can optionally input only the last <code>input_ids</code> (those that don&#x2019;t
have their past key value states given to this model) of shape <code>(batch_size, 1)</code> instead of all <code>input_ids</code>
of shape <code>(batch_size, sequence_length)</code>.`,name:"past_key_values"},{anchor:"transformers.GemmaModel.forward.inputs_embeds",description:`<strong>inputs_embeds</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, sequence_length, hidden_size)</code>, <em>optional</em>) &#x2014;
Optionally, instead of passing <code>input_ids</code> you can choose to directly pass an embedded representation. This
is useful if you want more control over how to convert <code>input_ids</code> indices into associated vectors than the
model&#x2019;s internal embedding lookup matrix.`,name:"inputs_embeds"},{anchor:"transformers.GemmaModel.forward.use_cache",description:`<strong>use_cache</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
If set to <code>True</code>, <code>past_key_values</code> key value states are returned and can be used to speed up decoding (see
<code>past_key_values</code>).`,name:"use_cache"},{anchor:"transformers.GemmaModel.forward.output_attentions",description:`<strong>output_attentions</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the attentions tensors of all attention layers. See <code>attentions</code> under returned
tensors for more detail.`,name:"output_attentions"},{anchor:"transformers.GemmaModel.forward.output_hidden_states",description:`<strong>output_hidden_states</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the hidden states of all layers. See <code>hidden_states</code> under returned tensors for
more detail.`,name:"output_hidden_states"},{anchor:"transformers.GemmaModel.forward.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return a <a href="/docs/transformers/pr_36839/en/main_classes/output#transformers.utils.ModelOutput">ModelOutput</a> instead of a plain tuple.`,name:"return_dict"},{anchor:"transformers.GemmaModel.forward.cache_position",description:`<strong>cache_position</strong> (<code>torch.LongTensor</code> of shape <code>(sequence_length)</code>, <em>optional</em>) &#x2014;
Indices depicting the position of the input sequence tokens in the sequence. Contrarily to <code>position_ids</code>,
this tensor is not affected by padding. It is used to update the cache in the correct position and to infer
the complete sequence length.`,name:"cache_position"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L521"}}),he=new xe({props:{$$slots:{default:[as]},$$scope:{ctx:v}}}),Xe=new D({props:{title:"GemmaForCausalLM",local:"transformers.GemmaForCausalLM",headingTag:"h2"}}),Qe=new x({props:{name:"class transformers.GemmaForCausalLM",anchor:"transformers.GemmaForCausalLM",parameters:[{name:"config",val:""}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L766"}}),Ye=new x({props:{name:"forward",anchor:"transformers.GemmaForCausalLM.forward",parameters:[{name:"input_ids",val:": LongTensor = None"},{name:"attention_mask",val:": typing.Optional[torch.Tensor] = None"},{name:"position_ids",val:": typing.Optional[torch.LongTensor] = None"},{name:"past_key_values",val:": typing.Union[transformers.cache_utils.Cache, typing.List[torch.FloatTensor], NoneType] = None"},{name:"inputs_embeds",val:": typing.Optional[torch.FloatTensor] = None"},{name:"labels",val:": typing.Optional[torch.LongTensor] = None"},{name:"use_cache",val:": typing.Optional[bool] = None"},{name:"output_attentions",val:": typing.Optional[bool] = None"},{name:"output_hidden_states",val:": typing.Optional[bool] = None"},{name:"return_dict",val:": typing.Optional[bool] = None"},{name:"cache_position",val:": typing.Optional[torch.LongTensor] = None"},{name:"logits_to_keep",val:": typing.Union[int, torch.Tensor] = 0"},{name:"**kwargs",val:": typing_extensions.Unpack[transformers.models.gemma.modeling_gemma.KwargsForCausalLM]"}],parametersDescription:[{anchor:"transformers.GemmaForCausalLM.forward.input_ids",description:`<strong>input_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>) &#x2014;
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
it.</p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p><a href="../glossary#input-ids">What are input IDs?</a>`,name:"input_ids"},{anchor:"transformers.GemmaForCausalLM.forward.attention_mask",description:`<strong>attention_mask</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Mask to avoid performing attention on padding token indices. Mask values selected in <code>[0, 1]</code>:</p>
<ul>
<li>1 for tokens that are <strong>not masked</strong>,</li>
<li>0 for tokens that are <strong>masked</strong>.</li>
</ul>
<p><a href="../glossary#attention-mask">What are attention masks?</a></p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p>If <code>past_key_values</code> is used, optionally only the last <code>input_ids</code> have to be input (see
<code>past_key_values</code>).</p>
<p>If you want to change padding behavior, you should read <code>modeling_opt._prepare_decoder_attention_mask</code>
and modify to your needs. See diagram 1 in <a href="https://arxiv.org/abs/1910.13461" rel="nofollow">the paper</a> for more
information on the default strategy.</p>
<ul>
<li>1 indicates the head is <strong>not masked</strong>,</li>
<li>0 indicates the head is <strong>masked</strong>.</li>
</ul>`,name:"attention_mask"},{anchor:"transformers.GemmaForCausalLM.forward.position_ids",description:`<strong>position_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range <code>[0, config.n_positions - 1]</code>.</p>
<p><a href="../glossary#position-ids">What are position IDs?</a>`,name:"position_ids"},{anchor:"transformers.GemmaForCausalLM.forward.past_key_values",description:`<strong>past_key_values</strong> (<code>Cache</code> or <code>tuple(tuple(torch.FloatTensor))</code>, <em>optional</em>) &#x2014;
Pre-computed hidden-states (key and values in the self-attention blocks and in the cross-attention
blocks) that can be used to speed up sequential decoding. This typically consists in the <code>past_key_values</code>
returned by the model at a previous stage of decoding, when <code>use_cache=True</code> or <code>config.use_cache=True</code>.</p>
<p>Two formats are allowed:</p>
<ul>
<li>a <a href="/docs/transformers/pr_36839/en/internal/generation_utils#transformers.Cache">Cache</a> instance, see our
<a href="https://huggingface.co/docs/transformers/en/kv_cache" rel="nofollow">kv cache guide</a>;</li>
<li>Tuple of <code>tuple(torch.FloatTensor)</code> of length <code>config.n_layers</code>, with each tuple having 2 tensors of
shape <code>(batch_size, num_heads, sequence_length, embed_size_per_head)</code>). This is also known as the legacy
cache format.</li>
</ul>
<p>The model will output the same cache format that is fed as input. If no <code>past_key_values</code> are passed, the
legacy cache format will be returned.</p>
<p>If <code>past_key_values</code> are used, the user can optionally input only the last <code>input_ids</code> (those that don&#x2019;t
have their past key value states given to this model) of shape <code>(batch_size, 1)</code> instead of all <code>input_ids</code>
of shape <code>(batch_size, sequence_length)</code>.`,name:"past_key_values"},{anchor:"transformers.GemmaForCausalLM.forward.inputs_embeds",description:`<strong>inputs_embeds</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, sequence_length, hidden_size)</code>, <em>optional</em>) &#x2014;
Optionally, instead of passing <code>input_ids</code> you can choose to directly pass an embedded representation. This
is useful if you want more control over how to convert <code>input_ids</code> indices into associated vectors than the
model&#x2019;s internal embedding lookup matrix.`,name:"inputs_embeds"},{anchor:"transformers.GemmaForCausalLM.forward.use_cache",description:`<strong>use_cache</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
If set to <code>True</code>, <code>past_key_values</code> key value states are returned and can be used to speed up decoding (see
<code>past_key_values</code>).`,name:"use_cache"},{anchor:"transformers.GemmaForCausalLM.forward.output_attentions",description:`<strong>output_attentions</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the attentions tensors of all attention layers. See <code>attentions</code> under returned
tensors for more detail.`,name:"output_attentions"},{anchor:"transformers.GemmaForCausalLM.forward.output_hidden_states",description:`<strong>output_hidden_states</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the hidden states of all layers. See <code>hidden_states</code> under returned tensors for
more detail.`,name:"output_hidden_states"},{anchor:"transformers.GemmaForCausalLM.forward.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return a <a href="/docs/transformers/pr_36839/en/main_classes/output#transformers.utils.ModelOutput">ModelOutput</a> instead of a plain tuple.`,name:"return_dict"},{anchor:"transformers.GemmaForCausalLM.forward.cache_position",description:`<strong>cache_position</strong> (<code>torch.LongTensor</code> of shape <code>(sequence_length)</code>, <em>optional</em>) &#x2014;
Indices depicting the position of the input sequence tokens in the sequence. Contrarily to <code>position_ids</code>,
this tensor is not affected by padding. It is used to update the cache in the correct position and to infer
the complete sequence length.`,name:"cache_position"},{anchor:"transformers.GemmaForCausalLM.forward.labels",description:`<strong>labels</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Labels for computing the masked language modeling loss. Indices should either be in <code>[0, ..., config.vocab_size]</code> or -100 (see <code>input_ids</code> docstring). Tokens with indices set to <code>-100</code> are ignored
(masked), the loss is only computed for the tokens with labels in <code>[0, ..., config.vocab_size]</code>.`,name:"labels"},{anchor:"transformers.GemmaForCausalLM.forward.logits_to_keep",description:`<strong>logits_to_keep</strong> (<code>int</code> or <code>torch.Tensor</code>, <em>optional</em>) &#x2014;
If an <code>int</code>, compute logits for the last <code>logits_to_keep</code> tokens. If <code>0</code>, calculate logits for all
<code>input_ids</code> (special case). Only last token logits are needed for generation, and calculating them only for that
token can save memory, which becomes pretty significant for long sequences or large vocabulary size.
If a <code>torch.Tensor</code>, must be 1D corresponding to the indices to keep in the sequence length dimension.
This is useful when using packed tensor format (single dimension for batch and sequence length).`,name:"logits_to_keep"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L798",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A <a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_outputs.CausalLMOutputWithPast"
>transformers.modeling_outputs.CausalLMOutputWithPast</a> or a tuple of
<code>torch.FloatTensor</code> (if <code>return_dict=False</code> is passed or when <code>config.return_dict=False</code>) comprising various
elements depending on the configuration (<a
href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig"
>GemmaConfig</a>) and inputs.</p>
<ul>
<li>
<p><strong>loss</strong> (<code>torch.FloatTensor</code> of shape <code>(1,)</code>, <em>optional</em>, returned when <code>labels</code> is provided) — Language modeling loss (for next-token prediction).</p>
</li>
<li>
<p><strong>logits</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, sequence_length, config.vocab_size)</code>) — Prediction scores of the language modeling head (scores for each vocabulary token before SoftMax).</p>
</li>
<li>
<p><strong>past_key_values</strong> (<code>tuple(tuple(torch.FloatTensor))</code>, <em>optional</em>, returned when <code>use_cache=True</code> is passed or when <code>config.use_cache=True</code>) — Tuple of <code>tuple(torch.FloatTensor)</code> of length <code>config.n_layers</code>, with each tuple having 2 tensors of shape
<code>(batch_size, num_heads, sequence_length, embed_size_per_head)</code>)</p>
<p>Contains pre-computed hidden-states (key and values in the self-attention blocks) that can be used (see
<code>past_key_values</code> input) to speed up sequential decoding.</p>
</li>
<li>
<p><strong>hidden_states</strong> (<code>tuple(torch.FloatTensor)</code>, <em>optional</em>, returned when <code>output_hidden_states=True</code> is passed or when <code>config.output_hidden_states=True</code>) — Tuple of <code>torch.FloatTensor</code> (one for the output of the embeddings, if the model has an embedding layer, +
one for the output of each layer) of shape <code>(batch_size, sequence_length, hidden_size)</code>.</p>
<p>Hidden-states of the model at the output of each layer plus the optional initial embedding outputs.</p>
</li>
<li>
<p><strong>attentions</strong> (<code>tuple(torch.FloatTensor)</code>, <em>optional</em>, returned when <code>output_attentions=True</code> is passed or when <code>config.output_attentions=True</code>) — Tuple of <code>torch.FloatTensor</code> (one for each layer) of shape <code>(batch_size, num_heads, sequence_length, sequence_length)</code>.</p>
<p>Attentions weights after the attention softmax, used to compute the weighted average in the self-attention
heads.</p>
</li>
</ul>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_outputs.CausalLMOutputWithPast"
>transformers.modeling_outputs.CausalLMOutputWithPast</a> or <code>tuple(torch.FloatTensor)</code></p>
`}}),ue=new xe({props:{$$slots:{default:[ss]},$$scope:{ctx:v}}}),fe=new kt({props:{anchor:"transformers.GemmaForCausalLM.forward.example",$$slots:{default:[rs]},$$scope:{ctx:v}}}),Ke=new D({props:{title:"GemmaForSequenceClassification",local:"transformers.GemmaForSequenceClassification",headingTag:"h2"}}),et=new x({props:{name:"class transformers.GemmaForSequenceClassification",anchor:"transformers.GemmaForSequenceClassification",parameters:[{name:"config",val:""}],parametersDescription:[{anchor:"transformers.GemmaForSequenceClassification.config",description:`<strong>config</strong> (<a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig">GemmaConfig</a>) &#x2014;
Model configuration class with all the parameters of the model. Initializing with a config file does not
load the weights associated with the model, only the configuration. Check out the
<a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.PreTrainedModel.from_pretrained">from_pretrained()</a> method to load the model weights.`,name:"config"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L891"}}),tt=new x({props:{name:"forward",anchor:"transformers.GemmaForSequenceClassification.forward",parameters:[{name:"input_ids",val:": typing.Optional[torch.LongTensor] = None"},{name:"attention_mask",val:": typing.Optional[torch.Tensor] = None"},{name:"position_ids",val:": typing.Optional[torch.LongTensor] = None"},{name:"past_key_values",val:": typing.Union[transformers.cache_utils.Cache, typing.List[torch.FloatTensor], NoneType] = None"},{name:"inputs_embeds",val:": typing.Optional[torch.FloatTensor] = None"},{name:"labels",val:": typing.Optional[torch.LongTensor] = None"},{name:"use_cache",val:": typing.Optional[bool] = None"},{name:"output_attentions",val:": typing.Optional[bool] = None"},{name:"output_hidden_states",val:": typing.Optional[bool] = None"},{name:"return_dict",val:": typing.Optional[bool] = None"}],parametersDescription:[{anchor:"transformers.GemmaForSequenceClassification.forward.input_ids",description:`<strong>input_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>) &#x2014;
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
it.</p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p><a href="../glossary#input-ids">What are input IDs?</a>`,name:"input_ids"},{anchor:"transformers.GemmaForSequenceClassification.forward.attention_mask",description:`<strong>attention_mask</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Mask to avoid performing attention on padding token indices. Mask values selected in <code>[0, 1]</code>:</p>
<ul>
<li>1 for tokens that are <strong>not masked</strong>,</li>
<li>0 for tokens that are <strong>masked</strong>.</li>
</ul>
<p><a href="../glossary#attention-mask">What are attention masks?</a></p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p>If <code>past_key_values</code> is used, optionally only the last <code>input_ids</code> have to be input (see
<code>past_key_values</code>).</p>
<p>If you want to change padding behavior, you should read <code>modeling_opt._prepare_decoder_attention_mask</code>
and modify to your needs. See diagram 1 in <a href="https://arxiv.org/abs/1910.13461" rel="nofollow">the paper</a> for more
information on the default strategy.</p>
<ul>
<li>1 indicates the head is <strong>not masked</strong>,</li>
<li>0 indicates the head is <strong>masked</strong>.</li>
</ul>`,name:"attention_mask"},{anchor:"transformers.GemmaForSequenceClassification.forward.position_ids",description:`<strong>position_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range <code>[0, config.n_positions - 1]</code>.</p>
<p><a href="../glossary#position-ids">What are position IDs?</a>`,name:"position_ids"},{anchor:"transformers.GemmaForSequenceClassification.forward.past_key_values",description:`<strong>past_key_values</strong> (<code>Cache</code> or <code>tuple(tuple(torch.FloatTensor))</code>, <em>optional</em>) &#x2014;
Pre-computed hidden-states (key and values in the self-attention blocks and in the cross-attention
blocks) that can be used to speed up sequential decoding. This typically consists in the <code>past_key_values</code>
returned by the model at a previous stage of decoding, when <code>use_cache=True</code> or <code>config.use_cache=True</code>.</p>
<p>Two formats are allowed:</p>
<ul>
<li>a <a href="/docs/transformers/pr_36839/en/internal/generation_utils#transformers.Cache">Cache</a> instance, see our
<a href="https://huggingface.co/docs/transformers/en/kv_cache" rel="nofollow">kv cache guide</a>;</li>
<li>Tuple of <code>tuple(torch.FloatTensor)</code> of length <code>config.n_layers</code>, with each tuple having 2 tensors of
shape <code>(batch_size, num_heads, sequence_length, embed_size_per_head)</code>). This is also known as the legacy
cache format.</li>
</ul>
<p>The model will output the same cache format that is fed as input. If no <code>past_key_values</code> are passed, the
legacy cache format will be returned.</p>
<p>If <code>past_key_values</code> are used, the user can optionally input only the last <code>input_ids</code> (those that don&#x2019;t
have their past key value states given to this model) of shape <code>(batch_size, 1)</code> instead of all <code>input_ids</code>
of shape <code>(batch_size, sequence_length)</code>.`,name:"past_key_values"},{anchor:"transformers.GemmaForSequenceClassification.forward.inputs_embeds",description:`<strong>inputs_embeds</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, sequence_length, hidden_size)</code>, <em>optional</em>) &#x2014;
Optionally, instead of passing <code>input_ids</code> you can choose to directly pass an embedded representation. This
is useful if you want more control over how to convert <code>input_ids</code> indices into associated vectors than the
model&#x2019;s internal embedding lookup matrix.`,name:"inputs_embeds"},{anchor:"transformers.GemmaForSequenceClassification.forward.use_cache",description:`<strong>use_cache</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
If set to <code>True</code>, <code>past_key_values</code> key value states are returned and can be used to speed up decoding (see
<code>past_key_values</code>).`,name:"use_cache"},{anchor:"transformers.GemmaForSequenceClassification.forward.output_attentions",description:`<strong>output_attentions</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the attentions tensors of all attention layers. See <code>attentions</code> under returned
tensors for more detail.`,name:"output_attentions"},{anchor:"transformers.GemmaForSequenceClassification.forward.output_hidden_states",description:`<strong>output_hidden_states</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the hidden states of all layers. See <code>hidden_states</code> under returned tensors for
more detail.`,name:"output_hidden_states"},{anchor:"transformers.GemmaForSequenceClassification.forward.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return a <a href="/docs/transformers/pr_36839/en/main_classes/output#transformers.utils.ModelOutput">ModelOutput</a> instead of a plain tuple.`,name:"return_dict"},{anchor:"transformers.GemmaForSequenceClassification.forward.cache_position",description:`<strong>cache_position</strong> (<code>torch.LongTensor</code> of shape <code>(sequence_length)</code>, <em>optional</em>) &#x2014;
Indices depicting the position of the input sequence tokens in the sequence. Contrarily to <code>position_ids</code>,
this tensor is not affected by padding. It is used to update the cache in the correct position and to infer
the complete sequence length.`,name:"cache_position"},{anchor:"transformers.GemmaForSequenceClassification.forward.labels",description:`<strong>labels</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size,)</code>, <em>optional</em>) &#x2014;
Labels for computing the sequence classification/regression loss. Indices should be in <code>[0, ..., config.num_labels - 1]</code>. If <code>config.num_labels == 1</code> a regression loss is computed (Mean-Square loss), If
<code>config.num_labels &gt; 1</code> a classification loss is computed (Cross-Entropy).`,name:"labels"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L922"}}),ge=new xe({props:{$$slots:{default:[is]},$$scope:{ctx:v}}}),ot=new D({props:{title:"GemmaForTokenClassification",local:"transformers.GemmaForTokenClassification",headingTag:"h2"}}),nt=new x({props:{name:"class transformers.GemmaForTokenClassification",anchor:"transformers.GemmaForTokenClassification",parameters:[{name:"config",val:""}],parametersDescription:[{anchor:"transformers.GemmaForTokenClassification.config",description:`<strong>config</strong> (<a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig">GemmaConfig</a>) &#x2014;
Model configuration class with all the parameters of the model. Initializing with a config file does not
load the weights associated with the model, only the configuration. Check out the
<a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.PreTrainedModel.from_pretrained">from_pretrained()</a> method to load the model weights.`,name:"config"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L998"}}),at=new x({props:{name:"forward",anchor:"transformers.GemmaForTokenClassification.forward",parameters:[{name:"input_ids",val:": typing.Optional[torch.LongTensor] = None"},{name:"attention_mask",val:": typing.Optional[torch.Tensor] = None"},{name:"position_ids",val:": typing.Optional[torch.LongTensor] = None"},{name:"past_key_values",val:": typing.Optional[typing.List[torch.FloatTensor]] = None"},{name:"inputs_embeds",val:": typing.Optional[torch.FloatTensor] = None"},{name:"labels",val:": typing.Optional[torch.LongTensor] = None"},{name:"use_cache",val:": typing.Optional[bool] = None"},{name:"output_attentions",val:": typing.Optional[bool] = None"},{name:"output_hidden_states",val:": typing.Optional[bool] = None"},{name:"return_dict",val:": typing.Optional[bool] = None"}],parametersDescription:[{anchor:"transformers.GemmaForTokenClassification.forward.input_ids",description:`<strong>input_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>) &#x2014;
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
it.</p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p><a href="../glossary#input-ids">What are input IDs?</a>`,name:"input_ids"},{anchor:"transformers.GemmaForTokenClassification.forward.attention_mask",description:`<strong>attention_mask</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Mask to avoid performing attention on padding token indices. Mask values selected in <code>[0, 1]</code>:</p>
<ul>
<li>1 for tokens that are <strong>not masked</strong>,</li>
<li>0 for tokens that are <strong>masked</strong>.</li>
</ul>
<p><a href="../glossary#attention-mask">What are attention masks?</a></p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p>If <code>past_key_values</code> is used, optionally only the last <code>input_ids</code> have to be input (see
<code>past_key_values</code>).</p>
<p>If you want to change padding behavior, you should read <code>modeling_opt._prepare_decoder_attention_mask</code>
and modify to your needs. See diagram 1 in <a href="https://arxiv.org/abs/1910.13461" rel="nofollow">the paper</a> for more
information on the default strategy.</p>
<ul>
<li>1 indicates the head is <strong>not masked</strong>,</li>
<li>0 indicates the head is <strong>masked</strong>.</li>
</ul>`,name:"attention_mask"},{anchor:"transformers.GemmaForTokenClassification.forward.position_ids",description:`<strong>position_ids</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range <code>[0, config.n_positions - 1]</code>.</p>
<p><a href="../glossary#position-ids">What are position IDs?</a>`,name:"position_ids"},{anchor:"transformers.GemmaForTokenClassification.forward.past_key_values",description:`<strong>past_key_values</strong> (<code>Cache</code> or <code>tuple(tuple(torch.FloatTensor))</code>, <em>optional</em>) &#x2014;
Pre-computed hidden-states (key and values in the self-attention blocks and in the cross-attention
blocks) that can be used to speed up sequential decoding. This typically consists in the <code>past_key_values</code>
returned by the model at a previous stage of decoding, when <code>use_cache=True</code> or <code>config.use_cache=True</code>.</p>
<p>Two formats are allowed:</p>
<ul>
<li>a <a href="/docs/transformers/pr_36839/en/internal/generation_utils#transformers.Cache">Cache</a> instance, see our
<a href="https://huggingface.co/docs/transformers/en/kv_cache" rel="nofollow">kv cache guide</a>;</li>
<li>Tuple of <code>tuple(torch.FloatTensor)</code> of length <code>config.n_layers</code>, with each tuple having 2 tensors of
shape <code>(batch_size, num_heads, sequence_length, embed_size_per_head)</code>). This is also known as the legacy
cache format.</li>
</ul>
<p>The model will output the same cache format that is fed as input. If no <code>past_key_values</code> are passed, the
legacy cache format will be returned.</p>
<p>If <code>past_key_values</code> are used, the user can optionally input only the last <code>input_ids</code> (those that don&#x2019;t
have their past key value states given to this model) of shape <code>(batch_size, 1)</code> instead of all <code>input_ids</code>
of shape <code>(batch_size, sequence_length)</code>.`,name:"past_key_values"},{anchor:"transformers.GemmaForTokenClassification.forward.inputs_embeds",description:`<strong>inputs_embeds</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, sequence_length, hidden_size)</code>, <em>optional</em>) &#x2014;
Optionally, instead of passing <code>input_ids</code> you can choose to directly pass an embedded representation. This
is useful if you want more control over how to convert <code>input_ids</code> indices into associated vectors than the
model&#x2019;s internal embedding lookup matrix.`,name:"inputs_embeds"},{anchor:"transformers.GemmaForTokenClassification.forward.use_cache",description:`<strong>use_cache</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
If set to <code>True</code>, <code>past_key_values</code> key value states are returned and can be used to speed up decoding (see
<code>past_key_values</code>).`,name:"use_cache"},{anchor:"transformers.GemmaForTokenClassification.forward.output_attentions",description:`<strong>output_attentions</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the attentions tensors of all attention layers. See <code>attentions</code> under returned
tensors for more detail.`,name:"output_attentions"},{anchor:"transformers.GemmaForTokenClassification.forward.output_hidden_states",description:`<strong>output_hidden_states</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the hidden states of all layers. See <code>hidden_states</code> under returned tensors for
more detail.`,name:"output_hidden_states"},{anchor:"transformers.GemmaForTokenClassification.forward.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return a <a href="/docs/transformers/pr_36839/en/main_classes/output#transformers.utils.ModelOutput">ModelOutput</a> instead of a plain tuple.`,name:"return_dict"},{anchor:"transformers.GemmaForTokenClassification.forward.cache_position",description:`<strong>cache_position</strong> (<code>torch.LongTensor</code> of shape <code>(sequence_length)</code>, <em>optional</em>) &#x2014;
Indices depicting the position of the input sequence tokens in the sequence. Contrarily to <code>position_ids</code>,
this tensor is not affected by padding. It is used to update the cache in the correct position and to infer
the complete sequence length.`,name:"cache_position"},{anchor:"transformers.GemmaForTokenClassification.forward.labels",description:`<strong>labels</strong> (<code>torch.LongTensor</code> of shape <code>(batch_size,)</code>, <em>optional</em>) &#x2014;
Labels for computing the sequence classification/regression loss. Indices should be in <code>[0, ..., config.num_labels - 1]</code>. If <code>config.num_labels == 1</code> a regression loss is computed (Mean-Square loss), If
<code>config.num_labels &gt; 1</code> a classification loss is computed (Cross-Entropy).`,name:"labels"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_gemma.py#L1028",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A <a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_outputs.TokenClassifierOutput"
>transformers.modeling_outputs.TokenClassifierOutput</a> or a tuple of
<code>torch.FloatTensor</code> (if <code>return_dict=False</code> is passed or when <code>config.return_dict=False</code>) comprising various
elements depending on the configuration (<a
href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig"
>GemmaConfig</a>) and inputs.</p>
<ul>
<li>
<p><strong>loss</strong> (<code>torch.FloatTensor</code> of shape <code>(1,)</code>, <em>optional</em>, returned when <code>labels</code> is provided) — Classification loss.</p>
</li>
<li>
<p><strong>logits</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, sequence_length, config.num_labels)</code>) — Classification scores (before SoftMax).</p>
</li>
<li>
<p><strong>hidden_states</strong> (<code>tuple(torch.FloatTensor)</code>, <em>optional</em>, returned when <code>output_hidden_states=True</code> is passed or when <code>config.output_hidden_states=True</code>) — Tuple of <code>torch.FloatTensor</code> (one for the output of the embeddings, if the model has an embedding layer, +
one for the output of each layer) of shape <code>(batch_size, sequence_length, hidden_size)</code>.</p>
<p>Hidden-states of the model at the output of each layer plus the optional initial embedding outputs.</p>
</li>
<li>
<p><strong>attentions</strong> (<code>tuple(torch.FloatTensor)</code>, <em>optional</em>, returned when <code>output_attentions=True</code> is passed or when <code>config.output_attentions=True</code>) — Tuple of <code>torch.FloatTensor</code> (one for each layer) of shape <code>(batch_size, num_heads, sequence_length, sequence_length)</code>.</p>
<p>Attentions weights after the attention softmax, used to compute the weighted average in the self-attention
heads.</p>
</li>
</ul>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_outputs.TokenClassifierOutput"
>transformers.modeling_outputs.TokenClassifierOutput</a> or <code>tuple(torch.FloatTensor)</code></p>
`}}),_e=new xe({props:{$$slots:{default:[ls]},$$scope:{ctx:v}}}),be=new kt({props:{anchor:"transformers.GemmaForTokenClassification.forward.example",$$slots:{default:[ds]},$$scope:{ctx:v}}}),st=new D({props:{title:"FlaxGemmaModel",local:"transformers.FlaxGemmaModel",headingTag:"h2"}}),rt=new x({props:{name:"class transformers.FlaxGemmaModel",anchor:"transformers.FlaxGemmaModel",parameters:[{name:"config",val:": GemmaConfig"},{name:"input_shape",val:": typing.Tuple = (1, 1)"},{name:"seed",val:": int = 0"},{name:"dtype",val:": dtype = <class 'jax.numpy.float32'>"},{name:"_do_init",val:": bool = True"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.FlaxGemmaModel.config",description:`<strong>config</strong> (<a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig">GemmaConfig</a>) &#x2014; Model configuration class with all the parameters of the model.
Initializing with a config file does not load the weights associated with the model, only the
configuration. Check out the <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel.from_pretrained">from_pretrained()</a> method to load the model weights.`,name:"config"},{anchor:"transformers.FlaxGemmaModel.dtype",description:`<strong>dtype</strong> (<code>jax.numpy.dtype</code>, <em>optional</em>, defaults to <code>jax.numpy.float32</code>) &#x2014;
The data type of the computation. Can be one of <code>jax.numpy.float32</code>, <code>jax.numpy.float16</code>, or
<code>jax.numpy.bfloat16</code>.</p>
<p>This can be used to enable mixed-precision training or half-precision inference on GPUs or TPUs. If
specified all the computation will be performed with the given <code>dtype</code>.</p>
<p><strong>Note that this only specifies the dtype of the computation and does not influence the dtype of model
parameters.</strong></p>
<p>If you wish to change the dtype of the model parameters, see <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel.to_fp16">to_fp16()</a> and
<a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel.to_bf16">to_bf16()</a>.`,name:"dtype"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_flax_gemma.py#L663"}}),it=new x({props:{name:"__call__",anchor:"transformers.FlaxGemmaModel.__call__",parameters:[{name:"input_ids",val:""},{name:"attention_mask",val:" = None"},{name:"position_ids",val:" = None"},{name:"params",val:": dict = None"},{name:"past_key_values",val:": dict = None"},{name:"dropout_rng",val:": <function PRNGKey at 0x7f37c3379510> = None"},{name:"train",val:": bool = False"},{name:"output_attentions",val:": typing.Optional[bool] = None"},{name:"output_hidden_states",val:": typing.Optional[bool] = None"},{name:"return_dict",val:": typing.Optional[bool] = None"}],parametersDescription:[{anchor:"transformers.FlaxGemmaModel.__call__.input_ids",description:`<strong>input_ids</strong> (<code>numpy.ndarray</code> of shape <code>(batch_size, input_ids_length)</code>) &#x2014;
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
it.</p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p><a href="../glossary#input-ids">What are input IDs?</a>`,name:"input_ids"},{anchor:"transformers.FlaxGemmaModel.__call__.attention_mask",description:`<strong>attention_mask</strong> (<code>numpy.ndarray</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Mask to avoid performing attention on padding token indices. Mask values selected in <code>[0, 1]</code>:</p>
<ul>
<li>1 for tokens that are <strong>not masked</strong>,</li>
<li>0 for tokens that are <strong>masked</strong>.</li>
</ul>
<p><a href="../glossary#attention-mask">What are attention masks?</a></p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p>If <code>past_key_values</code> is used, optionally only the last <code>decoder_input_ids</code> have to be input (see
<code>past_key_values</code>).</p>
<p>If you want to change padding behavior, you should read <code>modeling_opt._prepare_decoder_attention_mask</code>
and modify to your needs. See diagram 1 in <a href="https://arxiv.org/abs/1910.13461" rel="nofollow">the paper</a> for more
information on the default strategy.</p>
<ul>
<li>1 indicates the head is <strong>not masked</strong>,</li>
<li>0 indicates the head is <strong>masked</strong>.</li>
</ul>`,name:"attention_mask"},{anchor:"transformers.FlaxGemmaModel.__call__.position_ids",description:`<strong>position_ids</strong> (<code>numpy.ndarray</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range <code>[0, config.n_positions - 1]</code>.</p>
<p><a href="../glossary#position-ids">What are position IDs?</a>`,name:"position_ids"},{anchor:"transformers.FlaxGemmaModel.__call__.past_key_values",description:`<strong>past_key_values</strong> (<code>Dict[str, np.ndarray]</code>, <em>optional</em>, returned by <code>init_cache</code> or when passing previous <code>past_key_values</code>) &#x2014;
Dictionary of pre-computed hidden-states (key and values in the attention blocks) that can be used for fast
auto-regressive decoding. Pre-computed key and value hidden-states are of shape <em>[batch_size, max_length]</em>.`,name:"past_key_values"},{anchor:"transformers.FlaxGemmaModel.__call__.output_attentions",description:`<strong>output_attentions</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the attentions tensors of all attention layers. See <code>attentions</code> under returned
tensors for more detail.`,name:"output_attentions"},{anchor:"transformers.FlaxGemmaModel.__call__.output_hidden_states",description:`<strong>output_hidden_states</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the hidden states of all layers. See <code>hidden_states</code> under returned tensors for
more detail.`,name:"output_hidden_states"},{anchor:"transformers.FlaxGemmaModel.__call__.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return a <a href="/docs/transformers/pr_36839/en/main_classes/output#transformers.utils.ModelOutput">ModelOutput</a> instead of a plain tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_flax_gemma.py#L482",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A <a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_flax_outputs.FlaxBaseModelOutput"
>transformers.modeling_flax_outputs.FlaxBaseModelOutput</a> or a tuple of
<code>torch.FloatTensor</code> (if <code>return_dict=False</code> is passed or when <code>config.return_dict=False</code>) comprising various
elements depending on the configuration (<a
href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig"
>GemmaConfig</a>) and inputs.</p>
<ul>
<li>
<p><strong>last_hidden_state</strong> (<code>jnp.ndarray</code> of shape <code>(batch_size, sequence_length, hidden_size)</code>) — Sequence of hidden-states at the output of the last layer of the model.</p>
</li>
<li>
<p><strong>hidden_states</strong> (<code>tuple(jnp.ndarray)</code>, <em>optional</em>, returned when <code>output_hidden_states=True</code> is passed or when <code>config.output_hidden_states=True</code>) — Tuple of <code>jnp.ndarray</code> (one for the output of the embeddings + one for the output of each layer) of shape
<code>(batch_size, sequence_length, hidden_size)</code>.</p>
<p>Hidden-states of the model at the output of each layer plus the initial embedding outputs.</p>
</li>
<li>
<p><strong>attentions</strong> (<code>tuple(jnp.ndarray)</code>, <em>optional</em>, returned when <code>output_attentions=True</code> is passed or when <code>config.output_attentions=True</code>) — Tuple of <code>jnp.ndarray</code> (one for each layer) of shape <code>(batch_size, num_heads, sequence_length, sequence_length)</code>.</p>
<p>Attentions weights after the attention softmax, used to compute the weighted average in the self-attention
heads.</p>
</li>
</ul>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_flax_outputs.FlaxBaseModelOutput"
>transformers.modeling_flax_outputs.FlaxBaseModelOutput</a> or <code>tuple(torch.FloatTensor)</code></p>
`}}),ke=new xe({props:{$$slots:{default:[cs]},$$scope:{ctx:v}}}),ye=new xe({props:{warning:!0,$$slots:{default:[ms]},$$scope:{ctx:v}}}),ve=new kt({props:{anchor:"transformers.FlaxGemmaModel.__call__.example",$$slots:{default:[ps]},$$scope:{ctx:v}}}),lt=new D({props:{title:"FlaxGemmaForCausalLM",local:"transformers.FlaxGemmaForCausalLM",headingTag:"h2"}}),dt=new x({props:{name:"class transformers.FlaxGemmaForCausalLM",anchor:"transformers.FlaxGemmaForCausalLM",parameters:[{name:"config",val:": GemmaConfig"},{name:"input_shape",val:": typing.Tuple = (1, 1)"},{name:"seed",val:": int = 0"},{name:"dtype",val:": dtype = <class 'jax.numpy.float32'>"},{name:"_do_init",val:": bool = True"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"transformers.FlaxGemmaForCausalLM.config",description:`<strong>config</strong> (<a href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig">GemmaConfig</a>) &#x2014; Model configuration class with all the parameters of the model.
Initializing with a config file does not load the weights associated with the model, only the
configuration. Check out the <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel.from_pretrained">from_pretrained()</a> method to load the model weights.`,name:"config"},{anchor:"transformers.FlaxGemmaForCausalLM.dtype",description:`<strong>dtype</strong> (<code>jax.numpy.dtype</code>, <em>optional</em>, defaults to <code>jax.numpy.float32</code>) &#x2014;
The data type of the computation. Can be one of <code>jax.numpy.float32</code>, <code>jax.numpy.float16</code>, or
<code>jax.numpy.bfloat16</code>.</p>
<p>This can be used to enable mixed-precision training or half-precision inference on GPUs or TPUs. If
specified all the computation will be performed with the given <code>dtype</code>.</p>
<p><strong>Note that this only specifies the dtype of the computation and does not influence the dtype of model
parameters.</strong></p>
<p>If you wish to change the dtype of the model parameters, see <a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel.to_fp16">to_fp16()</a> and
<a href="/docs/transformers/pr_36839/en/main_classes/model#transformers.FlaxPreTrainedModel.to_bf16">to_bf16()</a>.`,name:"dtype"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_flax_gemma.py#L731"}}),ct=new x({props:{name:"__call__",anchor:"transformers.FlaxGemmaForCausalLM.__call__",parameters:[{name:"input_ids",val:""},{name:"attention_mask",val:" = None"},{name:"position_ids",val:" = None"},{name:"params",val:": dict = None"},{name:"past_key_values",val:": dict = None"},{name:"dropout_rng",val:": <function PRNGKey at 0x7f37c3379510> = None"},{name:"train",val:": bool = False"},{name:"output_attentions",val:": typing.Optional[bool] = None"},{name:"output_hidden_states",val:": typing.Optional[bool] = None"},{name:"return_dict",val:": typing.Optional[bool] = None"}],parametersDescription:[{anchor:"transformers.FlaxGemmaForCausalLM.__call__.input_ids",description:`<strong>input_ids</strong> (<code>numpy.ndarray</code> of shape <code>(batch_size, input_ids_length)</code>) &#x2014;
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
it.</p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p><a href="../glossary#input-ids">What are input IDs?</a>`,name:"input_ids"},{anchor:"transformers.FlaxGemmaForCausalLM.__call__.attention_mask",description:`<strong>attention_mask</strong> (<code>numpy.ndarray</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Mask to avoid performing attention on padding token indices. Mask values selected in <code>[0, 1]</code>:</p>
<ul>
<li>1 for tokens that are <strong>not masked</strong>,</li>
<li>0 for tokens that are <strong>masked</strong>.</li>
</ul>
<p><a href="../glossary#attention-mask">What are attention masks?</a></p>
<p>Indices can be obtained using <a href="/docs/transformers/pr_36839/en/model_doc/auto#transformers.AutoTokenizer">AutoTokenizer</a>. See <a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.encode">PreTrainedTokenizer.encode()</a> and
<a href="/docs/transformers/pr_36839/en/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__">PreTrainedTokenizer.<strong>call</strong>()</a> for details.</p>
<p>If <code>past_key_values</code> is used, optionally only the last <code>decoder_input_ids</code> have to be input (see
<code>past_key_values</code>).</p>
<p>If you want to change padding behavior, you should read <code>modeling_opt._prepare_decoder_attention_mask</code>
and modify to your needs. See diagram 1 in <a href="https://arxiv.org/abs/1910.13461" rel="nofollow">the paper</a> for more
information on the default strategy.</p>
<ul>
<li>1 indicates the head is <strong>not masked</strong>,</li>
<li>0 indicates the head is <strong>masked</strong>.</li>
</ul>`,name:"attention_mask"},{anchor:"transformers.FlaxGemmaForCausalLM.__call__.position_ids",description:`<strong>position_ids</strong> (<code>numpy.ndarray</code> of shape <code>(batch_size, sequence_length)</code>, <em>optional</em>) &#x2014;
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range <code>[0, config.n_positions - 1]</code>.</p>
<p><a href="../glossary#position-ids">What are position IDs?</a>`,name:"position_ids"},{anchor:"transformers.FlaxGemmaForCausalLM.__call__.past_key_values",description:`<strong>past_key_values</strong> (<code>Dict[str, np.ndarray]</code>, <em>optional</em>, returned by <code>init_cache</code> or when passing previous <code>past_key_values</code>) &#x2014;
Dictionary of pre-computed hidden-states (key and values in the attention blocks) that can be used for fast
auto-regressive decoding. Pre-computed key and value hidden-states are of shape <em>[batch_size, max_length]</em>.`,name:"past_key_values"},{anchor:"transformers.FlaxGemmaForCausalLM.__call__.output_attentions",description:`<strong>output_attentions</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the attentions tensors of all attention layers. See <code>attentions</code> under returned
tensors for more detail.`,name:"output_attentions"},{anchor:"transformers.FlaxGemmaForCausalLM.__call__.output_hidden_states",description:`<strong>output_hidden_states</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return the hidden states of all layers. See <code>hidden_states</code> under returned tensors for
more detail.`,name:"output_hidden_states"},{anchor:"transformers.FlaxGemmaForCausalLM.__call__.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>) &#x2014;
Whether or not to return a <a href="/docs/transformers/pr_36839/en/main_classes/output#transformers.utils.ModelOutput">ModelOutput</a> instead of a plain tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/transformers/blob/vr_36839/src/transformers/models/gemma/modeling_flax_gemma.py#L482",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A <a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_flax_outputs.FlaxMaskedLMOutput"
>transformers.modeling_flax_outputs.FlaxMaskedLMOutput</a> or a tuple of
<code>torch.FloatTensor</code> (if <code>return_dict=False</code> is passed or when <code>config.return_dict=False</code>) comprising various
elements depending on the configuration (<a
href="/docs/transformers/pr_36839/en/model_doc/gemma#transformers.GemmaConfig"
>GemmaConfig</a>) and inputs.</p>
<ul>
<li>
<p><strong>logits</strong> (<code>jnp.ndarray</code> of shape <code>(batch_size, sequence_length, config.vocab_size)</code>) — Prediction scores of the language modeling head (scores for each vocabulary token before SoftMax).</p>
</li>
<li>
<p><strong>hidden_states</strong> (<code>tuple(jnp.ndarray)</code>, <em>optional</em>, returned when <code>output_hidden_states=True</code> is passed or when <code>config.output_hidden_states=True</code>) — Tuple of <code>jnp.ndarray</code> (one for the output of the embeddings + one for the output of each layer) of shape
<code>(batch_size, sequence_length, hidden_size)</code>.</p>
<p>Hidden-states of the model at the output of each layer plus the initial embedding outputs.</p>
</li>
<li>
<p><strong>attentions</strong> (<code>tuple(jnp.ndarray)</code>, <em>optional</em>, returned when <code>output_attentions=True</code> is passed or when <code>config.output_attentions=True</code>) — Tuple of <code>jnp.ndarray</code> (one for each layer) of shape <code>(batch_size, num_heads, sequence_length, sequence_length)</code>.</p>
<p>Attentions weights after the attention softmax, used to compute the weighted average in the self-attention
heads.</p>
</li>
</ul>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><a
href="/docs/transformers/pr_36839/en/main_classes/output#transformers.modeling_flax_outputs.FlaxMaskedLMOutput"
>transformers.modeling_flax_outputs.FlaxMaskedLMOutput</a> or <code>tuple(torch.FloatTensor)</code></p>
`}}),Te=new xe({props:{$$slots:{default:[hs]},$$scope:{ctx:v}}}),we=new xe({props:{warning:!0,$$slots:{default:[us]},$$scope:{ctx:v}}}),Me=new kt({props:{anchor:"transformers.FlaxGemmaForCausalLM.__call__.example",$$slots:{default:[fs]},$$scope:{ctx:v}}}),mt=new es({props:{source:"https://github.com/huggingface/transformers/blob/main/docs/source/en/model_doc/gemma.md"}}),{c(){t=l("meta"),y=n(),s=l("p"),p=n(),u(T.$$.fragment),c=n(),w=l("div"),w.innerHTML=ta,mo=n(),u(ze.$$.fragment),po=n(),Ge=l("p"),Ge.innerHTML=oa,ho=n(),Ce=l("p"),Ce.textContent=na,uo=n(),Fe=l("p"),Fe.innerHTML=aa,fo=n(),je=l("p"),je.textContent=sa,go=n(),Le=l("ul"),Le.innerHTML=ra,_o=n(),Ie=l("p"),Ie.innerHTML=ia,bo=n(),u(qe.$$.fragment),ko=n(),B=l("div"),u(Pe.$$.fragment),Zo=n(),vt=l("p"),vt.innerHTML=la,Ao=n(),u(ae.$$.fragment),yo=n(),u(Ue.$$.fragment),vo=n(),z=l("div"),u(Je.$$.fragment),No=n(),Tt=l("p"),Tt.textContent=da,Ho=n(),se=l("div"),u(We.$$.fragment),So=n(),wt=l("p"),wt.textContent=ca,Eo=n(),S=l("div"),u(Ze.$$.fragment),Vo=n(),Mt=l("p"),Mt.textContent=ma,Bo=n(),u(re.$$.fragment),Oo=n(),$t=l("p"),$t.textContent=pa,Ro=n(),ie=l("div"),u(Ae.$$.fragment),Do=n(),xt=l("p"),xt.innerHTML=ha,Xo=n(),le=l("div"),u(Ne.$$.fragment),Qo=n(),zt=l("p"),zt.textContent=ua,Yo=n(),de=l("div"),u(He.$$.fragment),Ko=n(),Gt=l("p"),Gt.textContent=fa,en=n(),ce=l("div"),u(Se.$$.fragment),tn=n(),Ct=l("p"),Ct.textContent=ga,To=n(),u(Ee.$$.fragment),wo=n(),G=l("div"),u(Ve.$$.fragment),on=n(),Ft=l("p"),Ft.textContent=_a,nn=n(),jt=l("p"),jt.innerHTML=ba,an=n(),u(me.$$.fragment),sn=n(),Lt=l("p"),Lt.innerHTML=ka,rn=n(),It=l("p"),It.innerHTML=ya,ln=n(),pe=l("div"),u(Be.$$.fragment),dn=n(),qt=l("p"),qt.innerHTML=va,Mo=n(),u(Oe.$$.fragment),$o=n(),P=l("div"),u(Re.$$.fragment),cn=n(),Pt=l("p"),Pt.innerHTML=Ta,mn=n(),Ut=l("p"),Ut.innerHTML=wa,pn=n(),Jt=l("p"),Jt.innerHTML=Ma,hn=n(),X=l("div"),u(De.$$.fragment),un=n(),Wt=l("p"),Wt.innerHTML=$a,fn=n(),u(he.$$.fragment),xo=n(),u(Xe.$$.fragment),zo=n(),te=l("div"),u(Qe.$$.fragment),gn=n(),E=l("div"),u(Ye.$$.fragment),_n=n(),Zt=l("p"),Zt.innerHTML=xa,bn=n(),u(ue.$$.fragment),kn=n(),u(fe.$$.fragment),Go=n(),u(Ke.$$.fragment),Co=n(),C=l("div"),u(et.$$.fragment),yn=n(),At=l("p"),At.textContent=za,vn=n(),Nt=l("p"),Nt.innerHTML=Ga,Tn=n(),Ht=l("p"),Ht.innerHTML=Ca,wn=n(),St=l("p"),St.innerHTML=Fa,Mn=n(),Et=l("p"),Et.innerHTML=ja,$n=n(),Q=l("div"),u(tt.$$.fragment),xn=n(),Vt=l("p"),Vt.innerHTML=La,zn=n(),u(ge.$$.fragment),Fo=n(),u(ot.$$.fragment),jo=n(),U=l("div"),u(nt.$$.fragment),Gn=n(),Bt=l("p"),Bt.textContent=Ia,Cn=n(),Ot=l("p"),Ot.innerHTML=qa,Fn=n(),Rt=l("p"),Rt.innerHTML=Pa,jn=n(),V=l("div"),u(at.$$.fragment),Ln=n(),Dt=l("p"),Dt.innerHTML=Ua,In=n(),u(_e.$$.fragment),qn=n(),u(be.$$.fragment),Lo=n(),u(st.$$.fragment),Io=n(),F=l("div"),u(rt.$$.fragment),Pn=n(),Xt=l("p"),Xt.textContent=Ja,Un=n(),Qt=l("p"),Qt.innerHTML=Wa,Jn=n(),Yt=l("p"),Yt.innerHTML=Za,Wn=n(),Kt=l("p"),Kt.textContent=Aa,Zn=n(),eo=l("ul"),eo.innerHTML=Na,An=n(),W=l("div"),u(it.$$.fragment),Nn=n(),to=l("p"),to.innerHTML=Ha,Hn=n(),u(ke.$$.fragment),Sn=n(),u(ye.$$.fragment),En=n(),u(ve.$$.fragment),qo=n(),u(lt.$$.fragment),Po=n(),j=l("div"),u(dt.$$.fragment),Vn=n(),oo=l("p"),oo.textContent=Sa,Bn=n(),no=l("p"),no.innerHTML=Ea,On=n(),ao=l("p"),ao.innerHTML=Va,Rn=n(),so=l("p"),so.textContent=Ba,Dn=n(),ro=l("ul"),ro.innerHTML=Oa,Xn=n(),Z=l("div"),u(ct.$$.fragment),Qn=n(),io=l("p"),io.innerHTML=Ra,Yn=n(),u(Te.$$.fragment),Kn=n(),u(we.$$.fragment),ea=n(),u(Me.$$.fragment),Uo=n(),u(mt.$$.fragment),Jo=n(),co=l("p"),this.h()},l(e){const r=Ka("svelte-u9bgzb",document.head);t=d(r,"META",{name:!0,content:!0}),r.forEach(i),y=a(e),s=d(e,"P",{}),$(s).forEach(i),p=a(e),f(T.$$.fragment,e),c=a(e),w=d(e,"DIV",{class:!0,"data-svelte-h":!0}),h(w)!=="svelte-hmx6yz"&&(w.innerHTML=ta),mo=a(e),f(ze.$$.fragment,e),po=a(e),Ge=d(e,"P",{"data-svelte-h":!0}),h(Ge)!=="svelte-1x14ct2"&&(Ge.innerHTML=oa),ho=a(e),Ce=d(e,"P",{"data-svelte-h":!0}),h(Ce)!=="svelte-vfdo9a"&&(Ce.textContent=na),uo=a(e),Fe=d(e,"P",{"data-svelte-h":!0}),h(Fe)!=="svelte-1i59my0"&&(Fe.innerHTML=aa),fo=a(e),je=d(e,"P",{"data-svelte-h":!0}),h(je)!=="svelte-axv494"&&(je.textContent=sa),go=a(e),Le=d(e,"UL",{"data-svelte-h":!0}),h(Le)!=="svelte-13a1z9o"&&(Le.innerHTML=ra),_o=a(e),Ie=d(e,"P",{"data-svelte-h":!0}),h(Ie)!=="svelte-hm8qhc"&&(Ie.innerHTML=ia),bo=a(e),f(qe.$$.fragment,e),ko=a(e),B=d(e,"DIV",{class:!0});var oe=$(B);f(Pe.$$.fragment,oe),Zo=a(oe),vt=d(oe,"P",{"data-svelte-h":!0}),h(vt)!=="svelte-11tdzad"&&(vt.innerHTML=la),Ao=a(oe),f(ae.$$.fragment,oe),oe.forEach(i),yo=a(e),f(Ue.$$.fragment,e),vo=a(e),z=d(e,"DIV",{class:!0});var L=$(z);f(Je.$$.fragment,L),No=a(L),Tt=d(L,"P",{"data-svelte-h":!0}),h(Tt)!=="svelte-33lcdu"&&(Tt.textContent=da),Ho=a(L),se=d(L,"DIV",{class:!0});var pt=$(se);f(We.$$.fragment,pt),So=a(pt),wt=d(pt,"P",{"data-svelte-h":!0}),h(wt)!=="svelte-b3k2yi"&&(wt.textContent=ca),pt.forEach(i),Eo=a(L),S=d(L,"DIV",{class:!0});var O=$(S);f(Ze.$$.fragment,O),Vo=a(O),Mt=d(O,"P",{"data-svelte-h":!0}),h(Mt)!=="svelte-13bfd60"&&(Mt.textContent=ma),Bo=a(O),f(re.$$.fragment,O),Oo=a(O),$t=d(O,"P",{"data-svelte-h":!0}),h($t)!=="svelte-wtrslu"&&($t.textContent=pa),O.forEach(i),Ro=a(L),ie=d(L,"DIV",{class:!0});var ht=$(ie);f(Ae.$$.fragment,ht),Do=a(ht),xt=d(ht,"P",{"data-svelte-h":!0}),h(xt)!=="svelte-1f4f5kp"&&(xt.innerHTML=ha),ht.forEach(i),Xo=a(L),le=d(L,"DIV",{class:!0});var ut=$(le);f(Ne.$$.fragment,ut),Qo=a(ut),zt=d(ut,"P",{"data-svelte-h":!0}),h(zt)!=="svelte-iwelht"&&(zt.textContent=ua),ut.forEach(i),Yo=a(L),de=d(L,"DIV",{class:!0});var ft=$(de);f(He.$$.fragment,ft),Ko=a(ft),Gt=d(ft,"P",{"data-svelte-h":!0}),h(Gt)!=="svelte-1slb66l"&&(Gt.textContent=fa),ft.forEach(i),en=a(L),ce=d(L,"DIV",{class:!0});var gt=$(ce);f(Se.$$.fragment,gt),tn=a(gt),Ct=d(gt,"P",{"data-svelte-h":!0}),h(Ct)!=="svelte-15czuwn"&&(Ct.textContent=ga),gt.forEach(i),L.forEach(i),To=a(e),f(Ee.$$.fragment,e),wo=a(e),G=d(e,"DIV",{class:!0});var I=$(G);f(Ve.$$.fragment,I),on=a(I),Ft=d(I,"P",{"data-svelte-h":!0}),h(Ft)!=="svelte-m9hkz6"&&(Ft.textContent=_a),nn=a(I),jt=d(I,"P",{"data-svelte-h":!0}),h(jt)!=="svelte-1l3z03t"&&(jt.innerHTML=ba),an=a(I),f(me.$$.fragment,I),sn=a(I),Lt=d(I,"P",{"data-svelte-h":!0}),h(Lt)!=="svelte-cnb6q1"&&(Lt.innerHTML=ka),rn=a(I),It=d(I,"P",{"data-svelte-h":!0}),h(It)!=="svelte-a9mnn5"&&(It.innerHTML=ya),ln=a(I),pe=d(I,"DIV",{class:!0});var _t=$(pe);f(Be.$$.fragment,_t),dn=a(_t),qt=d(_t,"P",{"data-svelte-h":!0}),h(qt)!=="svelte-nfci2w"&&(qt.innerHTML=va),_t.forEach(i),I.forEach(i),Mo=a(e),f(Oe.$$.fragment,e),$o=a(e),P=d(e,"DIV",{class:!0});var H=$(P);f(Re.$$.fragment,H),cn=a(H),Pt=d(H,"P",{"data-svelte-h":!0}),h(Pt)!=="svelte-1hg41ek"&&(Pt.innerHTML=Ta),mn=a(H),Ut=d(H,"P",{"data-svelte-h":!0}),h(Ut)!=="svelte-hswkmf"&&(Ut.innerHTML=wa),pn=a(H),Jt=d(H,"P",{"data-svelte-h":!0}),h(Jt)!=="svelte-9h4hrw"&&(Jt.innerHTML=Ma),hn=a(H),X=d(H,"DIV",{class:!0});var ne=$(X);f(De.$$.fragment,ne),un=a(ne),Wt=d(ne,"P",{"data-svelte-h":!0}),h(Wt)!=="svelte-10j801v"&&(Wt.innerHTML=$a),fn=a(ne),f(he.$$.fragment,ne),ne.forEach(i),H.forEach(i),xo=a(e),f(Xe.$$.fragment,e),zo=a(e),te=d(e,"DIV",{class:!0});var bt=$(te);f(Qe.$$.fragment,bt),gn=a(bt),E=d(bt,"DIV",{class:!0});var R=$(E);f(Ye.$$.fragment,R),_n=a(R),Zt=d(R,"P",{"data-svelte-h":!0}),h(Zt)!=="svelte-19zcvgb"&&(Zt.innerHTML=xa),bn=a(R),f(ue.$$.fragment,R),kn=a(R),f(fe.$$.fragment,R),R.forEach(i),bt.forEach(i),Go=a(e),f(Ke.$$.fragment,e),Co=a(e),C=d(e,"DIV",{class:!0});var q=$(C);f(et.$$.fragment,q),yn=a(q),At=d(q,"P",{"data-svelte-h":!0}),h(At)!=="svelte-1140lml"&&(At.textContent=za),vn=a(q),Nt=d(q,"P",{"data-svelte-h":!0}),h(Nt)!=="svelte-1uwk1a4"&&(Nt.innerHTML=Ga),Tn=a(q),Ht=d(q,"P",{"data-svelte-h":!0}),h(Ht)!=="svelte-10ugs3m"&&(Ht.innerHTML=Ca),wn=a(q),St=d(q,"P",{"data-svelte-h":!0}),h(St)!=="svelte-1k92amr"&&(St.innerHTML=Fa),Mn=a(q),Et=d(q,"P",{"data-svelte-h":!0}),h(Et)!=="svelte-hswkmf"&&(Et.innerHTML=ja),$n=a(q),Q=d(q,"DIV",{class:!0});var lo=$(Q);f(tt.$$.fragment,lo),xn=a(lo),Vt=d(lo,"P",{"data-svelte-h":!0}),h(Vt)!=="svelte-1perp61"&&(Vt.innerHTML=La),zn=a(lo),f(ge.$$.fragment,lo),lo.forEach(i),q.forEach(i),Fo=a(e),f(ot.$$.fragment,e),jo=a(e),U=d(e,"DIV",{class:!0});var Y=$(U);f(nt.$$.fragment,Y),Gn=a(Y),Bt=d(Y,"P",{"data-svelte-h":!0}),h(Bt)!=="svelte-1b4l2ay"&&(Bt.textContent=Ia),Cn=a(Y),Ot=d(Y,"P",{"data-svelte-h":!0}),h(Ot)!=="svelte-1k92amr"&&(Ot.innerHTML=qa),Fn=a(Y),Rt=d(Y,"P",{"data-svelte-h":!0}),h(Rt)!=="svelte-hswkmf"&&(Rt.innerHTML=Pa),jn=a(Y),V=d(Y,"DIV",{class:!0});var $e=$(V);f(at.$$.fragment,$e),Ln=a($e),Dt=d($e,"P",{"data-svelte-h":!0}),h(Dt)!=="svelte-18tdpu3"&&(Dt.innerHTML=Ua),In=a($e),f(_e.$$.fragment,$e),qn=a($e),f(be.$$.fragment,$e),$e.forEach(i),Y.forEach(i),Lo=a(e),f(st.$$.fragment,e),Io=a(e),F=d(e,"DIV",{class:!0});var A=$(F);f(rt.$$.fragment,A),Pn=a(A),Xt=d(A,"P",{"data-svelte-h":!0}),h(Xt)!=="svelte-toiqik"&&(Xt.textContent=Ja),Un=a(A),Qt=d(A,"P",{"data-svelte-h":!0}),h(Qt)!=="svelte-ik86s7"&&(Qt.innerHTML=Wa),Jn=a(A),Yt=d(A,"P",{"data-svelte-h":!0}),h(Yt)!=="svelte-idybz1"&&(Yt.innerHTML=Za),Wn=a(A),Kt=d(A,"P",{"data-svelte-h":!0}),h(Kt)!=="svelte-1pplc4a"&&(Kt.textContent=Aa),Zn=a(A),eo=d(A,"UL",{"data-svelte-h":!0}),h(eo)!=="svelte-1w7z84m"&&(eo.innerHTML=Na),An=a(A),W=d(A,"DIV",{class:!0});var K=$(W);f(it.$$.fragment,K),Nn=a(K),to=d(K,"P",{"data-svelte-h":!0}),h(to)!=="svelte-1y60y2q"&&(to.innerHTML=Ha),Hn=a(K),f(ke.$$.fragment,K),Sn=a(K),f(ye.$$.fragment,K),En=a(K),f(ve.$$.fragment,K),K.forEach(i),A.forEach(i),qo=a(e),f(lt.$$.fragment,e),Po=a(e),j=d(e,"DIV",{class:!0});var N=$(j);f(dt.$$.fragment,N),Vn=a(N),oo=d(N,"P",{"data-svelte-h":!0}),h(oo)!=="svelte-3xz13p"&&(oo.textContent=Sa),Bn=a(N),no=d(N,"P",{"data-svelte-h":!0}),h(no)!=="svelte-ik86s7"&&(no.innerHTML=Ea),On=a(N),ao=d(N,"P",{"data-svelte-h":!0}),h(ao)!=="svelte-idybz1"&&(ao.innerHTML=Va),Rn=a(N),so=d(N,"P",{"data-svelte-h":!0}),h(so)!=="svelte-1pplc4a"&&(so.textContent=Ba),Dn=a(N),ro=d(N,"UL",{"data-svelte-h":!0}),h(ro)!=="svelte-1w7z84m"&&(ro.innerHTML=Oa),Xn=a(N),Z=d(N,"DIV",{class:!0});var ee=$(Z);f(ct.$$.fragment,ee),Qn=a(ee),io=d(ee,"P",{"data-svelte-h":!0}),h(io)!=="svelte-1y60y2q"&&(io.innerHTML=Ra),Yn=a(ee),f(Te.$$.fragment,ee),Kn=a(ee),f(we.$$.fragment,ee),ea=a(ee),f(Me.$$.fragment,ee),ee.forEach(i),N.forEach(i),Uo=a(e),f(mt.$$.fragment,e),Jo=a(e),co=d(e,"P",{}),$(co).forEach(i),this.h()},h(){M(t,"name","hf:doc:metadata"),M(t,"content",_s),M(w,"class","flex flex-wrap space-x-1"),M(B,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(se,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(ie,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(le,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(de,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(ce,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(pe,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(G,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(X,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(P,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(E,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(te,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(Q,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(C,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(V,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(U,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(W,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(F,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(Z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),M(j,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8")},m(e,r){o(document.head,t),m(e,y,r),m(e,s,r),m(e,p,r),g(T,e,r),m(e,c,r),m(e,w,r),m(e,mo,r),g(ze,e,r),m(e,po,r),m(e,Ge,r),m(e,ho,r),m(e,Ce,r),m(e,uo,r),m(e,Fe,r),m(e,fo,r),m(e,je,r),m(e,go,r),m(e,Le,r),m(e,_o,r),m(e,Ie,r),m(e,bo,r),g(qe,e,r),m(e,ko,r),m(e,B,r),g(Pe,B,null),o(B,Zo),o(B,vt),o(B,Ao),g(ae,B,null),m(e,yo,r),g(Ue,e,r),m(e,vo,r),m(e,z,r),g(Je,z,null),o(z,No),o(z,Tt),o(z,Ho),o(z,se),g(We,se,null),o(se,So),o(se,wt),o(z,Eo),o(z,S),g(Ze,S,null),o(S,Vo),o(S,Mt),o(S,Bo),g(re,S,null),o(S,Oo),o(S,$t),o(z,Ro),o(z,ie),g(Ae,ie,null),o(ie,Do),o(ie,xt),o(z,Xo),o(z,le),g(Ne,le,null),o(le,Qo),o(le,zt),o(z,Yo),o(z,de),g(He,de,null),o(de,Ko),o(de,Gt),o(z,en),o(z,ce),g(Se,ce,null),o(ce,tn),o(ce,Ct),m(e,To,r),g(Ee,e,r),m(e,wo,r),m(e,G,r),g(Ve,G,null),o(G,on),o(G,Ft),o(G,nn),o(G,jt),o(G,an),g(me,G,null),o(G,sn),o(G,Lt),o(G,rn),o(G,It),o(G,ln),o(G,pe),g(Be,pe,null),o(pe,dn),o(pe,qt),m(e,Mo,r),g(Oe,e,r),m(e,$o,r),m(e,P,r),g(Re,P,null),o(P,cn),o(P,Pt),o(P,mn),o(P,Ut),o(P,pn),o(P,Jt),o(P,hn),o(P,X),g(De,X,null),o(X,un),o(X,Wt),o(X,fn),g(he,X,null),m(e,xo,r),g(Xe,e,r),m(e,zo,r),m(e,te,r),g(Qe,te,null),o(te,gn),o(te,E),g(Ye,E,null),o(E,_n),o(E,Zt),o(E,bn),g(ue,E,null),o(E,kn),g(fe,E,null),m(e,Go,r),g(Ke,e,r),m(e,Co,r),m(e,C,r),g(et,C,null),o(C,yn),o(C,At),o(C,vn),o(C,Nt),o(C,Tn),o(C,Ht),o(C,wn),o(C,St),o(C,Mn),o(C,Et),o(C,$n),o(C,Q),g(tt,Q,null),o(Q,xn),o(Q,Vt),o(Q,zn),g(ge,Q,null),m(e,Fo,r),g(ot,e,r),m(e,jo,r),m(e,U,r),g(nt,U,null),o(U,Gn),o(U,Bt),o(U,Cn),o(U,Ot),o(U,Fn),o(U,Rt),o(U,jn),o(U,V),g(at,V,null),o(V,Ln),o(V,Dt),o(V,In),g(_e,V,null),o(V,qn),g(be,V,null),m(e,Lo,r),g(st,e,r),m(e,Io,r),m(e,F,r),g(rt,F,null),o(F,Pn),o(F,Xt),o(F,Un),o(F,Qt),o(F,Jn),o(F,Yt),o(F,Wn),o(F,Kt),o(F,Zn),o(F,eo),o(F,An),o(F,W),g(it,W,null),o(W,Nn),o(W,to),o(W,Hn),g(ke,W,null),o(W,Sn),g(ye,W,null),o(W,En),g(ve,W,null),m(e,qo,r),g(lt,e,r),m(e,Po,r),m(e,j,r),g(dt,j,null),o(j,Vn),o(j,oo),o(j,Bn),o(j,no),o(j,On),o(j,ao),o(j,Rn),o(j,so),o(j,Dn),o(j,ro),o(j,Xn),o(j,Z),g(ct,Z,null),o(Z,Qn),o(Z,io),o(Z,Yn),g(Te,Z,null),o(Z,Kn),g(we,Z,null),o(Z,ea),g(Me,Z,null),m(e,Uo,r),g(mt,e,r),m(e,Jo,r),m(e,co,r),Wo=!0},p(e,[r]){const oe={};r&2&&(oe.$$scope={dirty:r,ctx:e}),ae.$set(oe);const L={};r&2&&(L.$$scope={dirty:r,ctx:e}),re.$set(L);const pt={};r&2&&(pt.$$scope={dirty:r,ctx:e}),me.$set(pt);const O={};r&2&&(O.$$scope={dirty:r,ctx:e}),he.$set(O);const ht={};r&2&&(ht.$$scope={dirty:r,ctx:e}),ue.$set(ht);const ut={};r&2&&(ut.$$scope={dirty:r,ctx:e}),fe.$set(ut);const ft={};r&2&&(ft.$$scope={dirty:r,ctx:e}),ge.$set(ft);const gt={};r&2&&(gt.$$scope={dirty:r,ctx:e}),_e.$set(gt);const I={};r&2&&(I.$$scope={dirty:r,ctx:e}),be.$set(I);const _t={};r&2&&(_t.$$scope={dirty:r,ctx:e}),ke.$set(_t);const H={};r&2&&(H.$$scope={dirty:r,ctx:e}),ye.$set(H);const ne={};r&2&&(ne.$$scope={dirty:r,ctx:e}),ve.$set(ne);const bt={};r&2&&(bt.$$scope={dirty:r,ctx:e}),Te.$set(bt);const R={};r&2&&(R.$$scope={dirty:r,ctx:e}),we.$set(R);const q={};r&2&&(q.$$scope={dirty:r,ctx:e}),Me.$set(q)},i(e){Wo||(_(T.$$.fragment,e),_(ze.$$.fragment,e),_(qe.$$.fragment,e),_(Pe.$$.fragment,e),_(ae.$$.fragment,e),_(Ue.$$.fragment,e),_(Je.$$.fragment,e),_(We.$$.fragment,e),_(Ze.$$.fragment,e),_(re.$$.fragment,e),_(Ae.$$.fragment,e),_(Ne.$$.fragment,e),_(He.$$.fragment,e),_(Se.$$.fragment,e),_(Ee.$$.fragment,e),_(Ve.$$.fragment,e),_(me.$$.fragment,e),_(Be.$$.fragment,e),_(Oe.$$.fragment,e),_(Re.$$.fragment,e),_(De.$$.fragment,e),_(he.$$.fragment,e),_(Xe.$$.fragment,e),_(Qe.$$.fragment,e),_(Ye.$$.fragment,e),_(ue.$$.fragment,e),_(fe.$$.fragment,e),_(Ke.$$.fragment,e),_(et.$$.fragment,e),_(tt.$$.fragment,e),_(ge.$$.fragment,e),_(ot.$$.fragment,e),_(nt.$$.fragment,e),_(at.$$.fragment,e),_(_e.$$.fragment,e),_(be.$$.fragment,e),_(st.$$.fragment,e),_(rt.$$.fragment,e),_(it.$$.fragment,e),_(ke.$$.fragment,e),_(ye.$$.fragment,e),_(ve.$$.fragment,e),_(lt.$$.fragment,e),_(dt.$$.fragment,e),_(ct.$$.fragment,e),_(Te.$$.fragment,e),_(we.$$.fragment,e),_(Me.$$.fragment,e),_(mt.$$.fragment,e),Wo=!0)},o(e){b(T.$$.fragment,e),b(ze.$$.fragment,e),b(qe.$$.fragment,e),b(Pe.$$.fragment,e),b(ae.$$.fragment,e),b(Ue.$$.fragment,e),b(Je.$$.fragment,e),b(We.$$.fragment,e),b(Ze.$$.fragment,e),b(re.$$.fragment,e),b(Ae.$$.fragment,e),b(Ne.$$.fragment,e),b(He.$$.fragment,e),b(Se.$$.fragment,e),b(Ee.$$.fragment,e),b(Ve.$$.fragment,e),b(me.$$.fragment,e),b(Be.$$.fragment,e),b(Oe.$$.fragment,e),b(Re.$$.fragment,e),b(De.$$.fragment,e),b(he.$$.fragment,e),b(Xe.$$.fragment,e),b(Qe.$$.fragment,e),b(Ye.$$.fragment,e),b(ue.$$.fragment,e),b(fe.$$.fragment,e),b(Ke.$$.fragment,e),b(et.$$.fragment,e),b(tt.$$.fragment,e),b(ge.$$.fragment,e),b(ot.$$.fragment,e),b(nt.$$.fragment,e),b(at.$$.fragment,e),b(_e.$$.fragment,e),b(be.$$.fragment,e),b(st.$$.fragment,e),b(rt.$$.fragment,e),b(it.$$.fragment,e),b(ke.$$.fragment,e),b(ye.$$.fragment,e),b(ve.$$.fragment,e),b(lt.$$.fragment,e),b(dt.$$.fragment,e),b(ct.$$.fragment,e),b(Te.$$.fragment,e),b(we.$$.fragment,e),b(Me.$$.fragment,e),b(mt.$$.fragment,e),Wo=!1},d(e){e&&(i(y),i(s),i(p),i(c),i(w),i(mo),i(po),i(Ge),i(ho),i(Ce),i(uo),i(Fe),i(fo),i(je),i(go),i(Le),i(_o),i(Ie),i(bo),i(ko),i(B),i(yo),i(vo),i(z),i(To),i(wo),i(G),i(Mo),i($o),i(P),i(xo),i(zo),i(te),i(Go),i(Co),i(C),i(Fo),i(jo),i(U),i(Lo),i(Io),i(F),i(qo),i(Po),i(j),i(Uo),i(Jo),i(co)),i(t),k(T,e),k(ze,e),k(qe,e),k(Pe),k(ae),k(Ue,e),k(Je),k(We),k(Ze),k(re),k(Ae),k(Ne),k(He),k(Se),k(Ee,e),k(Ve),k(me),k(Be),k(Oe,e),k(Re),k(De),k(he),k(Xe,e),k(Qe),k(Ye),k(ue),k(fe),k(Ke,e),k(et),k(tt),k(ge),k(ot,e),k(nt),k(at),k(_e),k(be),k(st,e),k(rt),k(it),k(ke),k(ye),k(ve),k(lt,e),k(dt),k(ct),k(Te),k(we),k(Me),k(mt,e)}}}const _s='{"title":"Gemma","local":"gemma","sections":[{"title":"Overview","local":"overview","sections":[],"depth":2},{"title":"GemmaConfig","local":"transformers.GemmaConfig","sections":[],"depth":2},{"title":"GemmaTokenizer","local":"transformers.GemmaTokenizer","sections":[],"depth":2},{"title":"GemmaTokenizerFast","local":"transformers.GemmaTokenizerFast","sections":[],"depth":2},{"title":"GemmaModel","local":"transformers.GemmaModel","sections":[],"depth":2},{"title":"GemmaForCausalLM","local":"transformers.GemmaForCausalLM","sections":[],"depth":2},{"title":"GemmaForSequenceClassification","local":"transformers.GemmaForSequenceClassification","sections":[],"depth":2},{"title":"GemmaForTokenClassification","local":"transformers.GemmaForTokenClassification","sections":[],"depth":2},{"title":"FlaxGemmaModel","local":"transformers.FlaxGemmaModel","sections":[],"depth":2},{"title":"FlaxGemmaForCausalLM","local":"transformers.FlaxGemmaForCausalLM","sections":[],"depth":2}],"depth":1}';function bs(v){return Xa(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class xs extends Qa{constructor(t){super(),Ya(this,t,bs,gs,Da,{})}}export{xs as component};

Xet Storage Details

Size:
135 kB
·
Xet hash:
0b18d2d09e31091e4951112591a747d079e634cbeb96f7c4e1476fc1f4b97099

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.