Menouar commited on
Commit
d6af715
1 Parent(s): d03efad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -16,6 +16,15 @@ datasets:
16
  - iamtarun/python_code_instructions_18k_alpaca
17
  language:
18
  - en
 
 
 
 
 
 
 
 
 
19
  pipeline_tag: text-generation
20
  ---
21
 
 
16
  - iamtarun/python_code_instructions_18k_alpaca
17
  language:
18
  - en
19
+ base_model: google/gemma-2b
20
+ widget:
21
+ - example_title: Compute Sum
22
+ messages:
23
+ - role: system
24
+ content: Welcome to PyGemma, your AI-powered Python assistant. I'm here to help you answer common questions about the Python programming language. Let's dive into Python!
25
+ - role: user
26
+ content: Create a function to calculate the sum of a sequence of integers.
27
+
28
  pipeline_tag: text-generation
29
  ---
30