Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
-
|
| 4 |
-
pipeline_tag: <e.g., text-generation, summarization, etc.>
|
| 5 |
inference: true
|
| 6 |
tags:
|
| 7 |
- endpoints
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation # 👈 Use the actual task, not a placeholder
|
|
|
|
| 4 |
inference: true
|
| 5 |
tags:
|
| 6 |
- endpoints
|
| 7 |
+
---
|
| 8 |
+
|