Update pipeline_tag so model card inference will work
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
8 |
-
pipeline_tag:
|
9 |
---
|
10 |
|
11 |
# Freedom-AI-Collective/llama-13b-alpaca-wizard-vicuna
|
@@ -17,4 +17,4 @@ pipeline_tag: conversational
|
|
17 |
- `wizardlm` TBD
|
18 |
- `vicuna` TBD
|
19 |
|
20 |
-
<pre>Brought to you by the Freedom AI Collective</pre>
|
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
8 |
+
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
# Freedom-AI-Collective/llama-13b-alpaca-wizard-vicuna
|
|
|
17 |
- `wizardlm` TBD
|
18 |
- `vicuna` TBD
|
19 |
|
20 |
+
<pre>Brought to you by the Freedom AI Collective</pre>
|