ayoubkirouane commited on
Commit
59365d4
1 Parent(s): afabdeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -12,5 +12,15 @@ pipeline_tag: text-generation
12
  ---
13
 
14
  ## base model :
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- - unsloth/tinyllama-bnb-4bit
 
12
  ---
13
 
14
  ## base model :
15
+ - unsloth/tinyllama-bnb-4bit
16
+
17
+ ## get started :
18
+
19
+ ```
20
+ # Use a pipeline as a high-level helper
21
+ from transformers import pipeline
22
+
23
+ pipe = pipeline("text-generation", model="ayoubkirouane/TinyLlama_function_calling")
24
+
25
+ ```
26