Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Gemma 2 from HuggingChat #1319

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading