Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- autotrain
|
4 |
- text-generation-inference
|
5 |
- text-generation
|
6 |
- peft
|
7 |
library_name: transformers
|
8 |
widget:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Model Trained Using AutoTrain
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- text-generation-inference
|
4 |
- text-generation
|
5 |
- peft
|
6 |
library_name: transformers
|
7 |
widget:
|
8 |
+
- messages:
|
9 |
+
- role: user
|
10 |
+
content: What is your favorite condiment?
|
11 |
+
datasets:
|
12 |
+
- tatsu-lab/alpaca
|
13 |
+
metrics:
|
14 |
+
- accuracy
|
15 |
+
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
# Model Trained Using AutoTrain
|