notbdq commited on
Commit
36ebd7d
1 Parent(s): fb5bcc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -18,4 +18,9 @@ datasets:
18
 
19
  - This model is a fine tuned mistral-7b-instruct-v0.2 with merve/turkish_instructions dataset.
20
 
21
- - example inference code:
 
 
 
 
 
 
18
 
19
  - This model is a fine tuned mistral-7b-instruct-v0.2 with merve/turkish_instructions dataset.
20
 
21
+ - example inference code:
22
+ -
23
+ - ```python
24
+ def greet(name):
25
+ return f"Hello, {name}!"
26
+ - ```