Update pipeline tag and specify license
Browse filesThis PR updates the `pipeline_tag` to `text-generation` to accurately reflect the model's text-based tabular data synthesis functionality. It also explicitly adds the MIT license to the metadata.
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
3 |
tags:
|
4 |
- MOE
|
5 |
- GPT-2
|
6 |
- tabular
|
7 |
- generative
|
8 |
- causalLM
|
9 |
-
|
10 |
---
|
11 |
|
12 |
# Tabby Model Card
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
tags:
|
5 |
- MOE
|
6 |
- GPT-2
|
7 |
- tabular
|
8 |
- generative
|
9 |
- causalLM
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
# Tabby Model Card
|