Edit model card

Model description

This is a fine-tuned t5-base model for generating logical form templates from table metadata. It is a part of table-to-text pipeline with content selection and logical reasoning, trained on Logic2Text dataset. The last pipeline step is done by kategaranina/lt2t_lf_to_text model. For relevant code, see LT2T repository on GitHub.

Example of input:

Title: wake forest demon deacons football , 1980 - 89.
Column date. Type: date. Stats: Column has all unique values, all values have one occurrence,
  first: 1987-09-12, last: 1987-11-21, max diff days: 70, max diff months: 2, max diff years: 0.
  Value: 09 / 12 / 1987.
...
Column location. Type: str. Stats: Column has most unique values, one value has most occurrences,
  most values have one occurrence. Value: groves stadium winston - salem , nc.
...

Example of output:

round_eq { avg { all_rows ; attendance } ; X }
Downloads last month
4
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Dataset used to train kategaranina/lt2t_content_selection