nielsr HF staff commited on
Commit
4fd6338
·
verified ·
1 Parent(s): a80f823

Update pipeline tag and specify license

Browse files

This 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.

Files changed (1) hide show
  1. README.md +2 -1
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
- pipeline_tag: tabular-regression
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