Update README.md
Browse files
README.md
CHANGED
@@ -4,45 +4,6 @@ library_name: peft
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
7 |
-
widget:
|
8 |
-
- example_title: Example Chat
|
9 |
-
text: >-
|
10 |
-
<|im_start|>system
|
11 |
-
You are a helpful assistant with access to the following functions. Use them if required - [
|
12 |
-
{
|
13 |
-
"type": "function",
|
14 |
-
"function": {
|
15 |
-
"name": "generate_barcode",
|
16 |
-
"description": "Generate a barcode for a given input",
|
17 |
-
"parameters": {
|
18 |
-
"type": "object",
|
19 |
-
"properties": {
|
20 |
-
"input": {
|
21 |
-
"type": "string",
|
22 |
-
"description": "The input for generating the barcode"
|
23 |
-
},
|
24 |
-
"format": {
|
25 |
-
"type": "string",
|
26 |
-
"description": "The format of the barcode"
|
27 |
-
}
|
28 |
-
},
|
29 |
-
"required": [
|
30 |
-
"input",
|
31 |
-
"format"
|
32 |
-
]
|
33 |
-
}
|
34 |
-
}
|
35 |
-
}
|
36 |
-
]<|im_end|>
|
37 |
-
<|im_start|>user
|
38 |
-
Hi, I need a barcode for the input "12345" in the format "EAN-13".<|im_end|>
|
39 |
-
<|im_start|>assistant
|
40 |
-
|
41 |
-
|
42 |
-
output:
|
43 |
-
text: '[ { "name": "generate_barcode", "arguments": { "input": "12345", "format": "EAN-13" } } ]'
|
44 |
-
pipeline_tag: text-generation
|
45 |
-
|
46 |
model-index:
|
47 |
- name: TinyLlama-1.1B-SlimOrca-Function-Calling-3T
|
48 |
results:
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: TinyLlama-1.1B-SlimOrca-Function-Calling-3T
|
9 |
results:
|