Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
|
|
|
|
4 |
tags:
|
5 |
- axolotl
|
6 |
- generated_from_trainer
|
7 |
- text-generation-inference
|
8 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
|
|
13 |
|
14 |
---
|
15 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
inference: true
|
6 |
tags:
|
7 |
- axolotl
|
8 |
- generated_from_trainer
|
9 |
- text-generation-inference
|
10 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
11 |
+
widget:
|
12 |
+
- messages:
|
13 |
+
- role: user
|
14 |
+
content: I want to cancel an order
|
15 |
+
|
16 |
|
17 |
---
|
18 |
|