Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,17 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- autotrain
|
| 4 |
- text-generation-inference
|
| 5 |
- text-generation
|
| 6 |
- peft
|
| 7 |
library_name: transformers
|
| 8 |
widget:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
license: other
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Model Trained Using AutoTrain
|
| 16 |
-
|
| 17 |
-
This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
|
| 18 |
-
|
| 19 |
# Usage
|
| 20 |
|
| 21 |
```python
|
|
|
|
| 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 |
license: other
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Usage
|
| 16 |
|
| 17 |
```python
|