Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
tags:
|
|
|
|
|
|
|
| 6 |
- conversational
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
| 11 |
# Gemma 2 model card
|
| 12 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
| 13 |
gemma-2-9b-it
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- google/gemma-2-9b-it
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
tags:
|
| 8 |
+
- gemma
|
| 9 |
+
- gemma2
|
| 10 |
- conversational
|
| 11 |
+
- text-generation-inference
|
| 12 |
+
license: gemma
|
| 13 |
+
license_name: gemma
|
| 14 |
+
name: RedHatAI/gemma-2-9b-it
|
| 15 |
+
description: Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models. They are text-to-text, decoder-only large language models, available in English, with open weights for both pre-trained variants and instruction-tuned variants.
|
| 16 |
+
readme: https://huggingface.co/RedHatAI/gemma-2-9b-it/main/README.md
|
| 17 |
+
tasks:
|
| 18 |
+
- text-to-text
|
| 19 |
+
provider: Google
|
| 20 |
+
license_link: https://ai.google.dev/gemma/terms
|
| 21 |
---
|
| 22 |
|
|
|
|
| 23 |
# Gemma 2 model card
|
| 24 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
| 25 |
gemma-2-9b-it
|