Skip to content

Commit ed46c2c

Browse files
authored
Add gemma3 model (#3099)
1 parent f74c36f commit ed46c2c

21 files changed

+3145
-9
lines changed

docs/source/supported_models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Text Generation Inference enables serving optimized models. The following sectio
1414
- [Gemma](https://huggingface.co/google/gemma-7b)
1515
- [PaliGemma](https://huggingface.co/google/paligemma-3b-pt-224)
1616
- [Gemma2](https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315)
17+
- [Gemma3](https://huggingface.co/collections/google/gemma-3)
18+
- [Gemma3 Text](https://huggingface.co/collections/google/gemma-3)
1719
- [Cohere](https://huggingface.co/CohereForAI/c4ai-command-r-plus)
1820
- [Dbrx](https://huggingface.co/databricks/dbrx-instruct)
1921
- [Mamba](https://huggingface.co/state-spaces/mamba-2.8b-slimpj)
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
{
2+
"details": {
3+
"best_of_sequences": null,
4+
"finish_reason": "length",
5+
"generated_tokens": 20,
6+
"prefill": [],
7+
"seed": null,
8+
"tokens": [
9+
{
10+
"id": 236764,
11+
"logprob": -0.44726562,
12+
"special": false,
13+
"text": ","
14+
},
15+
{
16+
"id": 236743,
17+
"logprob": -0.011413574,
18+
"special": false,
19+
"text": " "
20+
},
21+
{
22+
"id": 236812,
23+
"logprob": -0.09814453,
24+
"special": false,
25+
"text": "4"
26+
},
27+
{
28+
"id": 236764,
29+
"logprob": -0.044189453,
30+
"special": false,
31+
"text": ","
32+
},
33+
{
34+
"id": 236743,
35+
"logprob": -0.15625,
36+
"special": false,
37+
"text": " "
38+
},
39+
{
40+
"id": 236810,
41+
"logprob": -0.010864258,
42+
"special": false,
43+
"text": "5"
44+
},
45+
{
46+
"id": 236764,
47+
"logprob": -0.040039062,
48+
"special": false,
49+
"text": ","
50+
},
51+
{
52+
"id": 236743,
53+
"logprob": -0.26757812,
54+
"special": false,
55+
"text": " "
56+
},
57+
{
58+
"id": 236825,
59+
"logprob": -0.0047302246,
60+
"special": false,
61+
"text": "6"
62+
},
63+
{
64+
"id": 236764,
65+
"logprob": -0.026123047,
66+
"special": false,
67+
"text": ","
68+
},
69+
{
70+
"id": 236743,
71+
"logprob": -0.265625,
72+
"special": false,
73+
"text": " "
74+
},
75+
{
76+
"id": 236832,
77+
"logprob": -0.014160156,
78+
"special": false,
79+
"text": "7"
80+
},
81+
{
82+
"id": 236764,
83+
"logprob": -0.013977051,
84+
"special": false,
85+
"text": ","
86+
},
87+
{
88+
"id": 236743,
89+
"logprob": -0.103515625,
90+
"special": false,
91+
"text": " "
92+
},
93+
{
94+
"id": 236828,
95+
"logprob": -0.008178711,
96+
"special": false,
97+
"text": "8"
98+
},
99+
{
100+
"id": 236764,
101+
"logprob": -0.030151367,
102+
"special": false,
103+
"text": ","
104+
},
105+
{
106+
"id": 236743,
107+
"logprob": -0.39453125,
108+
"special": false,
109+
"text": " "
110+
},
111+
{
112+
"id": 236819,
113+
"logprob": -0.008728027,
114+
"special": false,
115+
"text": "9"
116+
},
117+
{
118+
"id": 236764,
119+
"logprob": -0.020629883,
120+
"special": false,
121+
"text": ","
122+
},
123+
{
124+
"id": 236743,
125+
"logprob": -0.08154297,
126+
"special": false,
127+
"text": " "
128+
}
129+
],
130+
"top_tokens": null
131+
},
132+
"generated_text": ", 4, 5, 6, 7, 8, 9, "
133+
}

0 commit comments

Comments
 (0)