riyazbhat commited on
Commit
fbbbf64
1 Parent(s): 4c34098

Updated Readme.

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Model description
6
+
7
+ This is an [t5-base](https://huggingface.co/t5-base) model, finetuned to generate questions given a table and linked passages using [HybridQA](https://huggingface.co/datasets/hybrid_qa) dataset. It was trained to generate questions from reasoning paths extracted from hybrid input, i.e., a table and the passages linked to the table cells.
8
+
9
+ # Overview
10
+
11
+ *Language model*: t5-base \
12
+ *Language*: English \
13
+ *Task*: Hybrid Question Generation \
14
+ *Data*: HybridQA
15
+
16
+ # Intented use and limitations
17
+ One can use this model to generate questions given a table and linked passages. Biases associated with pre-training of T5 and HybridQA dataset may be present.