Update README.md
Browse filesThis PR ensures a "Use this model" button appears at the top right with a sample code snippet.
README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- modelcitizens/modelcitizens
|
|
|
|
|
|
|
| 4 |
base_model:
|
| 5 |
- google/gemma-3-12b-it
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
## Model Summary
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- modelcitizens/modelcitizens
|
| 4 |
+
library_name: transformers
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
base_model:
|
| 7 |
- google/gemma-3-12b-it
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
---
|
| 11 |
|
| 12 |
## Model Summary
|