chore: format
Browse files
README.md
CHANGED
@@ -4,7 +4,8 @@ license: mit
|
|
4 |
language:
|
5 |
- en
|
6 |
widget:
|
7 |
-
- text: "
|
|
|
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 |
|