gnumanth commited on
Commit
2fb3bc7
1 Parent(s): 15b7dc1

chore: format

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,8 @@ license: mit
4
  language:
5
  - en
6
  widget:
7
- - text: "Reverse a string in python"
 
8
  ---
9
 
10
  # code-gemma
@@ -21,7 +22,7 @@ pipe = pipeline("text-generation", model="gnumanth/code-gemma")
21
  ```
22
 
23
 
24
- ```
25
  # Load model directly
26
  from transformers import AutoTokenizer, AutoModelForCausalLM
27
 
 
4
  language:
5
  - en
6
  widget:
7
+ - text: "Give me code to reverse a string in python"
8
+ - text: "How do I find today's date in python?"
9
  ---
10
 
11
  # code-gemma
 
22
  ```
23
 
24
 
25
+ ```py
26
  # Load model directly
27
  from transformers import AutoTokenizer, AutoModelForCausalLM
28