Add text-generation pipeline_tag
#1
by
chiragjn
- opened
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Model Card for functionary-small-v3.2
|
5 |
|
@@ -129,4 +133,4 @@ A more detailed example is provided [here](https://github.com/MeetKai/functionar
|
|
129 |
We encourage users to run our models using our OpenAI-compatible vLLM server [here](https://github.com/MeetKai/functionary).
|
130 |
|
131 |
# The MeetKai Team
|
132 |
-
![MeetKai Logo](https://huggingface.co/meetkai/functionary-medium-v2.2/resolve/main/meetkai_logo.png "MeetKai Logo")
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: transformers
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Meta-Llama-3.1-8B-Instruct
|
7 |
---
|
8 |
# Model Card for functionary-small-v3.2
|
9 |
|
|
|
133 |
We encourage users to run our models using our OpenAI-compatible vLLM server [here](https://github.com/MeetKai/functionary).
|
134 |
|
135 |
# The MeetKai Team
|
136 |
+
![MeetKai Logo](https://huggingface.co/meetkai/functionary-medium-v2.2/resolve/main/meetkai_logo.png "MeetKai Logo")
|