Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
-
license_name: gemma-terms-of-use
|
| 4 |
-
license_link: https://ai.google.dev/gemma/terms
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- google/gemma
|
|
@@ -15,18 +12,23 @@ model-index:
|
|
| 15 |
results: []
|
| 16 |
datasets:
|
| 17 |
- iamtarun/python_code_instructions_18k_alpaca
|
|
|
|
|
|
|
| 18 |
language:
|
| 19 |
- en
|
| 20 |
base_model: google/gemma-2b
|
| 21 |
widget:
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
-
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
| 29 |
pipeline_tag: text-generation
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
# Model Card for pygemma:
|
|
@@ -291,5 +293,4 @@ Device: cuda
|
|
| 291 |
|
| 292 |
- __cached__setup_devices: cuda:0
|
| 293 |
|
| 294 |
-
- deepspeed_plugin: None
|
| 295 |
-
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
- google/gemma
|
|
|
|
| 12 |
results: []
|
| 13 |
datasets:
|
| 14 |
- iamtarun/python_code_instructions_18k_alpaca
|
| 15 |
+
license_name: gemma-terms-of-use
|
| 16 |
+
license_link: https://ai.google.dev/gemma/terms
|
| 17 |
language:
|
| 18 |
- en
|
| 19 |
base_model: google/gemma-2b
|
| 20 |
widget:
|
| 21 |
+
- example_title: Compute Sum
|
| 22 |
+
messages:
|
| 23 |
+
- role: system
|
| 24 |
+
content: >-
|
| 25 |
+
Welcome to PyGemma, your AI-powered Python assistant. I'm here to help you
|
| 26 |
+
answer common questions about the Python programming language. Let's dive
|
| 27 |
+
into Python!
|
| 28 |
+
- role: user
|
| 29 |
+
content: Create a function to calculate the sum of a sequence of integers.
|
| 30 |
pipeline_tag: text-generation
|
| 31 |
+
license: other
|
| 32 |
---
|
| 33 |
|
| 34 |
# Model Card for pygemma:
|
|
|
|
| 293 |
|
| 294 |
- __cached__setup_devices: cuda:0
|
| 295 |
|
| 296 |
+
- deepspeed_plugin: None
|
|
|