Skip to content

Commit

Permalink
Remove Gemma 2 from HuggingChat (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin authored Jul 1, 2024
1 parent 900a9b3 commit d56b238
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,34 +92,6 @@ envVars:
"top_p" : 0.9
}
},
{
"name" : "google/gemma-2-27b-it",
"tokenizer": "google/gemma-2-27b-it",
"description": "Gemma 2 27B is the latest release in the Gemma family of models built by Google, with performance on par with Llama 3 70B. ",
"modelUrl": "https://huggingface.co/google/gemma-2-27b-it",
"websiteUrl": "https://huggingface.co/google/gemma-2-27b-it",
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/google-logo.png",
"parameters": {
"truncate" : 6146,
"max_new_tokens" : 2044,
"temperature": 0.95,
"top_k": 100,
"stop" : ["<end_of_turn>", "<eos>", "<end_of_turn><eos>"]
},
"preprompt" : "",
"promptExamples" : [
{
"title": "Write a poem",
"prompt": "Write a poem to help me remember the first 10 elements on the periodic table, giving each element its own line."
}, {
"title": "Code a snake game",
"prompt": "Code a basic snake game in python, give explanations for each step."
}, {
"title": "Assist in a task",
"prompt": "How do I make a delicious lemon cheesecake?"
}
]
},
{
"name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",
"description" : "The latest MoE model from Mistral AI! 8x7B and outperforms Llama 2 70B in most benchmarks.",
Expand Down

0 comments on commit d56b238

Please sign in to comment.