google-deepmind/gemma-7b-it π’π β π
About
7B instruct version of Googleβs Gemma model

Example Output
"Write me a poem about Machine Learning."
Output
In the realm of data, a tale unfolds,
Where algorithms dance, tales are told.
A machine learning model, a master of craft,
Unveils patterns, hidden in the draft.
With neural networks, it learns to see,
The secrets embedded in data, free.
From images to text, it can perceive,
And make decisions, beyond belief.
The model's mind, a labyrinth of code,
Uncovers insights, secrets to be told.
It finds relationships, hidden in the past,
And predicts future trends, built to last.
But beware, dear friend, of biases blind,
For algorithms can amplify what's wrong.
In fairness and justice, we must stand,
To ensure that AI serves our hand.
So let us harness this powerful force,
For the betterment of humanity's course.
With machine learning, we can soar,
To heights we've never reached before.
A journey into the future, a tale to be told,
Where machine learning transforms the old.
A tale of progress, a tale of might,
A future where data shines so bright.
Performance Metrics
All Input Parameters
{ "top_k": 50, "top_p": 0.95, "prompt": "Write me a poem about Machine Learning.", "temperature": 0.7, "max_new_tokens": 512, "min_new_tokens": -1, "repetition_penalty": 1 }
Input Parameters
- top_k
- When decoding text, samples from the top k most likely tokens; lower to ignore less likely tokens
- top_p
- When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
- prompt
- Prompt to send to the model.
- temperature
- Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.
- max_new_tokens
- Maximum number of tokens to generate. A word is generally 2-3 tokens
- min_new_tokens
- Minimum number of tokens to generate. To disable, set to -1. A word is generally 2-3 tokens.
- repetition_penalty
- A parameter that controls how repetitive text can be. Lower means more repetitive, while higher means less repetitive. Set to 1.0 to disable.
Output Schema
Output
Version Details
- Version ID
2790a695e5dcae15506138cc4718d1106d0d475e6dca4b1d43f42414647993d5
- Version Created
- February 21, 2024